Searched refs:speechIn16b (Results 1 – 2 of 2) sorted by relevance
27 int16_t WebRtcPcm16b_EncodeW16(const int16_t* speechIn16b, in WebRtcPcm16b_EncodeW16() argument32 memcpy(speechOut16b, speechIn16b, length_samples * sizeof(int16_t)); in WebRtcPcm16b_EncodeW16()36 speechOut16b[i]=(((uint16_t)speechIn16b[i])>>8)|((((uint16_t)speechIn16b[i])<<8)&0xFF00); in WebRtcPcm16b_EncodeW16()65 int16_t *speechIn16b, in WebRtcPcm16b_DecodeW16() argument71 memcpy(speechOut16b, speechIn16b, length_bytes); in WebRtcPcm16b_DecodeW16()77 speechOut16b[i]=(((uint16_t)speechIn16b[i])>>8)|(((uint16_t)(speechIn16b[i]&0xFF))<<8); in WebRtcPcm16b_DecodeW16()
38 int16_t WebRtcPcm16b_EncodeW16(const int16_t* speechIn16b,77 int16_t *speechIn16b,