Home | History | Annotate | Download | only in enc

Lines Matching refs:logsum

502     const double logsum = VP8LFastLog2(sum);
504 output[i] = logsum - VP8LFastLog2(population_counts[i]);