Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_levinson_durbin_f16.c131 uint16x8_t offset,offsetInc,vecTmp; in arm_levinson_durbin_f16() local
138 offsetInc = vld1q_u16((uint16_t*)offsetIncArray); in arm_levinson_durbin_f16()
170 offset = vaddq(offset,offsetInc); in arm_levinson_durbin_f16()
Darm_levinson_durbin_f32.c134 uint32x4_t offset,offsetInc,vecTmp; in arm_levinson_durbin_f32() local
141 offsetInc = vld1q_u32((uint32_t*)offsetIncArray); in arm_levinson_durbin_f32()
173 offset = vaddq(offset,offsetInc); in arm_levinson_durbin_f32()
Darm_levinson_durbin_q31.c198 uint32x4_t offset,offsetInc,vecTmp; in arm_levinson_durbin_q31() local
205 offsetInc = vld1q_u32((uint32_t*)offsetIncArray); in arm_levinson_durbin_q31()
242 offset = vaddq(offset,offsetInc); in arm_levinson_durbin_q31()