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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c377 const FLAC__int64 hard_clip_factor = hard_clip_factors_[target_bps]; local
424 if(val64 >= -hard_clip_factor)
425 val32 = (FLAC__int32)(-(hard_clip_factor+1));
426 else if(val64 < hard_clip_factor)
427 val32 = (FLAC__int32)hard_clip_factor;

Completed in 57 milliseconds