Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox_sample_test.c86 int##bits##_2 = SOX_SAMPLE_TO_SIGNED(bits,sample, clips); \
92 int##bits##_2 = SOX_SAMPLE_TO_SIGNED(bits,sample, clips); \
98 int##bits##_2 = SOX_SAMPLE_TO_SIGNED(bits,sample, clips); \
103 int##bits##_2 = SOX_SAMPLE_TO_SIGNED(bits,sample, clips); \
108 int##bits##_2 = SOX_SAMPLE_TO_SIGNED(bits,sample, clips); \
114 int##bits##_2 = SOX_SAMPLE_TO_SIGNED(bits,sample, clips); \
120 int##bits##_2 = SOX_SAMPLE_TO_SIGNED(bits,sample, clips); \
126 int##bits##_2 = SOX_SAMPLE_TO_SIGNED(bits,sample, clips); \
130 int##bits##_2 = SOX_SAMPLE_TO_SIGNED(bits,sample, clips); \
134 int##bits##_2 = SOX_SAMPLE_TO_SIGNED(bits,sample, clips); \
[all …]
H A Dsox.h745 (sox_uint##bits##_t)(SOX_SAMPLE_TO_SIGNED(bits,d,clips) ^ SOX_INT_MIN(bits))
755 #define SOX_SAMPLE_TO_SIGNED(bits,d,clips) \ macro
900 #define SOX_SAMPLE_TO_SIGNED_8BIT(d,clips) SOX_SAMPLE_TO_SIGNED(8,d,clips)
916 #define SOX_SAMPLE_TO_SIGNED_16BIT(d,clips) SOX_SAMPLE_TO_SIGNED(16,d,clips)
932 #define SOX_SAMPLE_TO_SIGNED_24BIT(d,clips) SOX_SAMPLE_TO_SIGNED(24,d,clips)