Lines Matching refs:vshift
67 int vshift[4]; member
129 … = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->vshift[i]); in magy_decode_slice10()
131 int sheight = AV_CEIL_RSHIFT(s->slice_height, s->vshift[i]); in magy_decode_slice10()
259 … = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->vshift[i]); in magy_decode_slice()
261 int sheight = AV_CEIL_RSHIFT(s->slice_height, s->vshift[i]); in magy_decode_slice()
461 s->vshift[1] = in magy_decode_frame()
463 s->vshift[2] = 0; in magy_decode_frame()
488 s->vshift[1] = in magy_decode_frame()
490 s->vshift[2] = 1; in magy_decode_frame()
535 s->vshift[1] = in magy_decode_frame()
537 s->vshift[2] = 1; in magy_decode_frame()
582 if ((s->slice_height >> s->vshift[1]) < 2) { in magy_decode_frame()
586 …coded_height % s->slice_height) && ((avctx->coded_height % s->slice_height) >> s->vshift[1]) < 2) { in magy_decode_frame()