Searched refs:ptr2 (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_interpolate_q15.c | 68 const q15_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_q15() local 115 ptr2 = pCoeffs + (i - 1 - 3U); in arm_fir_interpolate_q15() 127 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides3); in arm_fir_interpolate_q15() 130 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides2); in arm_fir_interpolate_q15() 133 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides1); in arm_fir_interpolate_q15() 136 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides0); in arm_fir_interpolate_q15() 140 ptr2 = ptr2 + S->L * 8; in arm_fir_interpolate_q15() 150 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides3, p0); in arm_fir_interpolate_q15() 153 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides2, p0); in arm_fir_interpolate_q15() 156 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides1, p0); in arm_fir_interpolate_q15() [all …]
|
D | arm_fir_interpolate_q31.c | 68 const q31_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_q31() local 112 ptr2 = pCoeffs + (i - 1 - 3U); in arm_fir_interpolate_q31() 124 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides3); in arm_fir_interpolate_q31() 127 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides2); in arm_fir_interpolate_q31() 130 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides1); in arm_fir_interpolate_q31() 133 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides0); in arm_fir_interpolate_q31() 137 ptr2 = ptr2 + S->L * 4; in arm_fir_interpolate_q31() 147 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides3, p0); in arm_fir_interpolate_q31() 150 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides2, p0); in arm_fir_interpolate_q31() 153 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides1, p0); in arm_fir_interpolate_q31() [all …]
|
D | arm_fir_interpolate_f32.c | 144 const float32_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate2_f32_mve() local 181 ptr2 = pCoeffs; in arm_fir_interpolate2_f32_mve() 190 vecCoef = vldrwq_gather_shifted_offset_f32(ptr2, vec_strides1); in arm_fir_interpolate2_f32_mve() 193 vecCoef = vldrwq_gather_shifted_offset_f32(ptr2, vec_strides0); in arm_fir_interpolate2_f32_mve() 196 ptr2 += 4 * 2; in arm_fir_interpolate2_f32_mve() 212 vecCoef = vldrwq_gather_shifted_offset_z_f32(ptr2, vec_strides1, p0); in arm_fir_interpolate2_f32_mve() 214 vecCoef = vldrwq_gather_shifted_offset_z_f32(ptr2, vec_strides0, p0); in arm_fir_interpolate2_f32_mve() 267 const float32_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_f32() local 320 ptr2 = pCoeffs + (i - 1U) - 4; in arm_fir_interpolate_f32() 325 const float32_t *pCoef = ptr2; in arm_fir_interpolate_f32() [all …]
|