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() 114 const qm_val_t *iqm_ptr, int log_scale) { in highbd_quantize_fp_helper_c() argument 124 if (qm_ptr || iqm_ptr) { in highbd_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() 253 const qm_val_t *iqm_ptr = qparam->iqmatrix; in av1_quantize_fp_facade() local 254 if (qm_ptr != NULL && iqm_ptr != NULL) { in av1_quantize_fp_facade() 258 sc->iscan, qm_ptr, iqm_ptr, qparam->log_scale); in av1_quantize_fp_facade() 289 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 aom_quantize_b_adaptive_helper_c() argument 71 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_helper_c() 114 const qm_val_t *qm_ptr, const qm_val_t *iqm_ptr, in aom_quantize_b_helper_c() argument 157 const int iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_helper_c() 177 const qm_val_t *iqm_ptr, const int log_scale) { in aom_highbd_quantize_b_adaptive_helper_c() argument 223 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_helper_c() 264 const qm_val_t *iqm_ptr, const int log_scale) { in aom_highbd_quantize_b_helper_c() argument 297 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_helper_c()
|
D | quantize.h | 29 const qm_val_t *iqm_ptr, const int log_scale); 61 const qm_val_t *iqm_ptr, const int log_scale); 92 const qm_val_t *qm_ptr, const qm_val_t *iqm_ptr, 109 const qm_val_t *iqm_ptr, const int log_scale);
|