Searched refs:alaw_to_ulaw_table (Results 1 – 1 of 1) sorted by relevance
49 static const uint8_t alaw_to_ulaw_table[256] = { variable70 uint8_t alaw_to_ulaw(uint8_t alaw) { return alaw_to_ulaw_table[alaw]; } in alaw_to_ulaw()