HomeSort by relevance Sort by last modified time
    Searched refs:Wsig (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/silk/fixed/
find_pitch_lags_FIX.c 47 VARDECL( opus_int16, Wsig );
71 ALLOC( Wsig, psEnc->sCmn.pitch_LPC_win_length, opus_int16 );
75 Wsig_ptr = Wsig;
89 silk_autocorr( auto_corr, &scale, Wsig, psEnc->sCmn.pitch_LPC_win_length, psEnc->sCmn.pitchEstimationLPCOrder + 1 );
  /external/chromium_org/third_party/opus/src/silk/float/
find_pitch_lags_FLP.c 49 silk_float Wsig[ FIND_PITCH_LPC_WIN_MAX ];
70 Wsig_ptr = Wsig;
84 silk_autocorrelation_FLP( auto_corr, Wsig, psEnc->sCmn.pitch_LPC_win_length, psEnc->sCmn.pitchEstimationLPCOrder + 1 );

Completed in 45 milliseconds