Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c8224 const int tmp_rs = in interpolation_filter_rd() local
8227 int64_t min_rd = RDCOST(x->rdmult, tmp_rs, 0); in interpolation_filter_rd()
8270 int64_t tmp_rd = RDCOST(x->rdmult, tmp_rs + tmp_rate[1], tmp_dist[1]); in interpolation_filter_rd()
8292 int64_t tmp_rd = RDCOST(x->rdmult, tmp_rs + tmp_rate[1], tmp_dist[1]); in interpolation_filter_rd()
8296 *switchable_rate = tmp_rs; in interpolation_filter_rd()