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

  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 53 int16_t amp16; local
56 amp16 = (int16_t) amp;
57 if (amp == amp16)
58 return amp16;
g722_encode.c 53 int16_t amp16; local
56 amp16 = (int16_t) amp;
57 if (amp == amp16)
58 return amp16;

Completed in 53 milliseconds