Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsbc.h94 LOUDNESS = SBC_AM_LOUDNESS, enumerator
Dsbcdec.c89 frame->allocation = LOUDNESS; in sbc_unpack_frame()
/third_party/ffmpeg/libavfilter/
Df_ebur128.c478 #define LOUDNESS(energy) (-0.691 + 10 * log10(energy)) macro
574 integ->rel_threshold = LOUDNESS(relative_threshold) + gate_thres; in gate_update()
684 loudness_##time = LOUDNESS(power_##time); \ in filter_frame()
707 ebur128->integrated_loudness = LOUDNESS(integrated_sum / nb_integrated); in filter_frame()