Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox_sample_test.c29 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \
35 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \
41 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \
45 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \
49 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \
55 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \
61 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \
67 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \
71 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \
75 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \
[all …]
H A Draw.c19 #define SOX_SAMPLE_TO_ULAW_BYTE(d,c) sox_14linear2ulaw(SOX_SAMPLE_TO_UNSIGNED(14,d,c) - 0x2000)
20 #define SOX_SAMPLE_TO_ALAW_BYTE(d,c) sox_13linear2alaw(SOX_SAMPLE_TO_UNSIGNED(13,d,c) - 0x1000)
H A Dsox.h744 #define SOX_SAMPLE_TO_UNSIGNED(bits,d,clips) \ macro
892 #define SOX_SAMPLE_TO_UNSIGNED_8BIT(d,clips) SOX_SAMPLE_TO_UNSIGNED(8,d,clips)
908 #define SOX_SAMPLE_TO_UNSIGNED_16BIT(d,clips) SOX_SAMPLE_TO_UNSIGNED(16,d,clips)
924 #define SOX_SAMPLE_TO_UNSIGNED_24BIT(d,clips) SOX_SAMPLE_TO_UNSIGNED(24,d,clips)
H A Dsunaudio.c360 #define SOX_SAMPLE_TO_ULAW_BYTE(d,c) sox_14linear2ulaw(SOX_SAMPLE_TO_UNSIGNED(14,d,c) - 0x2000)
361 #define SOX_SAMPLE_TO_ALAW_BYTE(d,c) sox_13linear2alaw(SOX_SAMPLE_TO_UNSIGNED(13,d,c) - 0x1000)