Home
last modified time | relevance | path

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

/trueos/sys/dev/sound/pcm/
HDg711.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]; \