Searched refs:iqmatrix (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 54 const qm_val_t *iqmatrix) { in get_dqv() argument 56 if (iqmatrix != NULL) in get_dqv() 58 ((iqmatrix[coeff_idx] * dqv) + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in get_dqv() 166 const qm_val_t *iqmatrix = in av1_read_coeffs_txb() local 310 (int64_t)level * get_dqv(dequant, scan[c], iqmatrix) & 0xffffff); in av1_read_coeffs_txb()
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 222 const qm_val_t *iqm_ptr = qparam->iqmatrix; in av1_quantize_fp_facade() 267 const qm_val_t *iqm_ptr = qparam->iqmatrix; in av1_quantize_b_facade() 373 const qm_val_t *iqm_ptr = qparam->iqmatrix; in av1_quantize_dc_facade() 386 const qm_val_t *iqm_ptr = qparam->iqmatrix; in av1_highbd_quantize_fp_facade() 416 const qm_val_t *iqm_ptr = qparam->iqmatrix; in av1_highbd_quantize_b_facade() 536 const qm_val_t *iqm_ptr = qparam->iqmatrix; in av1_highbd_quantize_dc_facade()
|
D | encodetxb.h | 45 const qm_val_t *iqmatrix; member
|
D | av1_quantize.h | 32 const qm_val_t *iqmatrix; member
|
D | encodetxb.c | 112 const qm_val_t *iqmatrix) { in qcoeff_to_dqcoeff() argument 114 if (iqmatrix != NULL) in qcoeff_to_dqcoeff() 116 ((iqmatrix[coeff_idx] * dqv) + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in qcoeff_to_dqcoeff() 396 txb_info->iqmatrix); 401 qcoeff_to_dqcoeff(0, coeff_idx, dqv, txb_info->shift, txb_info->iqmatrix); 418 txb_info->shift, txb_info->iqmatrix); 471 qc, coeff_idx, dqv, txb_info->shift, txb_info->iqmatrix); 1850 const qm_val_t *iqmatrix = local 1859 scan_order, txb_ctx, rdmult, iqmatrix, tx_type_cost,
|
D | encodemb.c | 153 const qm_val_t *iqmatrix = in av1_xform_quant() local 164 qparam.iqmatrix = iqmatrix; in av1_xform_quant()
|