Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.h45 int16_t *LPCCoef_hiQ15,
52 int16_t *LPCCoef_hiQ15,
Dentropy_coding.c918 int16_t *LPCCoef_hiQ15, in WebRtcIsacfix_DecodeLpc() argument
929 Lar2polyFix(larsQ17, LPCCoef_loQ15, ORDERLO, LPCCoef_hiQ15, ORDERHI, SUBFRAMES); in WebRtcIsacfix_DecodeLpc()
1433 int16_t *LPCCoef_hiQ15, in WebRtcIsacfix_EncodeLpc() argument
1444 Poly2LarFix(LPCCoef_loQ15, ORDERLO, LPCCoef_hiQ15, ORDERHI, SUBFRAMES, larsQ17); in WebRtcIsacfix_EncodeLpc()
1452 Lar2polyFix(larsQ17, LPCCoef_loQ15, ORDERLO, LPCCoef_hiQ15, ORDERHI, SUBFRAMES); in WebRtcIsacfix_EncodeLpc()