Home
last modified time | relevance | path

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

/system/media/audio_utils/
Dsample.c23 #define SIGN_MASK 0x8000 macro
47 sign = SIGN_MASK; in sample_from_float()
82 return a & SIGN_MASK ? -f : f; in float_from_sample()