Searched refs:_INTPCM_TO_G711 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dg711.h178 #define _INTPCM_TO_G711(t, v) ((t)[(uint8_t)((v) ^ 0x80)]) macro
211 *dst = _INTPCM_TO_G711((t).u8_to_ulaw, v); \
218 *dst = _INTPCM_TO_G711((t).u8_to_alaw, v); \
H A Dintpcm.h111 *dst = _INTPCM_TO_G711((t).u8_to_ulaw, v >> 24); \
118 *dst = _INTPCM_TO_G711((t).u8_to_alaw, v >> 24); \

Completed in 59 milliseconds