Home | History | Annotate | Download | only in enc

Lines Matching full:logsum

483     const double logsum = VP8LFastLog2(sum);
485 output[i] = logsum - VP8LFastLog2(population_counts[i]);