Home
last modified time | relevance | path

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

/external/libopus/silk/fixed/arm/
Dwarped_autocorrelation_FIX_neon_intr.c106 const int16x8_t t0_s16x4 = vld1q_s16( input + n ); in silk_warped_autocorrelation_FIX_neon() local
107 vst1q_s32( input_QS + 0, vshll_n_s16( vget_low_s16( t0_s16x4 ), QS ) ); in silk_warped_autocorrelation_FIX_neon()
108 vst1q_s32( input_QS + 4, vshll_n_s16( vget_high_s16( t0_s16x4 ), QS ) ); in silk_warped_autocorrelation_FIX_neon()