Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg711.c2298 unsigned char sox_14linear2ulaw( in sox_14linear2ulaw() function
2410 printf(" 0x%02x,", sox_14linear2ulaw((-0x2000)+x)); in main()
H A Dg711.h20 #define sox_14linear2ulaw(sw) (lsx_14linear2ulaw[((sw) + 0x2000)]) macro
H A Draw.c19 #define SOX_SAMPLE_TO_ULAW_BYTE(d,c) sox_14linear2ulaw(SOX_SAMPLE_TO_UNSIGNED(14,d,c) - 0x2000)
H A Dg72x.c552 sp = sox_14linear2ulaw((sr << 2));/* short to u-law compression */ in tandem_adjust_ulaw()
H A Dsunaudio.c360 #define SOX_SAMPLE_TO_ULAW_BYTE(d,c) sox_14linear2ulaw(SOX_SAMPLE_TO_UNSIGNED(14,d,c) - 0x2000)