Lines Matching refs:counts
472 static float PredictionCostSpatial(const int* counts,476 double bits = weight_0 * counts[0];479 bits += exp_val * (counts[i] + counts[256 - i]);863 const int counts[256]) {867 return CombinedShannonEntropy(counts, accumulated, 256) +868 PredictionCostSpatial(counts, 3, kExpValue);