Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daaccoder.c556 const float pns_transient_energy_r = FFMIN(0.7f, lambda / 140.f); in search_for_pns() local
623 min_energy < pns_transient_energy_r * max_energy ) { in search_for_pns()
693 const float pns_transient_energy_r = FFMIN(0.7f, lambda / 140.f); in mark_pns() local
746 if (sfb_energy < threshold*sqrtf(1.5f/freq_boost) || spread < spread_threshold || min_energy < pns_transient_energy_r * max_energy) { in mark_pns()

Completed in 3 milliseconds