Searched refs:coefB (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_rfft_q31.c | 201 q31x4_t coefB = vldrwq_gather_shifted_offset_s32(pCoefBb, offsetCoef); in arm_split_rfft_q31() local 203 … out = vhaddq_s32(MVE_CMPLX_MULT_FX_AxB_S32(in1, coefA),MVE_CMPLX_MULT_FX_AxConjB_S32(coefB, in2)); in arm_split_rfft_q31() 206 MVE_CMPLX_MULT_FX_AxConjB(coefB, in2, q31x4_t)); in arm_split_rfft_q31() 357 q31x4_t coefB = vldrwq_gather_shifted_offset_s32(pCoefBb, offsetCoef); in arm_split_rifft_q31() local 362 vmulq_s32(conj, MVE_CMPLX_MULT_FX_AxB_S32(in2, coefB))); in arm_split_rifft_q31() 365 … vmulq_s32(conj, MVE_CMPLX_MULT_FX_AxB(in2, coefB, q31x4_t))); in arm_split_rifft_q31()
|
D | arm_rfft_q15.c | 206 q15x8_t coefB = vldrhq_gather_shifted_offset_s16(pCoefBb, offsetCoef); in arm_split_rfft_q15() local 210 MVE_CMPLX_MULT_FX_AxConjB_S16(coefB, in2)); in arm_split_rfft_q15() 213 MVE_CMPLX_MULT_FX_AxConjB(coefB, in2, q15x8_t)); in arm_split_rfft_q15() 433 q15x8_t coefB = vldrhq_gather_shifted_offset_s16(pCoefBb, offsetCoef); in arm_split_rifft_q15() local 437 vmulq(conj, MVE_CMPLX_MULT_FX_AxB(in2, coefB, q15x8_t))); in arm_split_rifft_q15()
|