Lines Matching refs:dct_uv_offset
686 int dct_uv_offset = ctx->dct_uv_offset;
721 dct_uv_offset = bw * uvlinesize;
748 dct_uv_offset = bw * uvlinesize / 2;
769 ptr_u + dct_uv_offset,
772 ptr_v + dct_uv_offset,
786 ptr_u + dct_uv_offset, uvlinesize);
788 ptr_v + dct_uv_offset, uvlinesize);
798 pdsp->get_pixels(ctx->blocks[8], ptr_u + dct_uv_offset, uvlinesize);
799 pdsp->get_pixels(ctx->blocks[9], ptr_u + dct_uv_offset + bw, uvlinesize);
803 pdsp->get_pixels(ctx->blocks[10], ptr_v + dct_uv_offset, uvlinesize);
804 pdsp->get_pixels(ctx->blocks[11], ptr_v + dct_uv_offset + bw, uvlinesize);
1251 ctx->thread[i]->dct_uv_offset = ctx->m.uvlinesize*8;