Searched refs:linear2ulaw (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/internal/
H A Dg72x.h79 extern unsigned char linear2ulaw (int pcm_val); /* 2's complement (16-bit range) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dg711.cpp178 * linear2ulaw() - Convert a linear PCM value to u-law
207 linear2ulaw( function
H A Dg72x.cpp588 sp = linear2ulaw(sr << 2); /* short to u-law compression */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_audio.c103 static unsigned char linear2ulaw(short sample) function
163 linear2ulaw(dsp_audio_alaw_to_s32[i]);
178 reverse_bits(linear2ulaw(i));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dmulaw.c55 * linear2ulaw() - Convert a linear PCM value to u-law
83 static unsigned char linear2ulaw(int pcm_val) /* 2's complement (16-bit range) */ function
241 *dst = linear2ulaw(sample);

Completed in 34 milliseconds