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

  /external/aac/libFDK/include/
common_fix.h 125 #define SGL_MASK ((1UL<<FRACT_BITS)-1) /* 16bit: (2^16)-1 = 0xFFFF */
  /external/aac/libFDK/src/
fixpoint_math.cpp 222 LONG low = u*(v&SGL_MASK);

Completed in 83 milliseconds