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