Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dtx_search.c2397 FAST_TX_SEARCH_MODE ftxs_mode, RD_STATS *split_rd_stats) { in try_tx_block_split() argument
2411 av1_init_rd_stats(split_rd_stats); in try_tx_block_split()
2412 split_rd_stats->rate = in try_tx_block_split()
2427 no_split_rd / nblks, ref_best_rd - split_rd_stats->rdcost, in try_tx_block_split()
2430 split_rd_stats->rdcost = INT64_MAX; in try_tx_block_split()
2433 av1_merge_rd_stats(split_rd_stats, &this_rd_stats); in try_tx_block_split()
2434 split_rd_stats->rdcost = in try_tx_block_split()
2435 RDCOST(x->rdmult, split_rd_stats->rate, split_rd_stats->dist); in try_tx_block_split()
2436 if (split_rd_stats->rdcost > ref_best_rd) { in try_tx_block_split()
2437 split_rd_stats->rdcost = INT64_MAX; in try_tx_block_split()
[all …]