Home
last modified time | relevance | path

Searched refs:ptr2 (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_interpolate_f32.c145 const float32_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate2_f32_mve() local
182 ptr2 = pCoeffs; in arm_fir_interpolate2_f32_mve()
191 vecCoef = vldrwq_gather_shifted_offset_f32(ptr2, vec_strides1); in arm_fir_interpolate2_f32_mve()
194 vecCoef = vldrwq_gather_shifted_offset_f32(ptr2, vec_strides0); in arm_fir_interpolate2_f32_mve()
197 ptr2 += 4 * 2; in arm_fir_interpolate2_f32_mve()
213 vecCoef = vldrwq_gather_shifted_offset_z_f32(ptr2, vec_strides1, p0); in arm_fir_interpolate2_f32_mve()
215 vecCoef = vldrwq_gather_shifted_offset_z_f32(ptr2, vec_strides0, p0); in arm_fir_interpolate2_f32_mve()
268 const float32_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_f32() local
321 ptr2 = pCoeffs + (i - 1U) - 4; in arm_fir_interpolate_f32()
326 const float32_t *pCoef = ptr2; in arm_fir_interpolate_f32()
[all …]
Darm_fir_interpolate_q15.c69 const q15_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_q15() local
116 ptr2 = pCoeffs + (i - 1 - 3U); in arm_fir_interpolate_q15()
128 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides3); in arm_fir_interpolate_q15()
131 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides2); in arm_fir_interpolate_q15()
134 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides1); in arm_fir_interpolate_q15()
137 vecCoef = vldrhq_gather_shifted_offset_s16(ptr2, vec_strides0); in arm_fir_interpolate_q15()
141 ptr2 = ptr2 + S->L * 8; in arm_fir_interpolate_q15()
151 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides3, p0); in arm_fir_interpolate_q15()
154 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides2, p0); in arm_fir_interpolate_q15()
157 vecCoef = vldrhq_gather_shifted_offset_z_s16(ptr2, vec_strides1, p0); in arm_fir_interpolate_q15()
[all …]
Darm_fir_interpolate_q31.c69 const q31_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_q31() local
113 ptr2 = pCoeffs + (i - 1 - 3U); in arm_fir_interpolate_q31()
125 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides3); in arm_fir_interpolate_q31()
128 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides2); in arm_fir_interpolate_q31()
131 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides1); in arm_fir_interpolate_q31()
134 vecCoef = vldrwq_gather_shifted_offset_s32(ptr2, vec_strides0); in arm_fir_interpolate_q31()
138 ptr2 = ptr2 + S->L * 4; in arm_fir_interpolate_q31()
148 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides3, p0); in arm_fir_interpolate_q31()
151 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides2, p0); in arm_fir_interpolate_q31()
154 vecCoef = vldrwq_gather_shifted_offset_z_s32(ptr2, vec_strides1, p0); in arm_fir_interpolate_q31()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/usb_cdc_adapter/
Dusb_device_descriptor.c385 usb_descriptor_union_t *ptr2; in USB_DeviceSetSpeed() local
388 ptr2 = (usb_descriptor_union_t in USB_DeviceSetSpeed()
391 while (ptr1 < ptr2) in USB_DeviceSetSpeed()