HomeSort by relevance Sort by last modified time
    Searched refs:CRC32C (Results 1 - 8 of 8) sorted by null

  /external/libaom/libaom/av1/encoder/
hash.h 37 // CRC32C: POLY = 0x82f63b78;
41 } CRC32C;
43 // init table for software version crc32c
44 void av1_crc32c_calculator_init(CRC32C *p_crc32c);
hash.c 75 void av1_crc32c_calculator_init(CRC32C *p_crc32c) {
102 uint32_t av1_get_crc32c_value_c(CRC32C *p, uint8_t *buf, size_t len) {
block.h 112 CRC32C crc_calculator; // Hash function.
encodetxb.c 27 static CRC32C crc_calculator;
    [all...]
rdopt.c     [all...]
  /external/syzkaller/vendor/cloud.google.com/go/storage/
writer.go 36 // SendCRC specifies whether to transmit a CRC32C field. It should be set
37 // to true in addition to setting the Writer's CRC32C field, because zero
39 // If a CRC32C is sent, and the data written does not match the checksum,
104 rawObj.Crc32c = encodeUint32(attrs.CRC32C)
storage.go 581 const prefix = "crc32c="
729 // CRC32C is the CRC32 checksum of the object's content using
732 // is true, the uploaded data is rejected if its CRC32c hash does not
734 CRC32C uint32
815 crc32c, _ := decodeUint32(o.Crc32c)
832 CRC32C: crc32c,
    [all...]
  /external/libaom/libaom/test/
hash_test.cc 45 CRC32C calc_;

Completed in 324 milliseconds