Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c5166 TxCandidateInfo *no_split) { in try_tx_block_no_split() argument
5172 no_split->rd = INT64_MAX; in try_tx_block_no_split()
5173 no_split->txb_entropy_ctx = 0; in try_tx_block_no_split()
5174 no_split->tx_type = TX_TYPES; in try_tx_block_no_split()
5217 no_split->rd = RDCOST(x->rdmult, rd_stats->rate, rd_stats->dist); in try_tx_block_no_split()
5218 no_split->txb_entropy_ctx = p->txb_entropy_ctx[block]; in try_tx_block_no_split()
5221 no_split->tx_type = mbmi->txk_type[txk_type_idx]; in try_tx_block_no_split()
5315 TxCandidateInfo no_split = { INT64_MAX, 0, TX_TYPES }; in select_tx_block() local
5321 ftxs_mode, rd_info_node, &no_split); in select_tx_block()
5324 (no_split.rd - in select_tx_block()
[all …]