Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dhash_motion.c404 uint16_t pixel_to_hash[4]; in av1_get_block_hash_value() local
410 y16_src + y_pos * stride + x_pos, stride, pixel_to_hash); in av1_get_block_hash_value()
413 av1_get_crc_value(&x->crc_calculator1, (uint8_t *)pixel_to_hash, in av1_get_block_hash_value()
414 sizeof(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()
417 sizeof(pixel_to_hash)); in av1_get_block_hash_value()
421 uint8_t pixel_to_hash[4]; in av1_get_block_hash_value() local
426 stride, pixel_to_hash); in av1_get_block_hash_value()
429 &x->crc_calculator1, pixel_to_hash, sizeof(pixel_to_hash)); in av1_get_block_hash_value()
431 &x->crc_calculator2, pixel_to_hash, sizeof(pixel_to_hash)); in av1_get_block_hash_value()