/external/chromium_org/third_party/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/src/common_audio/signal_processing/ |
refl_coef_to_lpc.c | 13 * This file contains the function WebRtcSpl_ReflCoefToLpc(). 20 void WebRtcSpl_ReflCoefToLpc(G_CONST WebRtc_Word16 *k, int use_order, WebRtc_Word16 *a)
|
signal_processing_unittest.cc | 406 WebRtcSpl_ReflCoefToLpc(b16, kVectorSize, bTmp16);
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/ |
signal_processing_library.h | 506 void WebRtcSpl_ReflCoefToLpc(const int16_t* refl_coef, [all...] |
/external/webrtc/src/common_audio/signal_processing/include/ |
signal_processing_library.h | 320 void WebRtcSpl_ReflCoefToLpc(G_CONST WebRtc_Word16* refl_coef, [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
entropy_coding.c | 482 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); 600 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
entropy_coding.c | 304 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); 530 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
entropy_coding.c | 448 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); 566 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
entropy_coding.c | 304 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); 530 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); [all...] |