Lines Matching refs:yp1
2617 unsigned int y0, ym1, yp1, denominator, peakThresh, tempVal; local
2651 yp1 = readPtr[0];
2654 y0 = yp1;
2655 yp1 = readPtr[stride*ii];
2657 if((y0>ym1) && (y0>yp1)){ // local maximum
2670 y0 = yp1;
2671 yp1 = readPtr[stride*ii];
2673 if((y0>ym1) && (y0>yp1)){ // local maximum
2686 yp1 = pdpOutBuffer[stride*((firstPath+1)&mask)]>>8;
2688 denominator = 2*(2*y0-yp1-ym1);
2689 numerator = (yp1-ym1);