Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dencode.c508 int32_t tmpLPCcoeffs_g[KLT_ORDER_GAIN<<1]; in WebRtcIsacfix_EncodeStoredData() local
549 tmpLPCcoeffs_g[ii] = (int32_t) ((scale) * (float) SaveEnc_str->LPCcoeffs_g[ii]); in WebRtcIsacfix_EncodeStoredData()
613 …WebRtcIsacfix_TranscodeLpcCoef(&tmpLPCcoeffs_g[KLT_ORDER_GAIN*ii], &tmpLPCindex_g[KLT_ORDER_GAIN*i… in WebRtcIsacfix_EncodeStoredData()