Home
last modified time | relevance | path

Searched refs:round_QTX (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dav1_quantize.c273 coeff_ptr, n_coeffs, p->zbin_QTX, p->round_QTX, p->quant_QTX, in av1_quantize_b_facade()
280 p->round_QTX, p->quant_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()
308 aom_quantize_b(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_QTX, in av1_quantize_b_facade()
314 aom_quantize_b_32x32(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_QTX, in av1_quantize_b_facade()
320 aom_quantize_b_64x64(coeff_ptr, n_coeffs, p->zbin_QTX, p->round_QTX, in av1_quantize_b_facade()
374 quantize_dc(coeff_ptr, (int)n_coeffs, skip_block, p->round_QTX, in av1_quantize_dc_facade()
420 coeff_ptr, n_coeffs, p->zbin_QTX, p->round_QTX, p->quant_QTX, in av1_highbd_quantize_b_facade()
[all …]
Dblock.h50 const int16_t *round_QTX; member