Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsbc.h95 LOUDNESS = SBC_AM_LOUDNESS, enumerator
H A Dsbcdec.c91 frame->allocation = LOUDNESS; in sbc_unpack_frame()
/third_party/ffmpeg/libavfilter/
H A Df_ebur128.c514 #define LOUDNESS(energy) (-0.691 + 10 * log10(energy)) macro
610 integ->rel_threshold = LOUDNESS(relative_threshold) + gate_thres; in gate_update()
721 loudness_##time = LOUDNESS(power_##time); \ in filter_frame()
744 ebur128->integrated_loudness = LOUDNESS(integrated_sum / nb_integrated); in filter_frame()

Completed in 4 milliseconds