Searched refs:round_fp (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 291 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()
|
D | vp9_encodemb.c | 369 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()
|
D | vp9_block.h | 37 DECLARE_ALIGNED(16, int16_t, round_fp[8]);
|
D | vp9_pickmode.c | 777 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()
|
D | vp9_encoder.c | 6191 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/ |
D | vp9_quantize_test.cc | 267 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/ |
D | quantize_func_test.cc | 293 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()
|