Lines Matching refs:y_stride
86 int y_stride, uv_stride; member
425 Ystride = ctx->y_stride;\
841 memcpy(Y - 4 - 1 * ctx->y_stride, Y - 4, ctx->y_stride); in tm2_decode_blocks()
842 memcpy(Y - 4 - 2 * ctx->y_stride, Y - 4, ctx->y_stride); in tm2_decode_blocks()
843 memcpy(Y - 4 - 3 * ctx->y_stride, Y - 4, ctx->y_stride); in tm2_decode_blocks()
844 memcpy(Y - 4 - 4 * ctx->y_stride, Y - 4, ctx->y_stride); in tm2_decode_blocks()
846 memcpy(Y - 4 + 1 * ctx->y_stride, Y - 4, ctx->y_stride); in tm2_decode_blocks()
847 memcpy(Y - 4 + 2 * ctx->y_stride, Y - 4, ctx->y_stride); in tm2_decode_blocks()
848 memcpy(Y - 4 + 3 * ctx->y_stride, Y - 4, ctx->y_stride); in tm2_decode_blocks()
849 memcpy(Y - 4 + 4 * ctx->y_stride, Y - 4, ctx->y_stride); in tm2_decode_blocks()
852 Y += ctx->y_stride; in tm2_decode_blocks()
975 l->y_stride = w; in decode_init()
976 l->Y1 = l->Y_base + l->y_stride * 4 + 4; in decode_init()