Searched refs:input_QS_s32x4 (Results 1 – 1 of 1) sorted by relevance
42 const int32x4_t input_QS_s32x4 = vld1q_s32( input_QS + offset ); in calc_corr() local45 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()