Searched refs:t_s64x2 (Results 1 – 1 of 1) sorted by relevance
/external/libopus/silk/fixed/arm/ |
D | warped_autocorrelation_FIX_neon_intr.c | 41 int64x2_t corr_QC_s64x2[ 2 ], t_s64x2[ 2 ]; in calc_corr() local 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() 47 corr_QC_s64x2[ 0 ] = vsraq_n_s64( corr_QC_s64x2[ 0 ], t_s64x2[ 0 ], 2 * QS - QC ); in calc_corr() 48 corr_QC_s64x2[ 1 ] = vsraq_n_s64( corr_QC_s64x2[ 1 ], t_s64x2[ 1 ], 2 * QS - QC ); in calc_corr() 208 int64x2_t t_s64x2 = vdupq_n_s64( 0 ); in silk_warped_autocorrelation_FIX_neon() local 213 t_s64x2 = vaddw_s32( t_s64x2, vget_low_s32( t_s32x4 ) ); in silk_warped_autocorrelation_FIX_neon() 214 t_s64x2 = vaddw_s32( t_s64x2, vget_high_s32( t_s32x4 ) ); in silk_warped_autocorrelation_FIX_neon() 217 t_s64x1 = vadd_s64( vget_low_s64( t_s64x2 ), vget_high_s64( t_s64x2 ) ); in silk_warped_autocorrelation_FIX_neon()
|