Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c30 static const int HBT_ARRAY_LENGTH = 256; // 8 bit: 256 entries variable
1029 aom_malloc(sizeof(OptTxbQcoeff) * HBT_TABLE_SIZE * HBT_ARRAY_LENGTH);
1031 sizeof(OptTxbQcoeff) * HBT_TABLE_SIZE * HBT_ARRAY_LENGTH);
1064 uint16_t hbt_array_index = hbt_qc_hash % HBT_ARRAY_LENGTH;
1065 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index]
1067 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index].init = 1;
1068 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index]
1070 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index]
1076 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index]
1079 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index]
[all …]