Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Dg711.c71 uint8_t alaw_to_ulaw(uint8_t alaw) { return alaw_to_ulaw_table[alaw]; } in alaw_to_ulaw() function
Dg711.h332 uint8_t alaw_to_ulaw(uint8_t alaw);