Searched refs:SAMPLE_MIN (Results 1 – 2 of 2) sorted by relevance
204 #define SAMPLE_MIN (~SAMPLE_MAX) macro
282 if (tmp2 == (FIXP_PCM)SAMPLE_MIN) /* protect fAbs from -1.0 value */ in applyLimiter()283 tmp2 = (FIXP_PCM)(SAMPLE_MIN+1); in applyLimiter()