Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Dg711.c50 static const uint8_t alaw_to_ulaw_table[256] = { variable
71 uint8_t alaw_to_ulaw(uint8_t alaw) { return alaw_to_ulaw_table[alaw]; } in alaw_to_ulaw()