Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dhash_motion.c136 block_hash *curr_block_hash) { in hash_table_add_to_table() argument
141 sizeof(curr_block_hash[0])); in hash_table_add_to_table()
143 curr_block_hash); in hash_table_add_to_table()
146 curr_block_hash); in hash_table_add_to_table()
324 block_hash curr_block_hash; in av1_add_to_hash_map_by_row_with_precal_data() local
325 curr_block_hash.x = x_pos; in av1_add_to_hash_map_by_row_with_precal_data()
326 curr_block_hash.y = y_pos; in av1_add_to_hash_map_by_row_with_precal_data()
329 curr_block_hash.hash_value2 = src_hash[1][pos]; in av1_add_to_hash_map_by_row_with_precal_data()
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()