Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dhash_motion.c102 intrabc_hash_info->intrabc_hash_table.p_lookup_table = NULL; in av1_hash_table_init()
106 if (p_hash_table->p_lookup_table == NULL) { in clear_all()
110 if (p_hash_table->p_lookup_table[i] != NULL) { in clear_all()
111 aom_vector_destroy(p_hash_table->p_lookup_table[i]); in clear_all()
112 aom_free(p_hash_table->p_lookup_table[i]); in clear_all()
113 p_hash_table->p_lookup_table[i] = NULL; in clear_all()
120 aom_free(p_hash_table->p_lookup_table); in av1_hash_table_destroy()
121 p_hash_table->p_lookup_table = NULL; in av1_hash_table_destroy()
125 if (p_hash_table->p_lookup_table != NULL) { in av1_hash_table_create()
129 p_hash_table->p_lookup_table = in av1_hash_table_create()
[all …]
Dhash_motion.h40 Vector **p_lookup_table; member