Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daacenc_utils.h108 const float ethresh = thresh; in find_form_factor() local
123 if (s >= ethresh) { in find_form_factor()
127 nzl += (s / ethresh) * (s / ethresh); in find_form_factor()
129 nzl += ff_fast_powf(s / ethresh, nzslope); in find_form_factor()

Completed in 1 milliseconds