Home
last modified time | relevance | path

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

/external/libopus/silk/fixed/arm/
Dwarped_autocorrelation_FIX_neon_intr.c210 int16x8_t input_s16x8 = vld1q_s16( inputT ); in silk_warped_autocorrelation_FIX_neon() local
211 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()