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.c31 static const int HBT_ARRAY_LENGTH = 256; // 8 bit: 256 entries variable
1144 aom_malloc(sizeof(OptTxbQcoeff) * HBT_TABLE_SIZE * HBT_ARRAY_LENGTH);
1146 sizeof(OptTxbQcoeff) * HBT_TABLE_SIZE * HBT_ARRAY_LENGTH);
1179 uint16_t hbt_array_index = hbt_qc_hash % HBT_ARRAY_LENGTH;
1180 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index]
1182 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index].init = 1;
1183 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index]
1185 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index]
1191 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index]
1194 hbt_hash_table[hbt_table_index * HBT_ARRAY_LENGTH + hbt_array_index]
[all …]