Searched refs:kCrcTable (Results 1 – 1 of 1) sorted by relevance
18 static const WebRtc_UWord32 kCrcTable[256] = { variable105 crc_state = WEBRTC_SPL_LSHIFT_U32(crc_state, 8) ^ kCrcTable[crc_tbl_indx]; in WebRtcIsac_GetCrc()