Home
last modified time | relevance | path

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

/external/srec/srec/cfront/
Dnisthdr.h93 SAMPLE_MIN, enumerator
215 Nist1AHeaderSetDef(setSampleMin, int, d, SAMPLE_MIN)
/external/aac/libSYS/include/
Dmachine_type.h204 #define SAMPLE_MIN (~SAMPLE_MAX) macro
/external/aac/libPCMutils/src/
Dlimiter.cpp282 if (tmp2 == (FIXP_PCM)SAMPLE_MIN) /* protect fAbs from -1.0 value */ in applyLimiter()
283 tmp2 = (FIXP_PCM)(SAMPLE_MIN+1); in applyLimiter()