Searched refs:SOX_SAMPLE_TO_UNSIGNED (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox_sample_test.c | 29 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 D | raw.c | 19 #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 D | sox.h | 744 #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 D | sunaudio.c | 360 #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)
|