Home
last modified time | relevance | path

Searched refs:quant_fp (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c347 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 …]
Dvp9_block.h35 int16_t *quant_fp; member
121 int quant_fp; member
Dvp9_quantize.c318 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()
Dvp9_pickmode.c617 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()
Dvp9_encodeframe.c3928 x->quant_fp = cpi->sf.use_quant_fp; in encode_frame_internal()