Home
last modified time | relevance | path

Searched refs:revOffset (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_levinson_durbin_f16.c79 uint16x8_t revOffset; in arm_levinson_durbin_f16() local
83 revOffset = vld1q(revOffsetArray); in arm_levinson_durbin_f16()
101 vecRevPhi = vldrhq_gather_shifted_offset_f16(pRevPhi,revOffset); in arm_levinson_durbin_f16()
Darm_levinson_durbin_f32.c82 uint32x4_t revOffset; in arm_levinson_durbin_f32() local
86 revOffset = vld1q(revOffsetArray); in arm_levinson_durbin_f32()
104 vecRevPhi = vldrwq_gather_shifted_offset_f32(pRevPhi,revOffset); in arm_levinson_durbin_f32()
Darm_levinson_durbin_q31.c144 uint32x4_t revOffset; in arm_levinson_durbin_q31() local
149 revOffset = vld1q(revOffsetArray); in arm_levinson_durbin_q31()
165 vecRevPhi = vldrwq_gather_shifted_offset_s32(pRevPhi,revOffset); in arm_levinson_durbin_q31()