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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
g711.c 73 uint8_t ulaw_to_alaw(uint8_t ulaw) { return ulaw_to_alaw_table[ulaw]; } function
g711.h 338 uint8_t ulaw_to_alaw(uint8_t ulaw);

Completed in 99 milliseconds