Home
last modified time | relevance | path

Searched refs:nQx (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/
H A Drecord_test.c283 short nQx, nQy, nQxy; // sum(xi*yj), sum(xi^2), sum(yj^2)������ֵ in xcorr() local
295 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()