Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c1297 uint8_t txb_hash_data[256]; // Asserts below to ensure enough space. local
1330 if (packing_index == 0) txb_hash_data[hash_data_index] = 0;
1333 txb_hash_data[hash_data_index] |= chunk;
1346 av1_get_crc32c_value(&crc_calculator, txb_hash_data, hash_data_index);
1360 txb_hash_data[hash_data_index++] = chunk;
1365 txb_hash_data[hash_data_index++] = txb_info->dequant[0] & 0xff;
1366 txb_hash_data[hash_data_index++] = txb_info->dequant[1] & 0xff;
1368 txb_hash_data[hash_data_index++] = chunk;
1370 txb_hash_data[hash_data_index++] = chunk;
1373 txb_hash_data[hash_data_index++] = chunk;
[all …]