Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dinterp_search.c179 const int tmp_rs = in interpolation_filter_rd() local
183 int64_t min_rd = RDCOST(x->rdmult, tmp_rs, 0); in interpolation_filter_rd()
231 RDCOST(x->rdmult, tmp_rs + this_rd_stats.rate, this_rd_stats.dist); in interpolation_filter_rd()
248 RDCOST(x->rdmult, tmp_rs + this_rd_stats.rate, this_rd_stats.dist); in interpolation_filter_rd()
252 *switchable_rate = tmp_rs; in interpolation_filter_rd()