Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dcrc.c90 int byte_cntr; in WebRtcIsac_GetCrc() local
103 for (byte_cntr = 0; byte_cntr < len_bitstream_in_bytes; byte_cntr++) { in WebRtcIsac_GetCrc()
105 bitstream_ptr_uw8[byte_cntr]) & 0xFF; in WebRtcIsac_GetCrc()