Lines Matching refs:uvtx
229 int tx = 4 * s->s.h.lossless + b->tx, uvtx = b->uvtx + 4 * s->s.h.lossless; in intra_recon() local
230 int uvstep1d = 1 << b->uvtx, p; in intra_recon()
262 step = 1 << (b->uvtx * 2); in intra_recon()
272 … int eob = b->skip ? 0 : b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in intra_recon()
277 b->uvtx, p + 1, s->ss_h, s->ss_v, bytesperpixel); in intra_recon()
278 s->dsp.intra_pred[b->uvtx][mode](ptr, td->uv_stride, l, a); in intra_recon()
280 s->dsp.itxfm_add[uvtx][DCT_DCT](ptr, td->uv_stride, in intra_recon()
607 int tx = 4 * s->s.h.lossless + b->tx, uvtx = b->uvtx + 4 * s->s.h.lossless; in inter_recon() local
608 int uvstep1d = 1 << b->uvtx, p; in inter_recon()
628 step = 1 << (b->uvtx * 2); in inter_recon()
635 int eob = b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in inter_recon()
638 s->dsp.itxfm_add[uvtx][DCT_DCT](ptr, td->uv_stride, in inter_recon()