Searched refs:quant_fp (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 347 p->round_fp, p->quant_fp, p->quant_shift, in vp9_xform_quant_fp() 355 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 362 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 369 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 384 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 391 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 398 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 405 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp() 437 p->quant_fp[0], qcoeff, dqcoeff, in vp9_xform_quant_dc() 443 p->quant_fp[0], qcoeff, dqcoeff, in vp9_xform_quant_dc() [all …]
|
D | vp9_block.h | 35 int16_t *quant_fp; member 121 int quant_fp; member
|
D | vp9_quantize.c | 318 x->plane[0].quant_fp = quants->y_quant_fp[qindex]; in vp9_init_plane_quantizers() 331 x->plane[i].quant_fp = quants->uv_quant_fp[qindex]; in vp9_init_plane_quantizers()
|
D | vp9_pickmode.c | 617 p->round_fp, p->quant_fp, p->quant_shift, in block_yrd() 624 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in block_yrd() 631 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in block_yrd() 638 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in block_yrd()
|
D | vp9_encodeframe.c | 3928 x->quant_fp = cpi->sf.use_quant_fp; in encode_frame_internal()
|