Searched refs:half_vert (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmmvideo.c83 * @param half_vert Half vertical resolution (0 or 1)
85 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert) argument
109 if (half_vert)
116 y += 1 + half_vert;
125 * @param half_vert Half vertical resolution (0 or 1)
127 static int mm_decode_inter(MmContext * s, int half_horiz, int half_vert) argument
147 if (y + half_vert >= s->avctx->height)
159 if (half_vert) {
169 y += 1 + half_vert;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmmvideo.c86 * @param half_vert Half vertical resolution (0 or 1)
88 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert) argument
114 if (half_vert)
121 y += 1 + half_vert;
130 * @param half_vert Half vertical resolution (0 or 1)
132 static int mm_decode_inter(MmContext * s, int half_horiz, int half_vert) argument
153 if (y + half_vert >= s->avctx->height)
167 if (half_vert) {
177 y += 1 + half_vert;

Completed in 43 milliseconds