Home
last modified time | relevance | path

Searched refs:txb_skip_cost (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.h83 return coeff_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][1]; in av1_cost_skip_txb()
Dblock.h55 int txb_skip_cost[TXB_SKIP_CONTEXTS][2]; member
Dencodetxb.c756 int cost = coeff_costs->txb_skip_cost[txb_skip_ctx][0];
842 return coeff_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][1];
999 txb_costs->txb_skip_cost[txb_info->txb_ctx->txb_skip_ctx][0];
1004 txb_costs->txb_skip_cost[txb_info->txb_ctx->txb_skip_ctx][1];
1715 const int non_skip_cost = txb_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][0];
1716 const int skip_cost = txb_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][1];
Drd.c494 av1_cost_tokens_from_cdf(pcost->txb_skip_cost[ctx], in av1_fill_coeff_costs()
Drdopt.c3933 .txb_skip_cost[txb_ctx.txb_skip_ctx][1]; in set_skip_flag()
5183 .txb_skip_cost[txb_ctx.txb_skip_ctx][1]; in try_tx_block_no_split()
5520 .txb_skip_cost[txb_ctx.txb_skip_ctx][1]; in tx_block_yrd()