Home
last modified time | relevance | path

Searched refs:lpc_coef (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_pns_js_thumb.c262 WORD32 lpc_coef[MAX_ORDER + 1]; in ixheaacd_aac_tns_process() local
344 ixheaacd_tns_parcor_to_lpc(parcor_coef, lpc_coef, &scale_lpc, in ixheaacd_aac_tns_process()
385 (WORD32 *)lpc_coef, filter->order, in ixheaacd_aac_tns_process()
389 filter->direction, lpc_coef, in ixheaacd_aac_tns_process()
419 (WORD32 *)lpc_coef, filter->order, scale_lpc, 0); in ixheaacd_aac_tns_process()
423 filter->direction, lpc_coef, in ixheaacd_aac_tns_process()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h447 int16_t* lpc_coef,
467 int16_t* lpc_coef);
480 void WebRtcSpl_LpcToReflCoef(int16_t* lpc_coef,