Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmmvideo.c93 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert) in mm_decode_intra() argument
119 if (half_vert && y + half_vert < s->avctx->height) in mm_decode_intra()
126 y += 1 + half_vert; in mm_decode_intra()
137 static int mm_decode_inter(MmContext * s, int half_horiz, int half_vert) in mm_decode_inter() argument
158 if (y + half_vert >= s->avctx->height) in mm_decode_inter()
172 if (half_vert) { in mm_decode_inter()
182 y += 1 + half_vert; in mm_decode_inter()
Dmobiclip.c575 static uint8_t half_vert(BlockXY bxy) in half_vert() function
610 val = half_vert(ba); in pick_4()
643 val = half_vert(a); in pick_5()
676 val = half_vert(a); in pick_6()