Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dstructs.h289 WebRtc_Word32 LPCcoeffs_g[12*2]; /* KLT_ORDER_GAIN = 12 */ member
Dencode.c540 tmpLPCcoeffs_g[ii] = (WebRtc_Word32) ((scale) * (float) SaveEnc_str->LPCcoeffs_g[ii]); in WebRtcIsacfix_EncodeStoredData()
Dentropy_coding.c990 encData->LPCcoeffs_g[KLT_ORDER_GAIN*encData->startIdx + k] = gain_lo_hiQ17[k]; in EstCodeLpcCoef()
1341 encData->LPCcoeffs_g[KLT_ORDER_GAIN*encData->startIdx + k] = gain_lo_hiQ17[k]; in WebRtcIsacfix_EstCodeLpcGain()