Home | History | Annotate | Download | only in enc

Lines Matching refs:population

224 // Get the symbol entropy for the distribution 'population'.
226 static double PopulationCost(const uint32_t* const population, int length,
230 VP8LGetEntropyUnrefined(population, length, &bit_entropy, &stats);