Home
last modified time | relevance | path

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

/external/webrtc/modules/third_party/g711/
Dg711.c72 uint8_t ulaw_to_alaw(uint8_t ulaw) { return ulaw_to_alaw_table[ulaw]; } in ulaw_to_alaw() function
Dg711.h344 uint8_t ulaw_to_alaw(uint8_t ulaw);