Searched refs:iqm_ptr (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 42 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/ |
D | quantize.c | 22 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()
|
D | quantize.h | 29 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);
|