Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.h734 #define SOX_SAMPLE_NEG SOX_INT_MIN(32) macro
780 (SOX_SIGNED_TO_SAMPLE(bits,d) ^ SOX_SAMPLE_NEG)
844 ((sox_sample_t)(d) ^ SOX_SAMPLE_NEG)
940 #define SOX_SAMPLE_TO_UNSIGNED_32BIT(d,clips) (sox_uint32_t)((d)^SOX_SAMPLE_NEG)