Searched refs:quant_fp (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 366 p->quant_fp, qcoeff, dqcoeff, pd->dequant, in vp9_xform_quant_fp() 372 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant_fp() 378 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant_fp() 385 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant_fp() 397 p->quant_fp, qcoeff, dqcoeff, pd->dequant, eob, 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() 442 p->quant_fp[0], qcoeff, dqcoeff, in vp9_xform_quant_dc() 448 p->quant_fp[0], qcoeff, dqcoeff, pd->dequant[0], in vp9_xform_quant_dc() [all …]
|
D | vp9_block.h | 37 int16_t *quant_fp; member 154 int quant_fp; member
|
D | vp9_quantize.c | 290 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()
|
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 | 5789 p->quant_fp, qcoeff, dqcoeff, pd->dequant, 5793 p->quant_fp, qcoeff, dqcoeff, pd->dequant, &eob, 5797 vp9_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp, p->quant_fp,
|
D | vp9_encodeframe.c | 5716 x->quant_fp = cpi->sf.use_quant_fp; in encode_frame_internal()
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 260 int16_t *quant_fp) { in GenerateHelperArrays() argument 268 quant_fp[j] = (1 << 16) / qlookup; in GenerateHelperArrays() 288 quant_fp[j] = quant_fp[1]; in GenerateHelperArrays()
|
/external/libaom/libaom/test/ |
D | quantize_func_test.cc | 292 const int16_t *quant_fp = qtab_->quant.y_quant_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()
|