Home | History | Annotate | Download | only in dsp

Lines Matching refs:sumX

492   int sumX = 0, sumXY = 0;
497 sumX += x;
505 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY);