Searched refs:crc_state (Results 1 – 1 of 1) sorted by relevance
88 WebRtc_UWord32 crc_state; in WebRtcIsac_GetCrc() local100 crc_state = 0xFFFFFFFF; in WebRtcIsac_GetCrc()103 crc_tbl_indx = (WEBRTC_SPL_RSHIFT_U32(crc_state, 24) ^ in WebRtcIsac_GetCrc()105 crc_state = WEBRTC_SPL_LSHIFT_U32(crc_state, 8) ^ kCrcTable[crc_tbl_indx]; in WebRtcIsac_GetCrc()108 *crc = ~crc_state; in WebRtcIsac_GetCrc()