Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dex_ctrl.cpp152 Word16 excEnergy, /* i : Exc. Energy, sqrt(totEx*totEx)*/ in Ex_ctrl() argument
175 if ((excEnergy < avgEnergy) && (excEnergy > 5)) in Ex_ctrl()
191 exp = norm_s(excEnergy); in Ex_ctrl()
192 excEnergy = shl(excEnergy, exp, pOverflow); in Ex_ctrl()
193 excEnergy = div_s((Word16) 16383, excEnergy); in Ex_ctrl()
194 t0 = L_mult(avgEnergy, excEnergy, pOverflow); in Ex_ctrl()
Dex_ctrl.h109 Word16 excEnergy, /* i : Exc. Energy, sqrt(totEx*totEx)*/
Ddec_amr.cpp1390 Word16 excEnergy; in Decoder_amr() local
2232 excEnergy = (Word16)(~((~L_temp) >> 2)); in Decoder_amr()
2236 excEnergy = (Word16)(L_temp >> 2); in Decoder_amr()
2252 excEnergy, in Decoder_amr()
2267 st->excEnergyHist[8] = excEnergy; in Decoder_amr()