Searched refs:txfm_partition_update (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 1187 static INLINE void txfm_partition_update(TXFM_CONTEXT *above_ctx, in txfm_partition_update() function
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 155 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx() 170 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx() 181 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx()
|
D | encodeframe.c | 5795 txfm_partition_update(xd->above_txfm_context + blk_col, in update_txfm_count() 5807 txfm_partition_update(xd->above_txfm_context + blk_col, in update_txfm_count() 5824 txfm_partition_update(xd->above_txfm_context + blk_col, in update_txfm_count() 5876 txfm_partition_update(xd->above_txfm_context + blk_col, in set_txfm_context() 5883 txfm_partition_update(xd->above_txfm_context + blk_col, in set_txfm_context()
|
D | rdopt.c | 5369 txfm_partition_update(tx_above + blk_col, tx_left + blk_row, tx_size, in select_tx_block() 5544 txfm_partition_update(tx_above + blk_col, tx_left + blk_row, tx_size, in tx_block_yrd()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1283 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx() 1302 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx() 1336 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx()
|