if((on[0]&&prev_off[0])&&(on[1]&&prev_off[1]))/*if both channels have newly detected as active (possibility of preceding), select channel by peakness Q[] of POC */
{
*itd=(Q[0]>Q[1])?(float)itdLR[0]:(float)itdLR[1];
@@ -487,7 +473,6 @@ static float find_poc_peak(
{
*itd=(*itd>0)?(float)itdLR[0]:(float)itdLR[1];
}
#endif
cconfidence=sqrtf(fabsf(Q[0]-Q[1]));/*higher value indicates higher confidence for one preceding channel*/