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

  /external/chromium_org/third_party/opus/src/silk/float/
find_pitch_lags_FLP.c 49 silk_float refl_coef[ MAX_FIND_PITCH_LPC_ORDER ]; local
91 res_nrg = silk_schur_FLP( refl_coef, auto_corr, psEnc->sCmn.pitchEstimationLPCOrder );
97 silk_k2a_FLP( A, refl_coef, psEnc->sCmn.pitchEstimationLPCOrder );
  /external/libopus/silk/float/
find_pitch_lags_FLP.c 49 silk_float refl_coef[ MAX_FIND_PITCH_LPC_ORDER ]; local
91 res_nrg = silk_schur_FLP( refl_coef, auto_corr, psEnc->sCmn.pitchEstimationLPCOrder );
97 silk_k2a_FLP( A, refl_coef, psEnc->sCmn.pitchEstimationLPCOrder );

Completed in 51 milliseconds