Home
last modified time | relevance | path

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

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