HomeSort by relevance Sort by last modified time
    Searched refs:population (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
lossless_mips32.c 101 // const uint32_t* pop = &population[4];
102 // const uint32_t* LoopEnd = &population[length];
110 static double ExtraCost(const uint32_t* const population, int length) {
112 const uint32_t* pop = &population[4];
113 const uint32_t* const LoopEnd = &population[length];
220 static VP8LStreaks HuffmanCostCount(const uint32_t* population, int length) {
230 if (population[i] == population[i + 1]) {
233 temp0 = (population[i] != 0);
238 temp0 = (population[i] != 0)
    [all...]
lossless.h 145 typedef double (*VP8LCostFunc)(const uint32_t* population, int length);
157 typedef VP8LStreaks (*VP8LCostCountFunc)(const uint32_t* population,
lossless.c     [all...]
  /external/chromium_org/chrome/app/
client_util.cc 75 // being in an experiment population and experimental group thereof.
76 void GetPreReadPopulationAndGroup(double* population, double* group) {
90 // the experiment population and the second 8 bytes as a die-toss for being
101 *population = base::BitsToOpenEndedUnitInterval(random_bits[0]);
119 double population = 0.0; local
121 GetPreReadPopulationAndGroup(&population, &group);
130 // those not in the experiment population also use the default pre-read level.
133 if (PreReadExperimentIsActive() && (population <= threshold)) {
134 // We divide the experiment population into groups pre-reading at 5 percent
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 243 static double HuffmanCost(const uint32_t* const population, int length) {
244 const VP8LStreaks stats = VP8LHuffmanCostCount(population, length);
255 static double PopulationCost(const uint32_t* const population, int length) {
256 return BitsEntropy(population, length) + HuffmanCost(population, length);
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 192 def zscore (self, population):
194 Population is the Stats for population.
200 return (self.mean () - population.mean ()) / population.stddev ()
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js 357 " 6. Korotayev A., Malkov A., Khaltourina D. Introduction to Social Macrodynamics: Secular Cycles and Millennial Trends. Moscow: URSS, 2006. ISBN 5-484-00559-0 [1] (Chapter 2: Historical Population Dynamics in China).\n" +
    [all...]

Completed in 295 milliseconds