Home
last modified time | relevance | path

Searched refs:round_fp (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc259 int16_t *dequant, int16_t *round_fp, in GenerateHelperArrays() argument
267 round_fp[j] = (max_qrounding_factor_fp * qlookup) >> 7; in GenerateHelperArrays()
287 round_fp[j] = round_fp[1]; in GenerateHelperArrays()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c365 vp9_highbd_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, in vp9_xform_quant_fp()
371 vp9_highbd_quantize_fp(coeff, 256, x->skip_block, p->round_fp, in vp9_xform_quant_fp()
377 vp9_highbd_quantize_fp(coeff, 64, x->skip_block, p->round_fp, in vp9_xform_quant_fp()
384 vp9_highbd_quantize_fp(coeff, 16, x->skip_block, p->round_fp, in vp9_xform_quant_fp()
396 vp9_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, 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()
Dvp9_block.h38 int16_t *round_fp; member
Dvp9_quantize.c291 x->plane[0].round_fp = quants->y_round_fp[qindex]; in vp9_init_plane_quantizers()
304 x->plane[i].round_fp = quants->uv_round_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.c5788 vp9_highbd_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp,
5792 vp9_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp,
5797 vp9_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp, p->quant_fp,
/external/libaom/libaom/test/
Dquantize_func_test.cc291 const int16_t *round_fp = qtab_->quant.y_round_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()