Home | History | Annotate | Download | only in dsp

Lines Matching full:cost

480   // Gather info for the Huffman cost.
1081 double cost = 0.;
1082 for (i = 2; i < length - 2; ++i) cost += (i >> 1) * population[i + 2];
1083 return cost;
1089 double cost = 0.;
1092 cost += (i >> 1) * xy;
1094 return cost;