Home
last modified time | relevance | path

Searched refs:iqm_ptr (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dav1_quantize.c42 const qm_val_t *iqm_ptr, int log_scale) { in quantize_fp_helper_c() argument
55 if (qm_ptr == NULL && iqm_ptr == NULL) { in quantize_fp_helper_c()
83 const qm_val_t iwt = iqm_ptr ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_fp_helper_c()
113 const qm_val_t *iqm_ptr, int log_scale) { in highbd_quantize_fp_helper_c() argument
123 if (qm_ptr || iqm_ptr) { in highbd_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()
222 const qm_val_t *iqm_ptr = qparam->iqmatrix; in av1_quantize_fp_facade() local
223 if (qm_ptr != NULL && iqm_ptr != NULL) { in av1_quantize_fp_facade()
227 sc->iscan, qm_ptr, iqm_ptr, qparam->log_scale); in av1_quantize_fp_facade()
267 const qm_val_t *iqm_ptr = qparam->iqmatrix; in av1_quantize_b_facade() local
[all …]
/external/libaom/libaom/aom_dsp/
Dquantize.c22 const qm_val_t *iqm_ptr, const int log_scale) { in quantize_b_adaptive_helper_c() argument
71 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c()
114 const qm_val_t *iqm_ptr, const int log_scale) { in quantize_b_helper_c() argument
156 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_helper_c()
175 const qm_val_t *iqm_ptr, const int log_scale) { in highbd_quantize_b_adaptive_helper_c() argument
216 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_adaptive_helper_c()
263 const qm_val_t *iqm_ptr, const int log_scale) { in highbd_quantize_b_helper_c() argument
296 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_helper_c()
Dquantize.h29 const qm_val_t *iqm_ptr, const int log_scale);
60 const qm_val_t *iqm_ptr, const int log_scale);
90 const qm_val_t *iqm_ptr, const int log_scale);
105 const qm_val_t *iqm_ptr, const int log_scale);