Lines Matching refs:round_ptr
18 const int16_t *round_ptr, const int16_t *quant_ptr, in quantize_b_adaptive_helper_c() argument
64 clamp(abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale), in quantize_b_adaptive_helper_c()
108 const int16_t *zbin_ptr, const int16_t *round_ptr, in quantize_b_helper_c() argument
149 clamp(abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale), in quantize_b_helper_c()
171 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_b_adaptive_helper_c() argument
219 abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale); in highbd_quantize_b_adaptive_helper_c()
259 const int16_t *round_ptr, const int16_t *quant_ptr, in highbd_quantize_b_helper_c() argument
299 abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], log_scale); in highbd_quantize_b_helper_c()
318 const int16_t *round_ptr, in aom_quantize_b_adaptive_c() argument
324 quantize_b_adaptive_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_quantize_b_adaptive_c()
332 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_32x32_adaptive_c() argument
336 quantize_b_adaptive_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_quantize_b_32x32_adaptive_c()
344 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_quantize_b_64x64_adaptive_c() argument
348 quantize_b_adaptive_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_quantize_b_64x64_adaptive_c()
356 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_adaptive_c() argument
360 highbd_quantize_b_adaptive_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_highbd_quantize_b_adaptive_c()
368 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_adaptive_c() argument
372 highbd_quantize_b_adaptive_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_highbd_quantize_b_32x32_adaptive_c()
380 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_adaptive_c() argument
384 highbd_quantize_b_adaptive_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_highbd_quantize_b_64x64_adaptive_c()
391 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_c() argument
396 quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_quantize_b_c()
402 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_32x32_c() argument
408 quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_quantize_b_32x32_c()
414 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_quantize_b_64x64_c() argument
420 quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_quantize_b_64x64_c()
426 const int16_t *zbin_ptr, const int16_t *round_ptr, in aom_highbd_quantize_b_c() argument
432 highbd_quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_highbd_quantize_b_c()
440 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_32x32_c() argument
444 highbd_quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_highbd_quantize_b_32x32_c()
452 const int16_t *round_ptr, const int16_t *quant_ptr, in aom_highbd_quantize_b_64x64_c() argument
456 highbd_quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, in aom_highbd_quantize_b_64x64_c()