Searched refs:hash_value1 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | hash_motion.c | 165 int32_t av1_has_exact_match(hash_table *p_hash_table, uint32_t hash_value1, in av1_has_exact_match() argument 167 if (p_hash_table->p_lookup_table[hash_value1] == NULL) { in av1_has_exact_match() 171 aom_vector_begin(p_hash_table->p_lookup_table[hash_value1]); in av1_has_exact_match() 172 Iterator last = aom_vector_end(p_hash_table->p_lookup_table[hash_value1]); in av1_has_exact_match() 328 const uint32_t hash_value1 = (src_hash[0][pos] & crc_mask) + add_value; in av1_add_to_hash_map_by_row_with_precal_data() local 331 hash_table_add_to_table(p_hash_table, hash_value1, &curr_block_hash); 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 482 *hash_value1 = (x->hash_value_buffer[0][dst_idx][0] & crc_mask) + add_value; in av1_get_block_hash_value()
|
D | hash_motion.h | 44 int32_t av1_has_exact_match(hash_table *p_hash_table, uint32_t hash_value1, 72 uint32_t *hash_value1, uint32_t *hash_value2,
|
D | mcomp.c | 2420 uint32_t hash_value1, hash_value2; in av1_full_pixel_search() local 2430 av1_get_block_hash_value(what, what_stride, block_width, &hash_value1, in av1_full_pixel_search() 2433 const int count = av1_hash_table_count(ref_frame_hash, hash_value1); in av1_full_pixel_search() 2440 av1_hash_get_first_iterator(ref_frame_hash, hash_value1); in av1_full_pixel_search()
|