Searched refs:half_vert (Results 1 – 2 of 2) sorted by relevance
94 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert) in mm_decode_intra() argument120 if (half_vert && y + half_vert < s->avctx->height) in mm_decode_intra()127 y += 1 + half_vert; in mm_decode_intra()138 static int mm_decode_inter(MmContext * s, int half_horiz, int half_vert) in mm_decode_inter() argument159 if (y + half_vert >= s->avctx->height) in mm_decode_inter()173 if (half_vert) { in mm_decode_inter()183 y += 1 + half_vert; in mm_decode_inter()
575 static uint8_t half_vert(BlockXY bxy) in half_vert() function610 val = half_vert(ba); in pick_4()643 val = half_vert(a); in pick_5()676 val = half_vert(a); in pick_6()