Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dcommon_fix.h125 #define SGL_MASK ((1UL<<FRACT_BITS)-1) /* 16bit: (2^16)-1 = 0xFFFF */ macro
/external/aac/libFDK/src/
Dfixpoint_math.cpp222 LONG low = u*(v&SGL_MASK); in mul_dbl_sgl_rnd()