Home
last modified time | relevance | path

Searched refs:excite (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3.c207 int16_t excite[AC3_CRITICAL_BANDS]; /* excitation */ in ff_ac3_bit_alloc_calc_mask() local
222 excite[0] = band_psd[0] - fast_gain - lowcomp; in ff_ac3_bit_alloc_calc_mask()
224 excite[1] = band_psd[1] - fast_gain - lowcomp; in ff_ac3_bit_alloc_calc_mask()
231 excite[band] = fastleak - lowcomp; in ff_ac3_bit_alloc_calc_mask()
246 excite[band] = FFMAX(fastleak - lowcomp, slowleak); in ff_ac3_bit_alloc_calc_mask()
259 excite[band] = FFMAX(fastleak, slowleak); in ff_ac3_bit_alloc_calc_mask()
267 excite[band] += tmp >> 2; in ff_ac3_bit_alloc_calc_mask()
269 mask[band] = FFMAX(ac3_hearing_threshold_tab[band >> s->sr_shift][s->sr_code], excite[band]); in ff_ac3_bit_alloc_calc_mask()

Completed in 1 milliseconds