Lines Matching refs:dequant_ptr
20 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_b_adaptive_helper_c() argument
34 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in quantize_b_adaptive_helper_c()
73 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in quantize_b_adaptive_helper_c()
94 ROUND_POWER_OF_TWO(dequant_ptr[rc != 0] * factor, 7); in quantize_b_adaptive_helper_c()
111 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in quantize_b_helper_c() argument
158 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> in quantize_b_helper_c()
173 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_b_adaptive_helper_c() argument
190 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in highbd_quantize_b_adaptive_helper_c()
226 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in highbd_quantize_b_adaptive_helper_c()
244 ROUND_POWER_OF_TWO(dequant_ptr[rc != 0] * factor, 7); in highbd_quantize_b_adaptive_helper_c()
261 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_b_helper_c() argument
306 (dequant_ptr[rc != 0] * iwt + (1 << (AOM_QM_BITS - 1))) >> AOM_QM_BITS; in highbd_quantize_b_helper_c()
322 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_adaptive_c() argument
326 dqcoeff_ptr, dequant_ptr, eob_ptr, scan, iscan, in aom_quantize_b_adaptive_c()
334 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_adaptive_c() argument
338 dqcoeff_ptr, dequant_ptr, eob_ptr, scan, iscan, in aom_quantize_b_32x32_adaptive_c()
346 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_64x64_adaptive_c() argument
350 dqcoeff_ptr, dequant_ptr, eob_ptr, scan, iscan, in aom_quantize_b_64x64_adaptive_c()
358 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_adaptive_c() argument
362 dqcoeff_ptr, dequant_ptr, eob_ptr, scan, in aom_highbd_quantize_b_adaptive_c()
370 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_adaptive_c() argument
374 dqcoeff_ptr, dequant_ptr, eob_ptr, scan, in aom_highbd_quantize_b_32x32_adaptive_c()
382 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_adaptive_c() argument
386 dqcoeff_ptr, dequant_ptr, eob_ptr, scan, in aom_highbd_quantize_b_64x64_adaptive_c()
394 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_c() argument
397 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in aom_quantize_b_c()
406 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_32x32_c() argument
409 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in aom_quantize_b_32x32_c()
418 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_64x64_c() argument
421 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in aom_quantize_b_64x64_c()
430 const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_c() argument
434 dqcoeff_ptr, dequant_ptr, eob_ptr, scan, iscan, in aom_highbd_quantize_b_c()
442 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_c() argument
446 dqcoeff_ptr, dequant_ptr, eob_ptr, scan, iscan, in aom_highbd_quantize_b_32x32_c()
454 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_c() argument
458 dqcoeff_ptr, dequant_ptr, eob_ptr, scan, iscan, in aom_highbd_quantize_b_64x64_c()