Searched refs:alaw_to_ulaw (Results 1 – 2 of 2) sorted by relevance
71 uint8_t alaw_to_ulaw(uint8_t alaw) { return alaw_to_ulaw_table[alaw]; } in alaw_to_ulaw() function
332 uint8_t alaw_to_ulaw(uint8_t alaw);