Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Dg711.c27 static const uint8_t ulaw_to_alaw_table[256] = { variable
73 uint8_t ulaw_to_alaw(uint8_t ulaw) { return ulaw_to_alaw_table[ulaw]; } in ulaw_to_alaw()