Home | History | Annotate | Download | only in dsp

Lines Matching refs:sumX

565   int sumX = 0, sumXY = 0;
570 sumX += x;
579 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY);