Home
last modified time | relevance | path

Searched refs:nQy (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
296 nQy = RECORD_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()
308 i32Denomy = GetDenomValue(py,inLen,nQy); in xcorr()
334 if(0 == (nQx+nQy)%2) in xcorr()
370 if(0 == (nQx+nQy)%2) in xcorr()