Searched refs:nQx (Results 1 – 1 of 1) sorted by relevance
283 short nQx, nQy, nQxy; // sum(xi*yj), sum(xi^2), sum(yj^2)������ֵ in xcorr() local295 nQx = ORIGINAL_AUDIO_LEFTNUM; in xcorr()298 if(0 != (nQx+nQy)%2) in xcorr()300 nQ = (nQx+nQy+1)/2 - nQxy; in xcorr()304 nQ = (nQx+nQy)/2 - nQxy; in xcorr()307 i32Denomx = GetDenomValue(px,inLen,nQx); in xcorr()334 if(0 == (nQx+nQy)%2) in xcorr()370 if(0 == (nQx+nQy)%2) in xcorr()