HomeSort by relevance Sort by last modified time
    Searched full:ulaws (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/net/voip/src/jni/rtp/
G711Codec.cpp 49 int8_t *ulaws = (int8_t *)payload; local
62 ulaws[i] = ~(sign | (exponent << 4) | mantissa);
69 int8_t *ulaws = (int8_t *)payload; local
74 int ulaw = ~ulaws[i];

Completed in 45 milliseconds