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

  /external/libaom/libaom/av1/encoder/
hash_motion.c 109 av1_crc_calculator_init(&x->crc_calculator1, 24, 0x5D6DCB);
204 &x->crc_calculator1, (uint8_t *)p, length * sizeof(p[0]));
223 av1_get_crc_value(&x->crc_calculator1, p, length * sizeof(p[0]));
258 av1_get_crc_value(&x->crc_calculator1, (uint8_t *)p, length);
413 av1_get_crc_value(&x->crc_calculator1, (uint8_t *)pixel_to_hash,
429 &x->crc_calculator1, pixel_to_hash, sizeof(pixel_to_hash));
464 &x->crc_calculator1, (uint8_t *)to_hash, sizeof(to_hash));
block.h 314 CRC_CALCULATOR crc_calculator1; member in struct:macroblock

Completed in 1022 milliseconds