Home
last modified time | relevance | path

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

/external/aac/libPCMutils/include/
Dlimiter.h158 #define SAMPLE_BITS_LIM DFRACT_BITS macro
/external/aac/libPCMutils/src/
Dlimiter.cpp243 tmp2 = FIXP_DBL(INT(tmp2) ^ INT((tmp2 >> (SAMPLE_BITS_LIM - 1)))); in pcmLimiter_Apply()