Searched refs:speech8b (Results 1 – 2 of 2) sorted by relevance
47 unsigned char *speech8b) in WebRtcPcm16b_Encode() argument57 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() argument99 shortval=((unsigned short) speech8b[pos*2]); in WebRtcPcm16b_Decode()101 shortval=shortval|(((unsigned short) speech8b[pos*2+1])&LOWEND); in WebRtcPcm16b_Decode()
59 unsigned char *speech8b);98 int16_t WebRtcPcm16b_Decode(unsigned char *speech8b,