Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dcrc.c18 static const WebRtc_UWord32 kCrcTable[256] = { variable
105 crc_state = WEBRTC_SPL_LSHIFT_U32(crc_state, 8) ^ kCrcTable[crc_tbl_indx]; in WebRtcIsac_GetCrc()