Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/
H A Drecord_test.c247 unsigned int GetDenomValue(short * px, int inLen, short nQ) in GetDenomValue() argument
251 for( k = 0; k < inLen; k++) in GetDenomValue()
273 int xcorr(short* px, short* py, int inLen,unsigned short us16Thresh) in xcorr() argument
307 i32Denomx = GetDenomValue(px,inLen,nQx); in xcorr()
308 i32Denomy = GetDenomValue(py,inLen,nQy); in xcorr()
316 for(nOverLapLen = 1; nOverLapLen <= inLen; nOverLapLen++ ) in xcorr()
322 y = py[inLen-nOverLapLen+k]; in xcorr()
352 for(nOverLapLen = inLen-1;nOverLapLen>=1;nOverLapLen--) in xcorr()
358 x = px[inLen-nOverLapLen+k]; in xcorr()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/openal/openal-soft/
H A D0002-makehrtf-Disable-Wstringop-truncation.patch21 size_t inLen, patLen, repLen;