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.c370 p->quant_fp, qcoeff, dqcoeff, pd->dequant, in vp9_xform_quant_fp()
376 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant_fp()
382 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant_fp()
389 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant_fp()
401 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant_fp()
406 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp()
412 vp9_quantize_fp(coeff, 64, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp()
420 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp, in vp9_xform_quant_fp()
448 p->quant_fp[0], qcoeff, dqcoeff, in vp9_xform_quant_dc()
454 p->quant_fp[0], qcoeff, dqcoeff, pd->dequant[0], in vp9_xform_quant_dc()
[all …]
Dvp9_block.h38 int16_t *quant_fp; member
155 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.c777 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp, in block_yrd()
783 vp9_quantize_fp(coeff, 64, x->skip_block, p->round_fp, p->quant_fp, in block_yrd()
790 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp, in block_yrd()
Dvp9_encoder.c6192 p->quant_fp, qcoeff, dqcoeff, pd->dequant,
6196 p->quant_fp, qcoeff, dqcoeff, pd->dequant, &eob,
6200 vp9_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp, p->quant_fp,
Dvp9_encodeframe.c6002 x->quant_fp = cpi->sf.use_quant_fp; in encode_frame_internal()
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc268 int16_t *quant_fp) { in GenerateHelperArrays() argument
276 quant_fp[j] = (1 << 16) / qlookup; in GenerateHelperArrays()
296 quant_fp[j] = quant_fp[1]; in GenerateHelperArrays()
/external/libaom/libaom/test/
Dquantize_func_test.cc294 const int16_t *quant_fp = qtab_->quant.y_quant_fp[q]; in TEST_P() local
308 quant_ref_(coeff_ptr, n_coeffs, zbin, round_fp, quant_fp, quant_shift, in TEST_P()
315 quant_(coeff_ptr, n_coeffs, zbin, round_fp, quant_fp, quant_shift, qcoeff, in TEST_P()