Searched refs:yp1 (Results 1 – 1 of 1) sorted by relevance
2617 unsigned int y0, ym1, yp1, denominator, peakThresh, tempVal; local2651 yp1 = readPtr[0];2654 y0 = yp1;2655 yp1 = readPtr[stride*ii];2657 if((y0>ym1) && (y0>yp1)){ // local maximum2670 y0 = yp1;2671 yp1 = readPtr[stride*ii];2673 if((y0>ym1) && (y0>yp1)){ // local maximum2686 yp1 = pdpOutBuffer[stride*((firstPath+1)&mask)]>>8;2688 denominator = 2*(2*y0-yp1-ym1);[all …]