Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c1300 int hash_data_index = 0; local
1330 if (packing_index == 0) txb_hash_data[hash_data_index] = 0;
1333 txb_hash_data[hash_data_index] |= chunk;
1338 hash_data_index++;
1342 hash_data_index++;
1343 assert(hash_data_index <= 64);
1346 av1_get_crc32c_value(&crc_calculator, txb_hash_data, hash_data_index);
1349 hash_data_index = 0;
1360 txb_hash_data[hash_data_index++] = chunk;
1365 txb_hash_data[hash_data_index++] = txb_info->dequant[0] & 0xff;
[all …]