Home
last modified time | relevance | path

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

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