Home
last modified time | relevance | path

Searched defs:population (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/app/
Dclient_util.cc68 void GetPreReadPopulationAndGroup(double* population, double* group) { in GetPreReadPopulationAndGroup()
111 double population = 0.0; in InitPreReadPercentage() local
/external/webp/src/enc/
Dhistogram.c154 static double HuffmanCost(const int* const population, int length) { in HuffmanCost()
191 static double PopulationCost(const int* const population, int length) { in PopulationCost()
195 static double ExtraCost(const int* const population, int length) { in ExtraCost()
/external/chromium_org/third_party/libwebp/enc/
Dhistogram.c154 static double HuffmanCost(const int* const population, int length) { in HuffmanCost()
191 static double PopulationCost(const int* const population, int length) { in PopulationCost()
195 static double ExtraCost(const int* const population, int length) { in ExtraCost()
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py192 def zscore (self, population): argument