HomeSort by relevance Sort by last modified time
    Searched refs:excEnergy (Results 1 - 6 of 6) sorted by null

  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
ex_ctrl.cpp 89 excEnergy = Exc. Energy, sqrt(totEx*totEx) of type Word16
152 Word16 excEnergy, /* i : Exc. Energy, sqrt(totEx*totEx)*/
175 if ((excEnergy < avgEnergy) && (excEnergy > 5))
190 /* scaleFactor=avgEnergy/excEnergy in Q0 (const 29 below)*/
191 exp = norm_s(excEnergy);
192 excEnergy = shl(excEnergy, exp, pOverflow);
193 excEnergy = div_s((Word16) 16383, excEnergy);
    [all...]
ex_ctrl.h 109 Word16 excEnergy, /* i : Exc. Energy, sqrt(totEx*totEx)*/
dec_amr.cpp 580 Word16 excEnergy;
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
ex_ctrl.cpp 89 excEnergy = Exc. Energy, sqrt(totEx*totEx) of type Word16
152 Word16 excEnergy, /* i : Exc. Energy, sqrt(totEx*totEx)*/
175 if ((excEnergy < avgEnergy) && (excEnergy > 5))
190 /* scaleFactor=avgEnergy/excEnergy in Q0 (const 29 below)*/
191 exp = norm_s(excEnergy);
192 excEnergy = shl(excEnergy, exp, pOverflow);
193 excEnergy = div_s((Word16) 16383, excEnergy);
    [all...]
ex_ctrl.h 109 Word16 excEnergy, /* i : Exc. Energy, sqrt(totEx*totEx)*/
dec_amr.cpp 581 Word16 excEnergy;
    [all...]

Completed in 175 milliseconds