MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / crc32

Function crc32

tools/crypto_bench.c:575–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 ***************************************************************************/
574
575static unsigned crc32(const uint8_t *data, unsigned size)
576{
577 return av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, data, size);
578}
579
580static void run_implementation(const uint8_t *input, uint8_t *output,
581 struct hash_impl *impl, unsigned size)

Callers 1

run_implementationFunction · 0.85

Calls 2

av_crcFunction · 0.85
av_crc_get_tableFunction · 0.85

Tested by

no test coverage detected