Searched refs:state_QS_s32x4 (Results 1 – 1 of 1) sorted by relevance
/external/libopus/silk/fixed/arm/ |
D | warped_autocorrelation_FIX_neon_intr.c | 39 …*const input_QS, opus_int64 *const corr_QC, const opus_int offset, const int32x4_t state_QS_s32x4 ) in calc_corr() argument 45 t_s64x2[ 0 ] = vmull_s32( vget_low_s32( state_QS_s32x4 ), vget_low_s32( input_QS_s32x4 ) ); in calc_corr() 46 t_s64x2[ 1 ] = vmull_s32( vget_high_s32( state_QS_s32x4 ), vget_high_s32( input_QS_s32x4 ) ); in calc_corr() 154 int32x4_t state_QS_s32x4[ 3 ][ 2 ]; in silk_warped_autocorrelation_FIX_neon() local 157 state_QS_s32x4[ 2 ][ 1 ] = vdupq_n_s32( 0 ); in silk_warped_autocorrelation_FIX_neon() 161 state_QS_s32x4[ 0 ][ 0 ] = state_QS_s32x4[ 0 ][ 1 ] = in silk_warped_autocorrelation_FIX_neon() 162 state_QS_s32x4[ 1 ][ 0 ] = state_QS_s32x4[ 1 ][ 1 ] = vdupq_n_s32( 0 ); in silk_warped_autocorrelation_FIX_neon() 165 calc_corr( input_QS + n, corr_QC, o - 8, state_QS_s32x4[ 0 ][ 0 ] ); in silk_warped_autocorrelation_FIX_neon() 166 calc_corr( input_QS + n, corr_QC, o - 4, state_QS_s32x4[ 0 ][ 1 ] ); in silk_warped_autocorrelation_FIX_neon() 167 state_QS_s32x4[ 2 ][ 1 ] = vld1q_s32( in + n ); in silk_warped_autocorrelation_FIX_neon() [all …]
|