Home
last modified time | relevance | path

Searched refs:iwt (Results 1 – 5 of 5) sorted by relevance

/external/libldac/src/
Dbitalloc_sub_ldac.c91 int iqu, iwt; in encode_scale_factor_0_ldac() local
99 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() local
151 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()
/external/libaom/libaom/aom_dsp/
Dquantize.c71 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c() local
73 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in quantize_b_adaptive_helper_c()
156 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_helper_c() local
158 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in quantize_b_helper_c()
216 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_adaptive_helper_c() local
226 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in highbd_quantize_b_adaptive_helper_c()
296 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_helper_c() local
306 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in highbd_quantize_b_helper_c()
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c83 const qm_val_t iwt = iqm_ptr ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_fp_helper_c() local
85 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in quantize_fp_helper_c()
130 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_fp_helper_c() local
132 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in highbd_quantize_fp_helper_c()
351 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_dc() local
356 dequant = (dequant_ptr * iwt + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in quantize_dc()
508 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[0] : (1 << AOM_QM_BITS); in highbd_quantize_dc() local
518 (dequant_ptr * iwt + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in highbd_quantize_dc()
/external/sqlite/dist/orig/
Dsqlite3.c170256 int iwt = pRtree->inWrTrans;
170260 pRtree->inWrTrans = iwt;
/external/sqlite/dist/
Dsqlite3.c170284 int iwt = pRtree->inWrTrans;
170288 pRtree->inWrTrans = iwt;