Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmmvideo.c91 * @param half_horiz Half horizontal resolution (0 or 1)
94 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert) in mm_decode_intra() argument
112 if (half_horiz) in mm_decode_intra()
135 * @param half_horiz Half horizontal resolution (0 or 1)
138 static int mm_decode_inter(MmContext * s, int half_horiz, int half_vert) in mm_decode_inter() argument
166 if (x + half_horiz >= s->avctx->width) in mm_decode_inter()
171 if (half_horiz) in mm_decode_inter()
175 if (half_horiz) in mm_decode_inter()
179 x += 1 + half_horiz; in mm_decode_inter()

Completed in 1 milliseconds