Lines Matching refs:qmat
437 const uint8_t *scan, const int16_t *qmat)
450 level = blocks[idx] / qmat[scan[i]];
472 const int16_t *qmat)
476 encode_dcs(pb, blocks, blocks_per_slice, qmat[0]);
478 ctx->scantable, qmat);
556 uint16_t *qmat;
565 qmat = ctx->quants[0];
568 qmat = ctx->quants[quant];
571 qmat = ctx->custom_q;
574 qmat[i] = ctx->quant_mat[i] * quant;
608 num_cblocks, plane_factor, qmat);
682 const uint8_t *scan, const int16_t *qmat)
696 level = blocks[idx] / qmat[scan[i]];
697 *error += FFABS(blocks[idx]) % qmat[scan[i]];
720 const int16_t *qmat, ProresThreadData *td)
727 bits = estimate_dcs(error, td->blocks[plane], blocks_per_slice, qmat[0]);
729 plane_size_factor, ctx->scantable, qmat);
807 uint16_t *qmat;
890 qmat = ctx->quants[q];
893 qmat = td->custom_q;
896 qmat[i] = ctx->quant_mat[i] * q;
904 qmat, td);/* estimate luma plane */