Home
last modified time | relevance | path

Searched refs:round_fp_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()
389 coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, p->quant_fp_QTX, in av1_highbd_quantize_fp_facade()
397 coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, p->quant_fp_QTX, in av1_highbd_quantize_fp_facade()
402 av1_highbd_quantize_fp(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, in av1_highbd_quantize_fp_facade()
697 x->plane[0].round_fp_QTX = quants->y_round_fp[qindex]; in av1_init_plane_quantizers()
715 x->plane[1].round_fp_QTX = quants->u_round_fp[qindex]; in av1_init_plane_quantizers()
[all …]
Dblock.h46 const int16_t *round_fp_QTX; member
Dtpl_model.c40 av1_quantize_fp_32x32(coeff, pix_num, p->zbin_QTX, p->round_fp_QTX, in get_quantize_error()