Home
last modified time | relevance | path

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

/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/
H A DX86.c2238 int iSrcCntr; in dsp_x86_3dnow_firf() local
2247 iSrcCntr < iSrcCount; in dsp_x86_3dnow_firf()
2248 iSrcCntr += 2) in dsp_x86_3dnow_firf()
2314 int iSrcCntr; in dsp_x86_sse_firf() local
2320 for (iSrcCntr = iCoeffLength; in dsp_x86_sse_firf()
2321 iSrcCntr < iSrcCount; in dsp_x86_sse_firf()
2322 iSrcCntr++) in dsp_x86_sse_firf()
2355 int iSrcCntr; in dsp_x86_sse_fir() local
2361 for (iSrcCntr = iCoeffLength; in dsp_x86_sse_fir()
2362 iSrcCntr < iSrcCount; in dsp_x86_sse_fir()
[all …]