Searched refs:ulaw_to_alaw (Results 1 – 2 of 2) sorted by relevance
73 uint8_t ulaw_to_alaw(uint8_t ulaw) { return ulaw_to_alaw_table[ulaw]; } in ulaw_to_alaw() function
338 uint8_t ulaw_to_alaw(uint8_t ulaw);