Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dquantize.c21 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in quantize_b_adaptive_helper_c() argument
39 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c()
61 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c()
90 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c()
113 const int16_t *iscan, const qm_val_t *qm_ptr, in quantize_b_helper_c() argument
127 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_helper_c()
146 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_helper_c()
174 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in highbd_quantize_b_adaptive_helper_c() argument
195 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_adaptive_helper_c()
215 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_adaptive_helper_c()
[all …]
Dquantize.h28 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr,
59 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr,
89 const int16_t *iscan, const qm_val_t *qm_ptr,
104 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr,
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c41 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in quantize_fp_helper_c() argument
55 if (qm_ptr == NULL && iqm_ptr == NULL) { in quantize_fp_helper_c()
82 const qm_val_t wt = qm_ptr ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_fp_helper_c()
112 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in highbd_quantize_fp_helper_c() argument
123 if (qm_ptr || iqm_ptr) { in highbd_quantize_fp_helper_c()
129 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_fp_helper_c()
221 const qm_val_t *qm_ptr = qparam->qmatrix; 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()
266 const qm_val_t *qm_ptr = qparam->qmatrix; in av1_quantize_b_facade() local
[all …]