Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_conv_opt_q7.c68 q15_t *pScr2 = pScratch2; /* Temporary pointer for scratch */ in arm_conv_opt_q7() local
116 *pScr2++ = x4; in arm_conv_opt_q7()
118 *pScr2++ = x4; in arm_conv_opt_q7()
120 *pScr2++ = x4; in arm_conv_opt_q7()
122 *pScr2++ = x4; in arm_conv_opt_q7()
136 *pScr2++ = x4; in arm_conv_opt_q7()
196 pScr2 = py; in arm_conv_opt_q7()
223 y1 = read_q15x2_ia (&pScr2); in arm_conv_opt_q7()
252 y1 = read_q15x2_ia (&pScr2); in arm_conv_opt_q7()
283 acc0 += (*pScr1++ * *pScr2); in arm_conv_opt_q7()
[all …]
Darm_correlate_opt_q7.c68 q15_t *pScr2 = pScratch2; /* Temporary pointer for scratch */ in arm_correlate_opt_q7() local
143 *pScr2++ = x4; in arm_correlate_opt_q7()
145 *pScr2++ = x4; in arm_correlate_opt_q7()
147 *pScr2++ = x4; in arm_correlate_opt_q7()
149 *pScr2++ = x4; in arm_correlate_opt_q7()
163 *pScr2++ = x4; in arm_correlate_opt_q7()
221 pScr2 = pScratch2; in arm_correlate_opt_q7()
248 y1 = read_q15x2_ia (&pScr2); in arm_correlate_opt_q7()
277 y1 = read_q15x2_ia (&pScr2); in arm_correlate_opt_q7()
308 acc0 += (*pScr1++ * *pScr2); in arm_correlate_opt_q7()
[all …]
Darm_conv_partial_opt_q7.c67 … q15_t *pScr2, *pScr1; /* Intermediate pointers for scratch pointers */ in arm_conv_partial_opt_q7() local
113 pScr2 = pScratch2; in arm_conv_partial_opt_q7()
127 *pScr2++ = x4; in arm_conv_partial_opt_q7()
129 *pScr2++ = x4; in arm_conv_partial_opt_q7()
131 *pScr2++ = x4; in arm_conv_partial_opt_q7()
133 *pScr2++ = x4; in arm_conv_partial_opt_q7()
147 *pScr2++ = x4; in arm_conv_partial_opt_q7()
211 pScr2 = py; in arm_conv_partial_opt_q7()
242 y1 = read_q15x2_ia (&pScr2); in arm_conv_partial_opt_q7()
271 y1 = read_q15x2_ia (&pScr2); in arm_conv_partial_opt_q7()
[all …]
Darm_fir_sparse_q15.c77 …q31_t *pScr2 = pScratchOut; /* Working pointer for scratch buffer of output val… in arm_fir_sparse_q15() local
111 pScratchOut = pScr2; in arm_fir_sparse_q15()
179 pScratchOut = pScr2; in arm_fir_sparse_q15()
248 pScratchOut = pScr2; in arm_fir_sparse_q15()
296 in1 = *pScr2++; in arm_fir_sparse_q15()
297 in2 = *pScr2++; in arm_fir_sparse_q15()
305 in1 = *pScr2++; in arm_fir_sparse_q15()
306 in2 = *pScr2++; in arm_fir_sparse_q15()
330 *pOut++ = (q15_t) __SSAT(*pScr2++ >> 15, 16); in arm_fir_sparse_q15()
Darm_fir_sparse_q7.c77 …q31_t *pScr2 = pScratchOut; /* Working pointer for scratch buffer of output val… in arm_fir_sparse_q7() local
112 pScratchOut = pScr2; in arm_fir_sparse_q7()
180 pScratchOut = pScr2; in arm_fir_sparse_q7()
254 pScratchOut = pScr2; in arm_fir_sparse_q7()
307 in1 = (q7_t) __SSAT(*pScr2++ >> 7, 8); in arm_fir_sparse_q7()
308 in2 = (q7_t) __SSAT(*pScr2++ >> 7, 8); in arm_fir_sparse_q7()
309 in3 = (q7_t) __SSAT(*pScr2++ >> 7, 8); in arm_fir_sparse_q7()
310 in4 = (q7_t) __SSAT(*pScr2++ >> 7, 8); in arm_fir_sparse_q7()
330 *pOut++ = (q7_t) __SSAT(*pScr2++ >> 7, 8); in arm_fir_sparse_q7()
Darm_conv_fast_opt_q15.c78 q15_t *pScr2 = pScratch2; /* Temporary pointer for scratch1 */ in arm_conv_fast_opt_q15() local
117 pScr2 = pScratch2 + srcBLen - 1; in arm_conv_fast_opt_q15()
131 *pScr2-- = *px++; in arm_conv_fast_opt_q15()
132 *pScr2-- = *px++; in arm_conv_fast_opt_q15()
133 *pScr2-- = *px++; in arm_conv_fast_opt_q15()
134 *pScr2-- = *px++; in arm_conv_fast_opt_q15()
153 *pScr2-- = *px++; in arm_conv_fast_opt_q15()
Darm_conv_opt_q15.c74 q15_t *pScr2 = pScratch2; /* Temporary pointer for scratch1 */ in arm_conv_opt_q15() local
113 pScr2 = pScratch2 + srcBLen - 1; in arm_conv_opt_q15()
127 *pScr2-- = *px++; in arm_conv_opt_q15()
128 *pScr2-- = *px++; in arm_conv_opt_q15()
129 *pScr2-- = *px++; in arm_conv_opt_q15()
130 *pScr2-- = *px++; in arm_conv_opt_q15()
149 *pScr2-- = *px++; in arm_conv_opt_q15()
Darm_conv_partial_opt_q15.c73 q15_t *pScr2 = pScratch2; /* Temporary pointer for scratch1 */ in arm_conv_partial_opt_q15() local
128 pScr2 = pScratch2 + srcBLen - 1; in arm_conv_partial_opt_q15()
142 *pScr2-- = *px++; in arm_conv_partial_opt_q15()
143 *pScr2-- = *px++; in arm_conv_partial_opt_q15()
144 *pScr2-- = *px++; in arm_conv_partial_opt_q15()
145 *pScr2-- = *px++; in arm_conv_partial_opt_q15()
164 *pScr2-- = *px++; in arm_conv_partial_opt_q15()
Darm_conv_partial_fast_opt_q15.c72 q15_t *pScr2 = pScratch2; /* Temporary pointer for scratch1 */ in arm_conv_partial_fast_opt_q15() local
127 pScr2 = pScratch2 + srcBLen - 1; in arm_conv_partial_fast_opt_q15()
141 *pScr2-- = *px++; in arm_conv_partial_fast_opt_q15()
142 *pScr2-- = *px++; in arm_conv_partial_fast_opt_q15()
143 *pScr2-- = *px++; in arm_conv_partial_fast_opt_q15()
144 *pScr2-- = *px++; in arm_conv_partial_fast_opt_q15()
163 *pScr2-- = *px++; in arm_conv_partial_fast_opt_q15()