Searched refs:split_rd_stats (Results 1 – 1 of 1) sorted by relevance
2730 RD_STATS *split_rd_stats) { in try_tx_block_split() argument2744 av1_init_rd_stats(split_rd_stats); in try_tx_block_split()2745 split_rd_stats->rate = in try_tx_block_split()2761 ref_best_rd - split_rd_stats->rdcost, &this_cost_valid, ftxs_mode, in try_tx_block_split()2764 split_rd_stats->rdcost = INT64_MAX; in try_tx_block_split()2767 av1_merge_rd_stats(split_rd_stats, &this_rd_stats); in try_tx_block_split()2768 split_rd_stats->rdcost = in try_tx_block_split()2769 RDCOST(x->rdmult, split_rd_stats->rate, split_rd_stats->dist); in try_tx_block_split()2770 if (split_rd_stats->rdcost > ref_best_rd) { in try_tx_block_split()2771 split_rd_stats->rdcost = INT64_MAX; in try_tx_block_split()[all …]