Searched refs:this_rd_stats (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tx_search.c | 2229 RD_STATS this_rd_stats; in search_tx_type() local 2230 av1_invalid_rd_stats(&this_rd_stats); in search_tx_type() 2240 dist_block_tx_domain(x, plane, block, tx_size, &this_rd_stats.dist, in search_tx_type() 2241 &this_rd_stats.sse); in search_tx_type() 2245 RDCOST(x->rdmult, 0, AOMMIN(this_rd_stats.dist, this_rd_stats.sse)); in search_tx_type() 2263 this_rd_stats.dist = this_rd_stats.sse = block_sse; in search_tx_type() 2265 dist_block_tx_domain(x, plane, block, tx_size, &this_rd_stats.dist, in search_tx_type() 2266 &this_rd_stats.sse); in search_tx_type() 2282 dist_block_tx_domain(x, plane, block, tx_size, &this_rd_stats.dist, in search_tx_type() 2283 &this_rd_stats.sse); in search_tx_type() [all …]
|
D | interp_search.c | 170 RD_STATS this_rd_stats_luma, this_rd_stats; in interpolation_filter_rd() local 174 this_rd_stats = *rd_stats_luma; in interpolation_filter_rd() 215 this_rd_stats = this_rd_stats_luma; in interpolation_filter_rd() 228 RDCOST(x->rdmult, tmp_rs + this_rd_stats.rate, this_rd_stats.dist); in interpolation_filter_rd() 234 &this_rd_stats, 0); in interpolation_filter_rd() 239 this_rd_stats = *rd_stats; in interpolation_filter_rd() 245 RDCOST(x->rdmult, tmp_rs + this_rd_stats.rate, this_rd_stats.dist); in interpolation_filter_rd() 254 *rd_stats = this_rd_stats; in interpolation_filter_rd() 259 *rd_stats = this_rd_stats; in interpolation_filter_rd()
|
D | intra_mode_search.c | 201 RD_STATS this_rd_stats; in intra_model_yrd() local 219 cpi, bsize, x, xd, 0, 0, &this_rd_stats.rate, &this_rd_stats.dist, in intra_model_yrd() 220 &this_rd_stats.skip, &temp_sse, NULL, NULL, NULL); in intra_model_yrd() 237 RDCOST(x->rdmult, this_rd_stats.rate + mode_cost, this_rd_stats.dist); in intra_model_yrd() 1990 RD_STATS this_rd_stats; in av1_rd_pick_intra_sby_mode() local 2011 this_rd_stats.rate = INT_MAX; in av1_rd_pick_intra_sby_mode() 2012 rd_pick_intra_angle_sby(cpi, x, &this_rate, &this_rd_stats, bsize, in av1_rd_pick_intra_sby_mode() 2016 av1_pick_uniform_tx_size_type_yrd(cpi, x, &this_rd_stats, bsize, best_rd); in av1_rd_pick_intra_sby_mode() 2018 this_rate_tokenonly = this_rd_stats.rate; in av1_rd_pick_intra_sby_mode() 2019 this_distortion = this_rd_stats.dist; in av1_rd_pick_intra_sby_mode() [all …]
|