Home
last modified time | relevance | path

Searched defs:iwt (Results 1 – 3 of 3) sorted by relevance

/external/libldac/src/
Dbitalloc_sub_ldac.c91 int iqu, iwt; in encode_scale_factor_0_ldac() local
144 int iqu, iwt; in encode_scale_factor_1_ldac() local
/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
130 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_fp_helper_c() local
351 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_dc() local
508 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[0] : (1 << AOM_QM_BITS); in highbd_quantize_dc() local
/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
156 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_helper_c() local
216 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_adaptive_helper_c() local
296 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_helper_c() local