Searched defs:population (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
H A D | bit_cost.h | 21 ShannonEntropy( const uint32_t* population, size_t size, size_t* total) ShannonEntropy() argument 44 BitsEntropy( const uint32_t* population, size_t size) BitsEntropy() argument
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | bit_cost.h | 21 ShannonEntropy( const uint32_t* population, size_t size, size_t* total) ShannonEntropy() argument 44 BitsEntropy( const uint32_t* population, size_t size) BitsEntropy() argument
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
H A D | PopulationData.java | 30 private double population; field in PopulationData.TerritoryEntry 31 public TerritoryEntry(String displayCountry, double population) { in TerritoryEntry() argument 38 public double population() { in population() method in PopulationData.TerritoryEntry [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_enc_mips32.c | 107 static double ExtraCost_MIPS32(const uint32_t* const population, int length) { in ExtraCost_MIPS32() argument
|
H A D | lossless_enc.c | 639 static double ExtraCost_C(const uint32_t* population, int length) { in ExtraCost_C() argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-map.hh | 90 unsigned int population; /* Not including tombstones. */ member [all...] |
H A D | hb-bit-set.hh | 80 mutable unsigned int population = 0; member [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | histogram_enc.c | 299 static double PopulationCost(const uint32_t* const population, int length, in PopulationCost() argument
|
Completed in 9 milliseconds