Searched refs:Wsig (Results 1 - 2 of 2) sorted by relevance

/external/libopus/silk/fixed/
H A Dfind_pitch_lags_FIX.c48 VARDECL( opus_int16, Wsig );
72 ALLOC( Wsig, psEnc->sCmn.pitch_LPC_win_length, opus_int16 );
76 Wsig_ptr = Wsig;
90 silk_autocorr( auto_corr, &scale, Wsig, psEnc->sCmn.pitch_LPC_win_length, psEnc->sCmn.pitchEstimationLPCOrder + 1, arch );
/external/libopus/silk/float/
H A Dfind_pitch_lags_FLP.c50 silk_float Wsig[ FIND_PITCH_LPC_WIN_MAX ]; local
71 Wsig_ptr = Wsig;
85 silk_autocorrelation_FLP( auto_corr, Wsig, psEnc->sCmn.pitch_LPC_win_length, psEnc->sCmn.pitchEstimationLPCOrder + 1 );

Completed in 112 milliseconds