Home | History | Annotate | Download | only in dsp

Lines Matching defs:sumX

490   int sumX = 0, sumXY = 0;
495 sumX += x;
503 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY);