Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_search.c2707 const int no_skip_flag_rate = x->skip_cost[skip_ctx][0]; in choose_largest_tx_size() local
2712 const int64_t no_skip_rd = RDCOST(x->rdmult, no_skip_flag_rate, 0); in choose_largest_tx_size()
2895 const int no_skip_flag_rate = x->skip_cost[skip_ctx][0]; in av1_uniform_txfm_yrd() local
2900 RDCOST(x->rdmult, no_skip_flag_rate + tx_size_rate, 0); in av1_uniform_txfm_yrd()
2918 rd = RDCOST(x->rdmult, rd_stats->rate + no_skip_flag_rate + tx_size_rate, in av1_uniform_txfm_yrd()
3079 const int no_skip_flag_rate = x->skip_cost[skip_ctx][0]; in inter_block_yrd() local
3083 RDCOST(x->rdmult, rd_stats->rate + no_skip_flag_rate, rd_stats->dist); in inter_block_yrd()