Searched refs:HIST_POS (Results 1 – 1 of 1) sorted by relevance
553 #define HIST_POS(power) (int)(((power) - ABS_THRES) * HIST_GRAIN) macro565 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()