Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Df_ebur128.c553 #define HIST_POS(power) (int)(((power) - ABS_THRES) * HIST_GRAIN) macro
565 ipower = av_clip(HIST_POS(loudness), 0, HIST_SIZE - 1); in gate_update()
575 gate_hist_pos = av_clip(HIST_POS(integ->rel_threshold), 0, HIST_SIZE - 1); in gate_update()