Searched defs:LTPCorr (Results 1 - 2 of 2) sorted by relevance

/external/libopus/silk/float/
H A Dstructs_FLP.h74 silk_float LTPCorr; /* Normalized correlation from pitch lag estimator */ member in struct:__anon10774
H A Dpitch_analysis_core_FLP.c72 silk_float *LTPCorr, /* I/O Normalized correlation; input: value from previous frame */
225 *LTPCorr = 0.0f;
368 CCmax_new_b -= PE_PREVLAG_BIAS * nb_subfr * (*LTPCorr) * delta_lag_log2_sqr / ( delta_lag_log2_sqr + 0.5f );
384 *LTPCorr = 0.0f;
391 *LTPCorr = (silk_float)( CCmax / nb_subfr );
392 silk_assert( *LTPCorr >= 0.0f );
67 silk_pitch_analysis_core_FLP( const silk_float *frame, opus_int *pitch_out, opus_int16 *lagIndex, opus_int8 *contourIndex, silk_float *LTPCorr, opus_int prevLag, const silk_float search_thres1, const silk_float search_thres2, const opus_int Fs_kHz, const opus_int complexity, const opus_int nb_subfr, int arch ) argument

Completed in 84 milliseconds