HomeSort by relevance Sort by last modified time
    Searched refs:SAMPLE_MIN (Results 1 - 2 of 2) sorted by null

  /external/aac/libSYS/include/
machine_type.h 204 #define SAMPLE_MIN (~SAMPLE_MAX)
  /external/aac/libPCMutils/src/
limiter.cpp 282 if (tmp2 == (FIXP_PCM)SAMPLE_MIN) /* protect fAbs from -1.0 value */
283 tmp2 = (FIXP_PCM)(SAMPLE_MIN+1);

Completed in 736 milliseconds