Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c291 memcpy(x->plane[0].round_fp, quants->y_round_fp[qindex], in vp9_init_plane_quantizers()
292 8 * sizeof(*(x->plane[0].round_fp))); in vp9_init_plane_quantizers()
304 memcpy(x->plane[i].round_fp, quants->uv_round_fp[qindex], in vp9_init_plane_quantizers()
305 8 * sizeof(*(x->plane[i].round_fp))); in vp9_init_plane_quantizers()
Dvp9_encodemb.c369 vp9_highbd_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, in vp9_xform_quant_fp()
375 vp9_highbd_quantize_fp(coeff, 256, x->skip_block, p->round_fp, in vp9_xform_quant_fp()
381 vp9_highbd_quantize_fp(coeff, 64, x->skip_block, p->round_fp, in vp9_xform_quant_fp()
388 vp9_highbd_quantize_fp(coeff, 16, x->skip_block, p->round_fp, in vp9_xform_quant_fp()
400 vp9_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, 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()
Dvp9_block.h37 DECLARE_ALIGNED(16, int16_t, round_fp[8]);
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.c6191 vp9_highbd_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp,
6195 vp9_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp,
6200 vp9_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp, p->quant_fp,
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc267 int16_t *dequant, int16_t *round_fp, in GenerateHelperArrays() argument
275 round_fp[j] = (max_qrounding_factor_fp * qlookup) >> 7; in GenerateHelperArrays()
295 round_fp[j] = round_fp[1]; in GenerateHelperArrays()
/external/libaom/libaom/test/
Dquantize_func_test.cc293 const int16_t *round_fp = qtab_->quant.y_round_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()