Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.c229 size_t nrOfSamples, uint8_t* SIDdata, in WebRtcCng_Encode() argument
372 SIDdata[0] = (uint8_t)index; in WebRtcCng_Encode()
378 SIDdata[i + 1] = ((inst->enc_reflCoefs[i] + 128) >> 8); in WebRtcCng_Encode()
383 SIDdata[i + 1] = (127 + ((inst->enc_reflCoefs[i] + 128) >> 8)); in WebRtcCng_Encode()
Dwebrtc_cng.h107 size_t nrOfSamples, uint8_t* SIDdata,