Home
last modified time | relevance | path

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

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