Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.h43 int16_t* LPCCoef_loQ15,
50 int16_t* LPCCoef_loQ15,
Dentropy_coding.c938 int16_t *LPCCoef_loQ15, in WebRtcIsacfix_DecodeLpc() argument
950 Lar2polyFix(larsQ17, LPCCoef_loQ15, ORDERLO, LPCCoef_hiQ15, ORDERHI, SUBFRAMES); in WebRtcIsacfix_DecodeLpc()
1454 int16_t *LPCCoef_loQ15, in WebRtcIsacfix_EncodeLpc() argument
1466 Poly2LarFix(LPCCoef_loQ15, ORDERLO, LPCCoef_hiQ15, ORDERHI, SUBFRAMES, larsQ17); in WebRtcIsacfix_EncodeLpc()
1474 Lar2polyFix(larsQ17, LPCCoef_loQ15, ORDERLO, LPCCoef_hiQ15, ORDERHI, SUBFRAMES); in WebRtcIsacfix_EncodeLpc()