Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/
H A Drecord_test.c275 int nOverLapLen; // �غϳ��� in xcorr() local
316 for(nOverLapLen = 1; nOverLapLen <= inLen; nOverLapLen++ ) in xcorr()
319 for(k = 0;k < nOverLapLen;k++) in xcorr()
322 y = py[inLen-nOverLapLen+k]; in xcorr()
352 for(nOverLapLen = inLen-1;nOverLapLen>=1;nOverLapLen--) in xcorr()
355 for(k = 0;k < nOverLapLen;k++) in xcorr()
358 x = px[inLen-nOverLapLen+k]; in xcorr()