Home
last modified time | relevance | path

Searched defs:p_hash_table (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dhash_motion.c23 static void hash_table_clear_all(hash_table *p_hash_table) { in hash_table_clear_all()
107 void av1_hash_table_init(hash_table *p_hash_table, MACROBLOCK *x) { in av1_hash_table_init()
116 void av1_hash_table_destroy(hash_table *p_hash_table) { in av1_hash_table_destroy()
122 void av1_hash_table_create(hash_table *p_hash_table) { in av1_hash_table_create()
134 static void hash_table_add_to_table(hash_table *p_hash_table, in hash_table_add_to_table()
150 int32_t av1_hash_table_count(const hash_table *p_hash_table, in av1_hash_table_count()
159 Iterator av1_hash_get_first_iterator(hash_table *p_hash_table, in av1_hash_get_first_iterator()
165 int32_t av1_has_exact_match(hash_table *p_hash_table, uint32_t hash_value1, in av1_has_exact_match()
303 void av1_add_to_hash_map_by_row_with_precal_data(hash_table *p_hash_table, in av1_add_to_hash_map_by_row_with_precal_data()