Searched refs:input_s16x8 (Results 1 – 1 of 1) sorted by relevance
210 int16x8_t input_s16x8 = vld1q_s16( inputT ); in silk_warped_autocorrelation_FIX_neon() local211 t_s32x4 = vmull_s16( vget_low_s16( input_s16x8 ), vget_low_s16( input_s16x8 ) ); in silk_warped_autocorrelation_FIX_neon()212 … t_s32x4 = vmlal_s16( t_s32x4, vget_high_s16( input_s16x8 ), vget_high_s16( input_s16x8 ) ); in silk_warped_autocorrelation_FIX_neon()