Searched refs:t_s64x1 (Results 1 – 2 of 2) sorted by relevance
202 int64x1_t t_s64x1; in silk_warped_autocorrelation_FIX_neon() local212 t_s64x1 = vadd_s64( vget_low_s64( t_s64x2 ), vget_high_s64( t_s64x2 ) ); in silk_warped_autocorrelation_FIX_neon()213 corr_QC_orderT = vget_lane_s64( t_s64x1, 0 ); in silk_warped_autocorrelation_FIX_neon()
231 const int64x1_t t_s64x1 = vpaddl_s32( t_s32x2 ); in silk_LPC_inverse_pred_gain_neon() local232 DC_resp = vget_lane_s32( vreinterpret_s32_s64( t_s64x1 ), 0 ); in silk_LPC_inverse_pred_gain_neon()