Searched defs:use_order (Results 1 – 6 of 6) sorted by relevance
| /external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
| D | lpc_to_refl_coef.c | 22 void WebRtcSpl_LpcToReflCoef(int16_t* a16, int use_order, int16_t* k16) in WebRtcSpl_LpcToReflCoef()
|
| D | refl_coef_to_lpc.c | 20 void WebRtcSpl_ReflCoefToLpc(const int16_t *k, int use_order, int16_t *a) in WebRtcSpl_ReflCoefToLpc()
|
| D | auto_corr_to_refl_coef.c | 20 void WebRtcSpl_AutoCorrToReflCoef(const int32_t *R, int use_order, int16_t *K) in WebRtcSpl_AutoCorrToReflCoef()
|
| /external/webrtc/src/common_audio/signal_processing/ |
| D | lpc_to_refl_coef.c | 22 void WebRtcSpl_LpcToReflCoef(WebRtc_Word16* a16, int use_order, WebRtc_Word16* k16) in WebRtcSpl_LpcToReflCoef()
|
| D | refl_coef_to_lpc.c | 20 void WebRtcSpl_ReflCoefToLpc(G_CONST WebRtc_Word16 *k, int use_order, WebRtc_Word16 *a) in WebRtcSpl_ReflCoefToLpc()
|
| D | auto_corr_to_refl_coef.c | 20 void WebRtcSpl_AutoCorrToReflCoef(G_CONST WebRtc_Word32 *R, int use_order, WebRtc_Word16 *K) in WebRtcSpl_AutoCorrToReflCoef()
|