Home
last modified time | relevance | path

Searched refs:speech8b (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/
Dpcm16b.c47 unsigned char *speech8b) in WebRtcPcm16b_Encode() argument
57 speech8b[pos*2]=(unsigned char) short1; in WebRtcPcm16b_Encode()
58 speech8b[pos*2+1]=(unsigned char) short2; in WebRtcPcm16b_Encode()
91 int16_t WebRtcPcm16b_Decode(unsigned char *speech8b, in WebRtcPcm16b_Decode() argument
99 shortval=((unsigned short) speech8b[pos*2]); in WebRtcPcm16b_Decode()
101 shortval=shortval|(((unsigned short) speech8b[pos*2+1])&LOWEND); in WebRtcPcm16b_Decode()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/include/
Dpcm16b.h59 unsigned char *speech8b);
98 int16_t WebRtcPcm16b_Decode(unsigned char *speech8b,