Searched refs:calc_corr (Results 1 – 1 of 1) sorted by relevance
/external/libopus/silk/fixed/arm/ |
D | warped_autocorrelation_FIX_neon_intr.c | 39 static OPUS_INLINE void calc_corr( const opus_int32 *const input_QS, opus_int64 *const corr_QC, con… in calc_corr() function 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() 187 calc_corr( input_QS, corr_QC, 0, state_QS_s32x4[ 0 ][ 0 ] ); in silk_warped_autocorrelation_FIX_neon()
|