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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmmvideo.c85 * @param half_horiz Half horizontal resolution (0 or 1)
88 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert) argument
106 if (half_horiz)
129 * @param half_horiz Half horizontal resolution (0 or 1)
132 static int mm_decode_inter(MmContext * s, int half_horiz, int half_vert) argument
160 if (x + half_horiz >= s->avctx->width)
165 if (half_horiz)
169 if (half_horiz)
173 x += 1 + half_horiz;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmmvideo.c82 * @param half_horiz Half horizontal resolution (0 or 1)
85 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert) argument
104 if (half_horiz)
124 * @param half_horiz Half horizontal resolution (0 or 1)
127 static int mm_decode_inter(MmContext * s, int half_horiz, int half_vert) argument
157 if (half_horiz)
161 if (half_horiz)
165 x += 1 + half_horiz;

Completed in 37 milliseconds