Searched refs:SOX_SAMPLE_TO_ULAW_BYTE (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | raw.c | 19 #define SOX_SAMPLE_TO_ULAW_BYTE(d,c) sox_14linear2ulaw(SOX_SAMPLE_TO_UNSIGNED(14,d,c) - 0x2000) macro 115 WRITE_SAMPLES_FUNC(b, 1, ulaw, uint8_t, uint8_t, SOX_SAMPLE_TO_ULAW_BYTE)
|
| H A D | sunaudio.c | 360 #define SOX_SAMPLE_TO_ULAW_BYTE(d,c) sox_14linear2ulaw(SOX_SAMPLE_TO_UNSIGNED(14,d,c) - 0x2000) macro 465 SOX_SAMPLE_TO_ULAW_BYTE(pInput[i], cClips); in sunwrite()
|