Home
last modified time | relevance | path

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

/dports/audio/uade/uade-2.13/src/frontends/common/
H A Deffects.c74 static inline int sampleclip(int x) in sampleclip() function
378 sampleclip((sm[i] * in normalise()
389 sm[i] = sampleclip((sm[i] * gain_amount) >> 8); in gain()
450 sm[0] = sampleclip(l_final); in headphones()
451 sm[1] = sampleclip(r_final); in headphones()
486 sm[0] = sampleclip((sm[0] + rd) / 2); in headphones2()
487 sm[1] = sampleclip((sm[1] + ld) / 2); in headphones2()