Lines Matching refs:round_ptr
19 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_adaptive_helper_c() argument
65 clamp(abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale), in aom_quantize_b_adaptive_helper_c()
110 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_helper_c() argument
152 clamp(abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale), in aom_quantize_b_helper_c()
176 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_helper_c() argument
220 abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale); in aom_highbd_quantize_b_adaptive_helper_c()
264 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_helper_c() argument
304 abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale); in aom_highbd_quantize_b_helper_c()
325 const int16_t *round_ptr, in aom_quantize_b_adaptive_c() argument
331 aom_quantize_b_adaptive_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_quantize_b_adaptive_c()
339 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_32x32_adaptive_c() argument
343 aom_quantize_b_adaptive_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_quantize_b_32x32_adaptive_c()
351 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_64x64_adaptive_c() argument
355 aom_quantize_b_adaptive_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_quantize_b_64x64_adaptive_c()
364 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_c() argument
369 round_ptr, quant_ptr, quant_shift_ptr, in aom_highbd_quantize_b_adaptive_c()
376 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_adaptive_c() argument
381 round_ptr, quant_ptr, quant_shift_ptr, in aom_highbd_quantize_b_32x32_adaptive_c()
388 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_adaptive_c() argument
393 round_ptr, quant_ptr, quant_shift_ptr, in aom_highbd_quantize_b_64x64_adaptive_c()
401 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_c() argument
406 aom_quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_quantize_b_c()
412 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_32x32_c() argument
418 aom_quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_quantize_b_32x32_c()
424 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_64x64_c() argument
430 aom_quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_quantize_b_64x64_c()
437 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_highbd_quantize_b_c() argument
443 aom_highbd_quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_highbd_quantize_b_c()
451 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_c() argument
455 aom_highbd_quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_highbd_quantize_b_32x32_c()
463 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_c() argument
467 aom_highbd_quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_highbd_quantize_b_64x64_c()