Home
last modified time | relevance | path

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

/system/media/audio_utils/
Dsample.c24 #define SIGN_BITS 1 macro
36 #if SIGN_BITS + EXPONENT_BITS + MANTISSA_BITS != 16
37 #error SIGN_BITS, EXPONENT_BITS and MANTISSA_BITS must sum to 16