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

  /external/aac/libFDK/include/
scale.h 246 #ifndef SATURATE_INT_PCM_LEFT_SHIFT
247 #define SATURATE_INT_PCM_LEFT_SHIFT(src, scale) SATURATE_LEFT_SHIFT(src, scale, SAMPLE_BITS)
  /external/aac/libFDK/include/arm/
scale.h 123 #define SATURATE_INT_PCM_LEFT_SHIFT(src, scale) shiftLeftSat(src, scale)

Completed in 111 milliseconds