Searched refs:p_lookup_table (Results 1 – 2 of 2) sorted by relevance
24 if (p_hash_table->p_lookup_table == NULL) { in hash_table_clear_all()29 if (p_hash_table->p_lookup_table[i] != NULL) { in hash_table_clear_all()30 aom_vector_destroy(p_hash_table->p_lookup_table[i]); in hash_table_clear_all()31 aom_free(p_hash_table->p_lookup_table[i]); in hash_table_clear_all()32 p_hash_table->p_lookup_table[i] = NULL; in hash_table_clear_all()113 p_hash_table->p_lookup_table = NULL; in av1_hash_table_init()118 aom_free(p_hash_table->p_lookup_table); in av1_hash_table_destroy()119 p_hash_table->p_lookup_table = NULL; in av1_hash_table_destroy()123 if (p_hash_table->p_lookup_table != NULL) { in av1_hash_table_create()128 p_hash_table->p_lookup_table = in av1_hash_table_create()[all …]
34 Vector **p_lookup_table; member