Home
last modified time | relevance | path

Searched refs:WebRtcIsac_GetCrc (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dcrc.h39 int WebRtcIsac_GetCrc(const int16_t* encoded, int no_of_word8s, uint32_t* crc);
Dcrc.c84 int WebRtcIsac_GetCrc(const int16_t* bitstream, in WebRtcIsac_GetCrc() function
Disac.c663 WebRtcIsac_GetCrc((int16_t*)(&(encoded[streamLenLB + 1])), in WebRtcIsac_Encode()
815 WebRtcIsac_GetCrc((int16_t*)(&(encoded[streamLenLB + 1])), in WebRtcIsac_GetNewBitStream()
1093 WebRtcIsac_GetCrc((int16_t*)(&encoded[numDecodedBytesLB + 1]), in Decode()
2095 WebRtcIsac_GetCrc((int16_t*)(&(encoded[streamLenLB + 1])), in WebRtcIsac_GetRedPayload()