Searched defs:qm_ptr (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 75 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in quantize_fp_helper_c() 130 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in highbd_quantize_fp_helper_c() 270 const qm_val_t *qm_ptr = qparam->qmatrix; in av1_quantize_fp_facade() local 306 const qm_val_t *qm_ptr = qparam->qmatrix; in av1_quantize_b_facade() local 375 uint16_t *eob_ptr, const qm_val_t *qm_ptr, in quantize_dc() 412 const qm_val_t *qm_ptr = qparam->qmatrix; in av1_quantize_dc_facade() local 426 const qm_val_t *qm_ptr = qparam->qmatrix; in av1_highbd_quantize_fp_facade() local 447 const qm_val_t *qm_ptr = qparam->qmatrix; in av1_highbd_quantize_b_facade() local 514 const qm_val_t *qm_ptr, const qm_val_t *iqm_ptr, const int log_scale) { in highbd_quantize_dc() 549 const qm_val_t *qm_ptr = qparam->qmatrix; in av1_highbd_quantize_dc_facade() local
|
/external/libaom/libaom/aom_dsp/ |
D | quantize.c | 20 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_adaptive_helper_c() 113 const qm_val_t *qm_ptr, const qm_val_t *iqm_ptr, in aom_quantize_b_helper_c() 175 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_highbd_quantize_b_adaptive_helper_c() 262 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_highbd_quantize_b_helper_c()
|
/external/libaom/libaom/av1/encoder/arm/neon/ |
D | quantize_neon.c | 585 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_16x16_neon() 732 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_32x32_neon() 888 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_64x64_neon() 1055 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_neon()
|