Searched refs:tx_above (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tx_search.c | 545 ENTROPY_CONTEXT *tl, TXFM_CONTEXT *tx_above, TXFM_CONTEXT *tx_left, 2524 ENTROPY_CONTEXT *tl, TXFM_CONTEXT *tx_above, TXFM_CONTEXT *tx_left, in try_tx_block_split() argument 2555 tl, tx_above, tx_left, &this_rd_stats, no_split_rd / nblks, in try_tx_block_split() 2580 ENTROPY_CONTEXT *tl, TXFM_CONTEXT *tx_above, TXFM_CONTEXT *tx_left, in select_tx_block() argument 2595 const int ctx = txfm_partition_context(tx_above + blk_col, tx_left + blk_row, in select_tx_block() 2642 plane_bsize, ta, tl, tx_above, tx_left, ctx, no_split.rd, in select_tx_block() 2652 txfm_partition_update(tx_above + blk_col, tx_left + blk_row, tx_size, in select_tx_block() 2943 TXFM_CONTEXT *tx_above, TXFM_CONTEXT *tx_left, int64_t ref_best_rd, in tx_block_yrd() argument 2956 const int ctx = txfm_partition_context(tx_above + blk_col, tx_left + blk_row, in tx_block_yrd() 2990 txfm_partition_update(tx_above + blk_col, tx_left + blk_row, tx_size, in tx_block_yrd() [all …]
|