Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c439 static int GetBinIdForEntropy(double min, double max, double val) { in GetBinIdForEntropy() function
451 int bin_id = GetBinIdForEntropy(c->literal_min_, c->literal_max_, in GetHistoBinIndex()
456 + GetBinIdForEntropy(c->red_min_, c->red_max_, h->red_cost_); in GetHistoBinIndex()
458 + GetBinIdForEntropy(c->blue_min_, c->blue_max_, h->blue_cost_); in GetHistoBinIndex()