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

/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dg711.h32 #define G711_TABLE_SIZE 256 macro
183 const uint8_t ulaw_to_u8[G711_TABLE_SIZE]; \
184 const uint8_t alaw_to_u8[G711_TABLE_SIZE]; \
185 const uint8_t u8_to_ulaw[G711_TABLE_SIZE]; \
186 const uint8_t u8_to_alaw[G711_TABLE_SIZE]; \

Completed in 52 milliseconds