Searched refs:vp9_xform_quant (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.h | 36 void vp9_xform_quant(MACROBLOCK *x, int plane, int block, int row, int col,
|
D | vp9_encodemb.c | 494 void vp9_xform_quant(MACROBLOCK *x, int plane, int block, int row, int col, in vp9_xform_quant() function 615 vp9_xform_quant(x, plane, block, row, col, plane_bsize, tx_size); in encode_block() 626 vp9_xform_quant(x, plane, block, row, col, plane_bsize, tx_size); in encode_block() 701 vp9_xform_quant(x, plane, block, row, col, plane_bsize, tx_size); in encode_block_pass1()
|
D | vp9_rdopt.c | 710 vp9_xform_quant(x, plane, block, blk_row, blk_col, plane_bsize, tx_size); in block_rd_txfm()
|