Searched refs:p_lookup_table (Results 1 – 2 of 2) sorted by relevance
101 intrabc_hash_info->intrabc_hash_table.p_lookup_table = NULL; in av1_hash_table_init()105 if (p_hash_table->p_lookup_table == NULL) { in av1_hash_table_clear_all()109 if (p_hash_table->p_lookup_table[i] != NULL) { in av1_hash_table_clear_all()110 aom_vector_destroy(p_hash_table->p_lookup_table[i]); in av1_hash_table_clear_all()111 aom_free(p_hash_table->p_lookup_table[i]); in av1_hash_table_clear_all()112 p_hash_table->p_lookup_table[i] = NULL; in av1_hash_table_clear_all()119 aom_free(p_hash_table->p_lookup_table); in av1_hash_table_destroy()120 p_hash_table->p_lookup_table = NULL; in av1_hash_table_destroy()124 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 …]
38 Vector **p_lookup_table; member