Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.h45 WebRtc_Word16 *LPCCoef_hiQ15,
52 WebRtc_Word16 *LPCCoef_hiQ15,
Dentropy_coding.c780 WebRtc_Word16 *LPCCoef_hiQ15, in WebRtcIsacfix_DecodeLpc() argument
791 Lar2polyFix(larsQ17, LPCCoef_loQ15, ORDERLO, LPCCoef_hiQ15, ORDERHI, SUBFRAMES); in WebRtcIsacfix_DecodeLpc()
1444 WebRtc_Word16 *LPCCoef_hiQ15, in WebRtcIsacfix_EncodeLpc() argument
1455 Poly2LarFix(LPCCoef_loQ15, ORDERLO, LPCCoef_hiQ15, ORDERHI, SUBFRAMES, larsQ17); in WebRtcIsacfix_EncodeLpc()
1462 Lar2polyFix(larsQ17, LPCCoef_loQ15, ORDERLO, LPCCoef_hiQ15, ORDERHI, SUBFRAMES); in WebRtcIsacfix_EncodeLpc()