Searched refs:LPCCoef_loQ15 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.h | 44 int16_t *LPCCoef_loQ15, 51 int16_t *LPCCoef_loQ15,
|
D | entropy_coding.c | 917 int16_t *LPCCoef_loQ15, in WebRtcIsacfix_DecodeLpc() argument 929 Lar2polyFix(larsQ17, LPCCoef_loQ15, ORDERLO, LPCCoef_hiQ15, ORDERHI, SUBFRAMES); in WebRtcIsacfix_DecodeLpc() 1432 int16_t *LPCCoef_loQ15, 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()
|