Home
last modified time | relevance | path

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

/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/
H A DX86.c2236 const float *fpCoeff, int iCoeffLength) in dsp_x86_3dnow_firf() argument
2245 iSrcCount = iDataLength + iCoeffLength; in dsp_x86_3dnow_firf()
2246 for (iSrcCntr = iCoeffLength; in dsp_x86_3dnow_firf()
2256 iCoeffCntr < iCoeffLength; in dsp_x86_3dnow_firf()
2285 iCoeffCntr < iCoeffLength; in dsp_x86_3dnow_firf()
2311 const float *fpCoeff, int iCoeffLength) in dsp_x86_sse_firf() argument
2319 iSrcCount = iDataLength + iCoeffLength; in dsp_x86_sse_firf()
2320 for (iSrcCntr = iCoeffLength; in dsp_x86_sse_firf()
2330 iCoeffCntr < iCoeffLength; in dsp_x86_sse_firf()
2361 for (iSrcCntr = iCoeffLength; in dsp_x86_sse_fir()
[all …]