Lines Matching refs:y0
2617 unsigned int y0, ym1, yp1, denominator, peakThresh, tempVal; local
2650 y0 = maxVal;
2653 ym1 = y0;
2654 y0 = yp1;
2657 if((y0>ym1) && (y0>yp1)){ // local maximum
2658 if(y0>peakThresh){
2669 ym1 = y0;
2670 y0 = yp1;
2673 if((y0>ym1) && (y0>yp1)){ // local maximum
2674 if(y0>peakThresh){
2685 y0 = pdpOutBuffer[stride*(firstPath&mask)]>>8;
2688 denominator = 2*(2*y0-yp1-ym1);