Searched refs:half_vert (Results 1 – 2 of 2) sorted by relevance
93 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert) in mm_decode_intra() argument119 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() argument158 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()
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()