Searched refs:cfl_store_tx (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | cfl.h | 74 void cfl_store_tx(MACROBLOCKD *const xd, int row, int col, TX_SIZE tx_size,
|
D | cfl.c | 378 void cfl_store_tx(MACROBLOCKD *const xd, int row, int col, TX_SIZE tx_size, in cfl_store_tx() function
|
/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 630 cfl_store_tx(xd, blk_row, blk_col, tx_size, plane_bsize); in av1_encode_block_intra()
|
D | rdopt.c | 3494 cfl_store_tx(xd, blk_row, blk_col, tx_size, plane_bsize); in block_rd_txfm()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 242 cfl_store_tx(xd, row, col, tx_size, mbmi->sb_type); in predict_and_reconstruct_intra_block()
|