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()
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/
Dquantize.c22 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()
Dquantize.h29 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);