Searched refs:WebRtcSpl_ReflCoefToLpc (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/src/common_audio/signal_processing/ |
D | refl_coef_to_lpc.c | 20 void WebRtcSpl_ReflCoefToLpc(G_CONST WebRtc_Word16 *k, int use_order, WebRtc_Word16 *a) in WebRtcSpl_ReflCoefToLpc() function
|
D | signal_processing_unittest.cc | 406 WebRtcSpl_ReflCoefToLpc(b16, kVectorSize, bTmp16); in TEST_F()
|
/external/webrtc/src/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 320 void WebRtcSpl_ReflCoefToLpc(G_CONST WebRtc_Word16* refl_coef,
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.c | 304 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); in WebRtcIsac_DecodeSpec() 530 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); in WebRtcIsac_EncodeSpec()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 448 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); in WebRtcIsacfix_DecodeSpec() 566 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); in WebRtcIsacfix_EncodeSpec()
|