Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.c388 static int GetBinIdForEntropy(double min, double max, double val) { in GetBinIdForEntropy() function
396 const int bin_id = GetBinIdForEntropy(c->literal_min_, c->literal_max_, in GetHistoBinIndexLowEffort()
405 GetBinIdForEntropy(c->blue_min_, c->blue_max_, h->blue_cost_) + in GetHistoBinIndex()
406 NUM_PARTITIONS * GetBinIdForEntropy(c->red_min_, c->red_max_, in GetHistoBinIndex()
408 NUM_PARTITIONS * NUM_PARTITIONS * GetBinIdForEntropy(c->literal_min_, in GetHistoBinIndex()