Searched refs:shift_s32x4 (Results 1 – 1 of 1) sorted by relevance
/external/libopus/silk/arm/ |
D | NSQ_del_dec_neon_intr.c | 123 const int32x4_t shift_s32x4, in copy_winner_state_kernel() argument 157 o0_s32x4 = vrshlq_s32( o0_s32x4, shift_s32x4 ); in copy_winner_state_kernel() 158 o1_s32x4 = vrshlq_s32( o1_s32x4, shift_s32x4 ); in copy_winner_state_kernel() 189 const int32x4_t shift_s32x4 = vdupq_n_s32( -shift ); in copy_winner_state() local 198 …cisionDelay, last_smple_idx, Winner_ind, gain_lo_s32x2, gain_hi_s32x2, shift_s32x4, t0_s32x4, t1_s… in copy_winner_state() 208 …cisionDelay, last_smple_idx, Winner_ind, gain_lo_s32x2, gain_hi_s32x2, shift_s32x4, t0_s32x4, t1_s… in copy_winner_state()
|