Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c5239 RD_STATS *split_rd_stats, int64_t *split_rd) { in try_tx_block_split() argument
5254 split_rd_stats->rate = x->txfm_partition_cost[txfm_partition_ctx][1]; in try_tx_block_split()
5271 av1_merge_rd_stats(split_rd_stats, &this_rd_stats); in try_tx_block_split()
5272 tmp_rd = RDCOST(x->rdmult, split_rd_stats->rate, split_rd_stats->dist); in try_tx_block_split()
5354 RD_STATS split_rd_stats; in select_tx_block() local
5355 av1_init_rd_stats(&split_rd_stats); in select_tx_block()
5360 rd_info_node, &split_rd_stats, &split_rd); in select_tx_block()
5383 *rd_stats = split_rd_stats; in select_tx_block()