Home
last modified time | relevance | path

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

/external/aac/libFDK/include/arm/
Dscale.h110 inline static INT shiftLeftSat(INT src, int scale) in shiftLeftSat() function
123 #define SATURATE_INT_PCM_LEFT_SHIFT(src, scale) shiftLeftSat(src, scale)