Home
last modified time | relevance | path

Searched defs:auto_corr (Results 1 – 7 of 7) sorted by relevance

/external/libopus/silk/float/
Dschur_FLP.c36const silk_float auto_corr[], /* I autocorrelation sequence (length order+1) … in silk_schur_FLP()
Dfind_pitch_lags_FLP.c47 silk_float auto_corr[ MAX_FIND_PITCH_LPC_ORDER + 1 ]; in silk_find_pitch_lags_FLP() local
Dnoise_shape_analysis_FLP.c141 silk_float auto_corr[ MAX_SHAPE_LPC_ORDER + 1 ]; in silk_noise_shape_analysis_FLP() local
/external/libopus/silk/fixed/
Dfind_pitch_lags_FIX.c50 opus_int32 auto_corr[ MAX_FIND_PITCH_LPC_ORDER + 1 ]; in silk_find_pitch_lags_FIX() local
Dnoise_shape_analysis_FIX.c162 opus_int32 auto_corr[ MAX_SHAPE_LPC_ORDER + 1 ]; in silk_noise_shape_analysis_FIX() local
/external/libopus/silk/fixed/mips/
Dnoise_shape_analysis_FIX_mipsr1.h47 opus_int32 auto_corr[ MAX_SHAPE_LPC_ORDER + 1 ]; in silk_noise_shape_analysis_FIX() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dtime_stretch.cc167 int32_t auto_corr[kCorrelationLen]; in AutoCorrelation() local