Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dhash_motion.h30 uint32_t hash_value2; member
45 uint32_t hash_value2);
72 uint32_t *hash_value1, uint32_t *hash_value2,
Dhash_motion.c166 uint32_t hash_value2) { in av1_has_exact_match() argument
174 if ((*(block_hash *)iterator_get(&iterator)).hash_value2 == hash_value2) { in av1_has_exact_match()
329 curr_block_hash.hash_value2 = src_hash[1][pos]; in av1_add_to_hash_map_by_row_with_precal_data()
393 uint32_t *hash_value1, uint32_t *hash_value2, in av1_get_block_hash_value() argument
483 *hash_value2 = x->hash_value_buffer[1][dst_idx][0]; in av1_get_block_hash_value()
Dmcomp.c2420 uint32_t hash_value1, hash_value2; in av1_full_pixel_search() local
2431 &hash_value2, is_cur_buf_hbd(&x->e_mbd), x); in av1_full_pixel_search()
2443 if (hash_value2 == ref_block_hash.hash_value2) { in av1_full_pixel_search()