Lines Matching refs:coeff_ptr

17     const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,  in quantize_b_adaptive_helper_c()  argument
40 const int coeff = coeff_ptr[rc] * wt; in quantize_b_adaptive_helper_c()
56 const int coeff = coeff_ptr[rc]; in quantize_b_adaptive_helper_c()
91 const int coeff = coeff_ptr[rc] * wt; in quantize_b_adaptive_helper_c()
107 void quantize_b_helper_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize_b_helper_c() argument
128 const int coeff = coeff_ptr[rc] * wt; in quantize_b_helper_c()
141 const int coeff = coeff_ptr[rc]; in quantize_b_helper_c()
170 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in highbd_quantize_b_adaptive_helper_c() argument
196 const int coeff = coeff_ptr[rc] * wt; in highbd_quantize_b_adaptive_helper_c()
213 const int coeff = coeff_ptr[rc]; in highbd_quantize_b_adaptive_helper_c()
241 const int coeff = coeff_ptr[rc] * wt; in highbd_quantize_b_adaptive_helper_c()
258 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in highbd_quantize_b_helper_c() argument
280 const int coeff = coeff_ptr[rc] * wt; in highbd_quantize_b_helper_c()
293 const int coeff = coeff_ptr[rc]; in highbd_quantize_b_helper_c()
316 void aom_quantize_b_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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()
331 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_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()
343 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_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()
355 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_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()
367 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_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()
379 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_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()
390 void aom_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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()
401 void aom_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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()
413 void aom_quantize_b_64x64_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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()
425 void aom_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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()
439 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_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()
451 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_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()