HomeSort by relevance Sort by last modified time
    Searched full:limgains (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
sbr_envelope_calc_tbl.h 58 extern const Int32 limGains[5];
calc_sbr_envelope.cpp 760 * g_max = avg_gain * limGains[limiterGains];
763 g_max_man = fxp_mul32_Q30(avg_gain, limGains[limiterGains]); /* table is in Q30 */
767 g_max_exp = limGains[4];
    [all...]
sbr_envelope_calc_tbl.cpp 129 const Int32 limGains[5] = { Q30_fmt(0.70795f), Q30_fmt(1.0f),

Completed in 62 milliseconds