Searched defs:MASK_E (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
H A Denv_extr.h113 Accessing the exponent or the mantissa would be simplified and the masks #MASK_E
118 #define MASK_E ((1 << EXP_BITS) - 1) /*!< Mask for extracting the exponent of a pseudo float envelope value */ macro
120 #define SIGN_EXT ( ((SCHAR)-1) ^ MASK_E) /*!< a CHAR-constant with all bits above our sign-bit set */

Completed in 74 milliseconds