HomeSort by relevance Sort by last modified time
    Searched refs:alaw_to_ulaw (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
g711.c 71 uint8_t alaw_to_ulaw(uint8_t alaw) { return alaw_to_ulaw_table[alaw]; } function
g711.h 332 uint8_t alaw_to_ulaw(uint8_t alaw);

Completed in 580 milliseconds