Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_search.c2527 RD_STATS *split_rd_stats) { in try_tx_block_split() argument
2541 av1_init_rd_stats(split_rd_stats); in try_tx_block_split()
2542 split_rd_stats->rate = x->txfm_partition_cost[txfm_partition_ctx][1]; in try_tx_block_split()
2556 ref_best_rd - split_rd_stats->rdcost, &this_cost_valid, ftxs_mode, in try_tx_block_split()
2559 split_rd_stats->rdcost = INT64_MAX; in try_tx_block_split()
2562 av1_merge_rd_stats(split_rd_stats, &this_rd_stats); in try_tx_block_split()
2563 split_rd_stats->rdcost = in try_tx_block_split()
2564 RDCOST(x->rdmult, split_rd_stats->rate, split_rd_stats->dist); in try_tx_block_split()
2565 if (split_rd_stats->rdcost > ref_best_rd) { in try_tx_block_split()
2566 split_rd_stats->rdcost = INT64_MAX; in try_tx_block_split()
[all …]