Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Dg711.c73 uint8_t ulaw_to_alaw(uint8_t ulaw) { return ulaw_to_alaw_table[ulaw]; } in ulaw_to_alaw() function
Dg711.h338 uint8_t ulaw_to_alaw(uint8_t ulaw);