Searched refs:round_fp (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 259 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/ |
D | vp9_encodemb.c | 365 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()
|
D | vp9_block.h | 38 int16_t *round_fp; member
|
D | vp9_quantize.c | 291 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()
|
D | vp9_pickmode.c | 741 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()
|
D | vp9_encoder.c | 5788 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/ |
D | quantize_func_test.cc | 291 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()
|