Searched defs:nrg_tone_man (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dcalc_sbr_envelope.cpp133 Int32 *nrg_tone_man,
163 Int32 *nrg_tone_man,
301 Int32 *nrg_tone_man = scratch_mem[8]; local
571 nrg_tone_man[c] = root_sq.root;
577 nrg_tone_man[c] = 0;
674 nrg_tone_man[c] = 0;
679 band_nrg_tone_detector |= nrg_tone_man[c]; /* detect any tone activity */
824 if (nrg_tone_man[k])
860 if (nrg_tone_man[k])
867 tmp_q1 = fxp_mul32_Q28(nrg_tone_man[
1050 envelope_application_LC(Int32 *aBufR, Int32 *nrg_gain_man, Int32 *nrg_gain_exp, Int32 *noise_level_man, Int32 *noise_level_exp, Int32 *nrg_tone_man, Int32 *nrg_tone_exp, Int32 band_nrg_tone_detector, const Int32 *frame_info, Int32 *harm_index, Int32 *phase_index, Int32 i, Int32 lowSubband, Int32 noSubbands, Int32 noNoiseFlag) argument
1578 envelope_application(Int32 *aBufR, Int32 *aBufI, Int32 *nrg_gain_man, Int32 *nrg_gain_exp, Int32 *noise_level_man, Int32 *noise_level_exp, Int32 *nrg_tone_man, Int32 *nrg_tone_exp, Int32 *fBuf_man[64], Int32 *fBuf_exp[64], Int32 *fBufN_man[64], Int32 *fBufN_exp[64], const Int32 *frame_info, Int32 *harm_index, Int32 *phase_index, Int32 i, Int32 lowSubband, Int32 noSubbands, Int32 noNoiseFlag, Int32 band_nrg_tone_detector, Int32 maxSmoothLength, Int32 smooth_length) argument
[all...]

Completed in 6 milliseconds