Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmodel_rd.h147 int64_t dist_i = (int64_t)(AOMMAX(0.0, dist_f * num_samples) + 0.5); in model_rd_with_curvfit() local
152 dist_i = sse << 4; in model_rd_with_curvfit()
153 } else if (RDCOST(x->rdmult, rate_i, dist_i) >= in model_rd_with_curvfit()
156 dist_i = sse << 4; in model_rd_with_curvfit()
160 if (dist) *dist = dist_i; in model_rd_with_curvfit()