Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c2788 int64_t dist_i = (int64_t)(AOMMAX(0.0, dist_f * num_samples) + 0.5); in model_rd_with_dnn() local
2792 dist_i = sse << 4; in model_rd_with_dnn()
2793 } else if (RDCOST(x->rdmult, rate_i, dist_i) >= in model_rd_with_dnn()
2796 dist_i = sse << 4; in model_rd_with_dnn()
2800 if (dist) *dist = dist_i; in model_rd_with_dnn()
2892 int64_t dist_i = (int64_t)(AOMMAX(0.0, dist_f * num_samples) + 0.5); in model_rd_with_surffit() local
2897 dist_i = sse << 4; in model_rd_with_surffit()
2898 } else if (RDCOST(x->rdmult, rate_i, dist_i) >= in model_rd_with_surffit()
2901 dist_i = sse << 4; in model_rd_with_surffit()
2905 if (dist) *dist = dist_i; in model_rd_with_surffit()
[all …]