Searched refs:iwt (Results 1 – 3 of 3) sorted by relevance
91 int iqu, iwt; in encode_scale_factor_0_ldac() local99 for (iwt = 0; iwt < LDAC_NSFCWTBL; iwt++) { in encode_scale_factor_0_ldac()100 p_tbl = gaa_sfcwgt_ldac[iwt]; in encode_scale_factor_0_ldac()124 p_sfcinf->weight = iwt; in encode_scale_factor_0_ldac()144 int iqu, iwt; in encode_scale_factor_1_ldac() local151 for (iwt = 0; iwt < LDAC_NSFCWTBL; iwt++) { in encode_scale_factor_1_ldac()152 p_tbl = gaa_sfcwgt_ldac[iwt]; in encode_scale_factor_1_ldac()176 p_sfcinf->weight = iwt; in encode_scale_factor_1_ldac()
71 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_helper_c() local73 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in aom_quantize_b_adaptive_helper_c()157 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_helper_c() local159 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in aom_quantize_b_helper_c()223 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_helper_c() local225 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in aom_highbd_quantize_b_adaptive_helper_c()297 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_helper_c() local307 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in aom_highbd_quantize_b_helper_c()
83 const qm_val_t iwt = iqm_ptr ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_fp_helper_c() local85 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in quantize_fp_helper_c()131 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_fp_helper_c() local133 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in highbd_quantize_fp_helper_c()373 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_dc() local378 dequant = (dequant_ptr * iwt + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in quantize_dc()504 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[0] : (1 << AOM_QM_BITS); in highbd_quantize_dc() local514 (dequant_ptr * iwt + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in highbd_quantize_dc()