Home
last modified time | relevance | path

Searched refs:WebRtcIsac_kMeanLarUb16 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dlpc_shape_swb16_tables.h25 extern const double WebRtcIsac_kMeanLarUb16[UB_LPC_ORDER];
Dlpc_shape_swb16_tables.c26 const double WebRtcIsac_kMeanLarUb16[UB_LPC_ORDER] = variable
Dencode_lpc_swb.c67 meanLAR = WebRtcIsac_kMeanLarUb16; in WebRtcIsac_RemoveLarMean()
519 meanLAR = WebRtcIsac_kMeanLarUb16; in WebRtcIsac_AddLarMean()
Disac.c412 WebRtcIsac_kMeanLarUb16, sizeof(double) * UB_LPC_ORDER); in EncoderInitUb()
1526 WebRtcIsac_kMeanLarUb16, sizeof(double) * UB_LPC_ORDER); in WebRtcIsac_Control()