Lines Matching refs:vshift
66 int vshift[4]; member
128 … = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->vshift[i]); in magy_decode_slice10()
130 int sheight = AV_CEIL_RSHIFT(s->slice_height, s->vshift[i]); in magy_decode_slice10()
258 … = AV_CEIL_RSHIFT(FFMIN(s->slice_height, avctx->coded_height - j * s->slice_height), s->vshift[i]); in magy_decode_slice()
260 int sheight = AV_CEIL_RSHIFT(s->slice_height, s->vshift[i]); in magy_decode_slice()
462 s->vshift[1] = in magy_decode_frame()
464 s->vshift[2] = 0; in magy_decode_frame()
489 s->vshift[1] = in magy_decode_frame()
491 s->vshift[2] = 1; in magy_decode_frame()
536 s->vshift[1] = in magy_decode_frame()
538 s->vshift[2] = 1; in magy_decode_frame()
583 if ((s->slice_height >> s->vshift[1]) < 2) { in magy_decode_frame()
587 …coded_height % s->slice_height) && ((avctx->coded_height % s->slice_height) >> s->vshift[1]) < 2) { in magy_decode_frame()