Lines Matching defs:qmat_chroma
557 uint16_t *qmat_chroma;
566 qmat_chroma = ctx->quants_chroma[0];
569 qmat_chroma = ctx->quants_chroma[quant];
572 qmat_chroma = ctx->custom_chroma_q;
575 qmat_chroma[i] = ctx->quant_chroma_mat[i] * quant;
612 num_cblocks, plane_factor, qmat_chroma);
808 uint16_t *qmat_chroma;
891 qmat_chroma = ctx->quants_chroma[q];
894 qmat_chroma = td->custom_chroma_q;
897 qmat_chroma[i] = ctx->quant_chroma_mat[i] * q;
910 qmat_chroma, td);