webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions
crc.c File Reference
#include "crc.h"
#include <stdlib.h>
#include "signal_processing_library.h"

Macros

#define POLYNOMIAL   0x04c11db7L
 

Functions

int WebRtcIsac_GetCrc (const int16_t *bitstream, int len_bitstream_in_bytes, uint32_t *crc)
 

Macro Definition Documentation

◆ POLYNOMIAL

#define POLYNOMIAL   0x04c11db7L

Function Documentation

◆ WebRtcIsac_GetCrc()

int WebRtcIsac_GetCrc ( const int16_t bitstream,
int  len_bitstream_in_bytes,
uint32_t crc 
)