Home
last modified time | relevance | path

Searched refs:round_fp_QTX (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dav1_quantize.c255 quantize_fp_helper_c(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, in av1_quantize_fp_facade()
262 av1_quantize_fp(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, in av1_quantize_fp_facade()
268 av1_quantize_fp_32x32(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, in av1_quantize_fp_facade()
274 av1_quantize_fp_64x64(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, in av1_quantize_fp_facade()
412 coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, p->quant_fp_QTX, in av1_highbd_quantize_fp_facade()
416 av1_highbd_quantize_fp(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_fp_QTX, in av1_highbd_quantize_fp_facade()
685 x->plane[0].round_fp_QTX = quants->y_round_fp[qindex]; in av1_init_plane_quantizers()
702 x->plane[1].round_fp_QTX = quants->u_round_fp[qindex]; in av1_init_plane_quantizers()
718 x->plane[2].round_fp_QTX = quants->v_round_fp[qindex]; in av1_init_plane_quantizers()
Dblock.h71 const int16_t *round_fp_QTX; member
Dnonrd_pickmode.c798 av1_quantize_fp(coeff, 16 * 16, p->zbin_QTX, p->round_fp_QTX, in block_yrd()
805 av1_quantize_fp(coeff, 8 * 8, p->zbin_QTX, p->round_fp_QTX, in block_yrd()
813 av1_quantize_lp(low_coeff, 16 * 16, p->round_fp_QTX, in block_yrd()
819 av1_quantize_lp(low_coeff, 8 * 8, p->round_fp_QTX, p->quant_fp_QTX, in block_yrd()
826 av1_quantize_lp(low_coeff, 4 * 4, p->round_fp_QTX, p->quant_fp_QTX, in block_yrd()
Dtpl_model.c45 av1_quantize_fp(coeff, pix_num, p->zbin_QTX, p->round_fp_QTX, p->quant_fp_QTX, in get_quantize_error()