Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dhash_motion.c203 pic_block_hash[0][pos] = av1_get_crc_value( in av1_generate_block_2x2_hash_value()
205 pic_block_hash[1][pos] = av1_get_crc_value( in av1_generate_block_2x2_hash_value()
223 av1_get_crc_value(&x->crc_calculator1, p, length * sizeof(p[0])); in av1_generate_block_2x2_hash_value()
225 av1_get_crc_value(&x->crc_calculator2, p, length * sizeof(p[0])); in av1_generate_block_2x2_hash_value()
258 av1_get_crc_value(&x->crc_calculator1, (uint8_t *)p, length); in av1_generate_block_hash_value()
265 av1_get_crc_value(&x->crc_calculator2, (uint8_t *)p, length); in av1_generate_block_hash_value()
413 av1_get_crc_value(&x->crc_calculator1, (uint8_t *)pixel_to_hash, in av1_get_block_hash_value()
416 av1_get_crc_value(&x->crc_calculator2, (uint8_t *)pixel_to_hash, in av1_get_block_hash_value()
428 x->hash_value_buffer[0][0][pos] = av1_get_crc_value( in av1_get_block_hash_value()
430 x->hash_value_buffer[1][0][pos] = av1_get_crc_value( in av1_get_block_hash_value()
[all …]
Dhash.h35 uint32_t av1_get_crc_value(void *crc_calculator, uint8_t *p, int length);
Dhash.c64 uint32_t av1_get_crc_value(void *crc_calculator, uint8_t *p, int length) { in av1_get_crc_value() function