Home
last modified time | relevance | path

Searched refs:zbin_QTX (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dav1_quantize.c224 quantize_fp_helper_c(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, in av1_quantize_fp_facade()
235 coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, in av1_quantize_fp_facade()
239 av1_quantize_fp(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, in av1_quantize_fp_facade()
246 av1_quantize_fp_32x32(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, in av1_quantize_fp_facade()
252 av1_quantize_fp_64x64(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, in av1_quantize_fp_facade()
273 coeff_ptr, n_coeffs, p->zbin_QTX, p->round_QTX, p->quant_QTX, in av1_quantize_b_facade()
279 aom_quantize_b_adaptive(coeff_ptr, n_coeffs, p->zbin_QTX, in av1_quantize_b_facade()
286 coeff_ptr, n_coeffs, p->zbin_QTX, p->round_QTX, p->quant_QTX, in av1_quantize_b_facade()
292 coeff_ptr, n_coeffs, p->zbin_QTX, p->round_QTX, p->quant_QTX, in av1_quantize_b_facade()
301 quantize_b_helper_c(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_QTX, in av1_quantize_b_facade()
[all …]
Dblock.h49 const int16_t *zbin_QTX; member
Dtpl_model.c40 av1_quantize_fp_32x32(coeff, pix_num, p->zbin_QTX, p->round_fp_QTX, in get_quantize_error()