Searched refs:quantize_b_helper_c (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | quantize.c | 107 void quantize_b_helper_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize_b_helper_c() function 396 quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_quantize_b_c() 408 quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_quantize_b_32x32_c() 420 quantize_b_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in aom_quantize_b_64x64_c()
|
D | quantize.h | 83 void quantize_b_helper_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs,
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 301 quantize_b_helper_c(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_QTX, in av1_quantize_b_facade()
|