Home | History | Annotate | Download | only in dsp

Lines Matching refs:sumX

406   int sumX = 0, sumXY = 0;
411 sumX += x;
420 retval += VP8LFastSLog2(sumX) + VP8LFastSLog2(sumXY);