Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dtx_search.c2404 FAST_TX_SEARCH_MODE ftxs_mode, RD_STATS *split_rd_stats) { in try_tx_block_split() argument
2418 av1_init_rd_stats(split_rd_stats); in try_tx_block_split()
2419 split_rd_stats->rate = in try_tx_block_split()
2434 no_split_rd / nblks, ref_best_rd - split_rd_stats->rdcost, in try_tx_block_split()
2437 split_rd_stats->rdcost = INT64_MAX; in try_tx_block_split()
2440 av1_merge_rd_stats(split_rd_stats, &this_rd_stats); in try_tx_block_split()
2441 split_rd_stats->rdcost = in try_tx_block_split()
2442 RDCOST(x->rdmult, split_rd_stats->rate, split_rd_stats->dist); in try_tx_block_split()
2443 if (split_rd_stats->rdcost > ref_best_rd) { in try_tx_block_split()
2444 split_rd_stats->rdcost = INT64_MAX; in try_tx_block_split()
[all …]