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

  /external/webrtc/webrtc/common_audio/signal_processing/
refl_coef_to_lpc.c 13 * This file contains the function WebRtcSpl_ReflCoefToLpc().
20 void WebRtcSpl_ReflCoefToLpc(const int16_t *k, int use_order, int16_t *a)
  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 465 void WebRtcSpl_ReflCoefToLpc(const int16_t* refl_coef,
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 475 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12);
593 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 299 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12);
525 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12);
    [all...]

Completed in 676 milliseconds