/external/libvpx/libvpx/vp9/encoder/ |
vp9_block.h | 35 int16_t *quant_fp; member in struct:macroblock_plane 121 int quant_fp; member in struct:macroblock
|
vp9_encodemb.c | 347 p->round_fp, p->quant_fp, p->quant_shift, 355 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, 362 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, 369 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, 384 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, 391 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, 398 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, 405 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, 437 p->quant_fp[0], qcoeff, dqcoeff, 443 p->quant_fp[0], qcoeff, dqcoeff [all...] |
vp9_quantize.c | 318 x->plane[0].quant_fp = quants->y_quant_fp[qindex]; 331 x->plane[i].quant_fp = quants->uv_quant_fp[qindex];
|
vp9_pickmode.c | 617 p->round_fp, p->quant_fp, p->quant_shift, 624 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, 631 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, 638 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, [all...] |
vp9_encodeframe.c | [all...] |