Home
last modified time | relevance | path

Searched refs:quant_fp (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c366 p->quant_fp, qcoeff, dqcoeff, pd->dequant, in vp9_xform_quant_fp()
372 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant_fp()
378 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant_fp()
385 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant_fp()
397 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant_fp()
402 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp()
408 p->round_fp, p->quant_fp, qcoeff, dqcoeff, pd->dequant, in vp9_xform_quant_fp()
414 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp()
442 p->quant_fp[0], qcoeff, dqcoeff, in vp9_xform_quant_dc()
448 p->quant_fp[0], qcoeff, dqcoeff, pd->dequant[0], in vp9_xform_quant_dc()
[all …]
Dvp9_block.h37 int16_t *quant_fp; member
154 int quant_fp; member
Dvp9_quantize.c290 x->plane[0].quant_fp = quants->y_quant_fp[qindex]; in vp9_init_plane_quantizers()
303 x->plane[i].quant_fp = quants->uv_quant_fp[qindex]; in vp9_init_plane_quantizers()
Dvp9_pickmode.c741 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp, in block_yrd()
747 vp9_quantize_fp(coeff, 64, x->skip_block, p->round_fp, p->quant_fp, in block_yrd()
754 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp, in block_yrd()
Dvp9_encoder.c5789 p->quant_fp, qcoeff, dqcoeff, pd->dequant,
5793 p->quant_fp, qcoeff, dqcoeff, pd->dequant, &eob,
5797 vp9_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp, p->quant_fp,
Dvp9_encodeframe.c5716 x->quant_fp = cpi->sf.use_quant_fp; in encode_frame_internal()
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc260 int16_t *quant_fp) { in GenerateHelperArrays() argument
268 quant_fp[j] = (1 << 16) / qlookup; in GenerateHelperArrays()
288 quant_fp[j] = quant_fp[1]; in GenerateHelperArrays()
/external/libaom/libaom/test/
Dquantize_func_test.cc292 const int16_t *quant_fp = qtab_->quant.y_quant_fp[q]; in TEST_P() local
304 quant_ref_(coeff_ptr, n_coeffs, zbin, round_fp, quant_fp, quant_shift, in TEST_P()
311 quant_(coeff_ptr, n_coeffs, zbin, round_fp, quant_fp, quant_shift, qcoeff, in TEST_P()