Searched refs:vp9_xform_quant (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.h | 42 void vp9_xform_quant(MACROBLOCK *x, int plane, int block, int row, int col,
|
D | vp9_encodemb.c | 500 void vp9_xform_quant(MACROBLOCK *x, int plane, int block, int row, int col, in vp9_xform_quant() function 634 vp9_xform_quant(x, plane, block, row, col, plane_bsize, tx_size); in encode_block() 649 vp9_xform_quant(x, plane, block, row, col, plane_bsize, tx_size); in encode_block() 747 vp9_xform_quant(x, plane, block, row, col, plane_bsize, tx_size); in encode_block_pass1()
|
D | vp9_rdopt.c | 805 vp9_xform_quant(x, plane, block, blk_row, blk_col, plane_bsize, tx_size); in block_rd_txfm()
|