/external/libvpx/libvpx/test/ |
vp9_quantize_test.cc | 200 int16_t *dequant, int16_t *round_fp, 208 round_fp[j] = (max_qrounding_factor_fp * qlookup) >> 7; 228 round_fp[j] = round_fp[1];
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 344 vp9_highbd_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, 350 vp9_highbd_quantize_fp(coeff, 256, x->skip_block, p->round_fp, 356 vp9_highbd_quantize_fp(coeff, 64, x->skip_block, p->round_fp, 362 vp9_highbd_quantize_fp(coeff, 16, x->skip_block, p->round_fp, 375 vp9_quantize_fp_32x32(coeff, 1024, x->skip_block, p->round_fp, 381 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp, 387 p->round_fp, p->quant_fp, qcoeff, dqcoeff, pd->dequant, 392 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp, [all...] |
vp9_block.h | 38 int16_t *round_fp; member in struct:macroblock_plane
|
vp9_quantize.c | 285 x->plane[0].round_fp = quants->y_round_fp[qindex]; 298 x->plane[i].round_fp = quants->uv_round_fp[qindex];
|
vp9_pickmode.c | 719 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp, 725 vp9_quantize_fp(coeff, 64, x->skip_block, p->round_fp, p->quant_fp, 731 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp, [all...] |