Searched refs:vp9_xform_quant (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.h | 32 void vp9_xform_quant(MACROBLOCK *x, int plane, int block,
|
D | vp9_encodemb.c | 496 void vp9_xform_quant(MACROBLOCK *x, int plane, int block, in vp9_xform_quant() function 626 vp9_xform_quant(x, plane, block, plane_bsize, tx_size); in encode_block() 637 vp9_xform_quant(x, plane, block, plane_bsize, tx_size); in encode_block() 717 vp9_xform_quant(x, plane, block, plane_bsize, tx_size); in encode_block_pass1()
|
D | vp9_rdopt.c | 511 vp9_xform_quant(x, plane, block, plane_bsize, tx_size); in block_rd_txfm() 542 vp9_xform_quant(x, plane, block, plane_bsize, tx_size); in block_rd_txfm()
|