Home | History | Annotate | Download | only in dsp

Lines Matching refs:population

1079 static double ExtraCost(const uint32_t* population, int length) {
1082 for (i = 2; i < length - 2; ++i) cost += (i >> 1) * population[i + 2];