Searched refs:pOutput (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
| D | arm_fir_q31.c | 75 *pOutput++ = (q31_t)asrl(acc[j], 23); \ 104 *pOutput++ = (q31_t)asrl(acc[j], 23); \ 115 q31_t *pOutput; /* Temporary pointer to the output buffer */ \ 136 pOutput = pDst; \ 218 q31_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q31_1_4_mve() local 233 pOutput = pDst; in arm_fir_q31_1_4_mve() 270 *pOutput++ = (q31_t) acc0; in arm_fir_q31_1_4_mve() 271 *pOutput++ = (q31_t) acc1; in arm_fir_q31_1_4_mve() 272 *pOutput++ = (q31_t) acc2; in arm_fir_q31_1_4_mve() 273 *pOutput++ = (q31_t) acc3; in arm_fir_q31_1_4_mve() [all …]
|
| D | arm_fir_q7.c | 59 #define FIR_Q7_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 69 *pOutput++ = (q7_t) __SSAT((acc[j] >> 7U), 8); \ 78 q7_t *pOutput; /* Temporary pointer to the output buffer */ \ 100 pOutput = pDst; \ 111 FIR_Q7_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \ 123 FIR_Q7_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \ 200 q7_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q7() local 250 pOutput = pDst; in arm_fir_q7() 305 *pOutput++ = (q7_t) __SSAT((acc0 >> 7U), 8); in arm_fir_q7() 306 *pOutput++ = (q7_t) __SSAT((acc1 >> 7U), 8); in arm_fir_q7() [all …]
|
| D | arm_fir_q15.c | 64 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 74 *pOutput++ = (q15_t) MVE_ASRL_SAT16(acc[j], 15); \ 83 q15_t *pOutput; /* Temporary pointer to the output buffer */ \ 105 pOutput = pDst; \ 116 FIR_Q15_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \ 128 FIR_Q15_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \ 209 q15_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q15() local 243 pOutput = pDst; in arm_fir_q15() 291 *pOutput++ = (q15_t) MVE_ASRL_SAT16(acc0, 15); in arm_fir_q15() 292 *pOutput++ = (q15_t) MVE_ASRL_SAT16(acc1, 15); in arm_fir_q15() [all …]
|
| D | arm_fir_f16.c | 71 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16_1_4_mve() local 92 pOutput = pDst; in arm_fir_f16_1_4_mve() 108 vst1q(pOutput, vecAcc0); in arm_fir_f16_1_4_mve() 110 pOutput += 8; in arm_fir_f16_1_4_mve() 127 vstrhq_p_f16(pOutput, vecAcc0, p0); in arm_fir_f16_1_4_mve() 161 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16_5_8_mve() local 182 pOutput = pDst; in arm_fir_f16_5_8_mve() 198 vst1q(pOutput, vecAcc0); in arm_fir_f16_5_8_mve() 200 pOutput += 8; in arm_fir_f16_5_8_mve() 217 vstrhq_p_f16(pOutput, vecAcc0, p0); in arm_fir_f16_5_8_mve() [all …]
|
| D | arm_fir_f32.c | 173 float32_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f32_1_4_mve() local 191 pOutput = pDst; in arm_fir_f32_1_4_mve() 207 vst1q(pOutput, vecAcc0); in arm_fir_f32_1_4_mve() 209 pOutput += 4; in arm_fir_f32_1_4_mve() 226 vstrwq_p_f32(pOutput, vecAcc0, p0); in arm_fir_f32_1_4_mve() 372 float32_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f32() local 555 pOutput = pDst; in arm_fir_f32() 581 vst1q(pOutput, vecAcc0+pap); in arm_fir_f32() 584 pOutput += 4; in arm_fir_f32() 611 vstrwq_p_f32(pOutput, vecAcc0+pap,p0); in arm_fir_f32() [all …]
|