Lines Matching defs:half_vert
92 * @param half_vert Half vertical resolution (0 or 1)
94 static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert)
120 if (half_vert && y + half_vert < s->avctx->height)
127 y += 1 + half_vert;
136 * @param half_vert Half vertical resolution (0 or 1)
138 static int mm_decode_inter(MmContext * s, int half_horiz, int half_vert)
159 if (y + half_vert >= s->avctx->height)
173 if (half_vert) {
183 y += 1 + half_vert;