Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacenc_pred.c37 sce->band_type[sfb] = sce->band_alt[sfb];\
255 memcpy(sce->band_alt, sce->band_type, sizeof(sce->band_type)); in ff_aac_search_for_pred()
310 sce->band_alt[sfb] = cb_n; in ff_aac_search_for_pred()
315 sce->band_alt[sfb] = cb_p; in ff_aac_search_for_pred()
Daaccoder.c580 memcpy(sce->band_alt, sce->band_type, sizeof(sce->band_type)); in search_for_pns()
622 …((sce->zeroes[w*16+g] || !sce->band_alt[w*16+g]) && sfb_energy < threshold*sqrtf(1.0f/freq_boost))… in search_for_pns()
623 … (!sce->zeroes[w*16+g] && sce->band_alt[w*16+g] && sfb_energy > threshold*thr_mult*freq_boost) || in search_for_pns()
661 sce->band_alt[(w+w2)*16+g], in search_for_pns()
673 …if (sce->zeroes[w*16+g] || !sce->band_alt[w*16+g] || (energy_ratio > 0.85f && energy_ratio < 1.25f… in search_for_pns()
716 memcpy(sce->band_alt, sce->band_type, sizeof(sce->band_type)); in mark_pns()
Daac.h254 enum BandType band_alt[128]; ///< alternative band type (used by encoder) member