Searched refs:ulaw_to_alaw (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/third_party/g711/ | ||
D | g711.c | 72 uint8_t ulaw_to_alaw(uint8_t ulaw) { return ulaw_to_alaw_table[ulaw]; } in ulaw_to_alaw() function |
D | g711.h | 344 uint8_t ulaw_to_alaw(uint8_t ulaw); |