Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_sparse_q7.c63 q31_t * pScratchOut, in arm_fir_sparse_q7() argument
77 …q31_t *pScr2 = pScratchOut; /* Working pointer for scratch buffer of output val… in arm_fir_sparse_q7()
112 pScratchOut = pScr2; in arm_fir_sparse_q7()
123 *pScratchOut++ = ((q31_t) *px++ * coeff); in arm_fir_sparse_q7()
124 *pScratchOut++ = ((q31_t) *px++ * coeff); in arm_fir_sparse_q7()
125 *pScratchOut++ = ((q31_t) *px++ * coeff); in arm_fir_sparse_q7()
126 *pScratchOut++ = ((q31_t) *px++ * coeff); in arm_fir_sparse_q7()
145 *pScratchOut++ = ((q31_t) *px++ * coeff); in arm_fir_sparse_q7()
180 pScratchOut = pScr2; in arm_fir_sparse_q7()
191 in = *pScratchOut + ((q31_t) * px++ * coeff); in arm_fir_sparse_q7()
[all …]
Darm_fir_sparse_q15.c63 q31_t * pScratchOut, in arm_fir_sparse_q15() argument
77 …q31_t *pScr2 = pScratchOut; /* Working pointer for scratch buffer of output val… in arm_fir_sparse_q15()
111 pScratchOut = pScr2; in arm_fir_sparse_q15()
122 *pScratchOut++ = ((q31_t) *px++ * coeff); in arm_fir_sparse_q15()
123 *pScratchOut++ = ((q31_t) *px++ * coeff); in arm_fir_sparse_q15()
124 *pScratchOut++ = ((q31_t) *px++ * coeff); in arm_fir_sparse_q15()
125 *pScratchOut++ = ((q31_t) *px++ * coeff); in arm_fir_sparse_q15()
144 *pScratchOut++ = ((q31_t) *px++ * coeff); in arm_fir_sparse_q15()
179 pScratchOut = pScr2; in arm_fir_sparse_q15()
190 *pScratchOut++ += (q31_t) *px++ * coeff; in arm_fir_sparse_q15()
[all …]
/cmsis-dsp-latest/Include/dsp/
Dfiltering_functions.h2172 q31_t * pScratchOut,
2210 q31_t * pScratchOut,