Searched refs:alaw_to_ulaw (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/third_party/g711/ | ||
D | g711.c | 70 uint8_t alaw_to_ulaw(uint8_t alaw) { return alaw_to_ulaw_table[alaw]; } in alaw_to_ulaw() function |
D | g711.h | 338 uint8_t alaw_to_ulaw(uint8_t alaw); |