Searched refs:corr_QC_orderT (Results 1 – 1 of 1) sorted by relevance
74 opus_int64 corr_QC_orderT; in silk_warped_autocorrelation_FIX_neon() local218 corr_QC_orderT = vget_lane_s64( t_s64x1, 0 ); in silk_warped_autocorrelation_FIX_neon()220 corr_QC_orderT += silk_SMULL( input[ n ], input[ n ] ); in silk_warped_autocorrelation_FIX_neon()222 corr_QC_orderT = silk_LSHIFT64( corr_QC_orderT, QC ); in silk_warped_autocorrelation_FIX_neon()223 corr_QC[ orderT ] = corr_QC_orderT; in silk_warped_autocorrelation_FIX_neon()227 lsh = silk_CLZ64( corr_QC_orderT ) - 35; in silk_warped_autocorrelation_FIX_neon()