Searched refs:txb_hash_data (Results 1 – 1 of 1) sorted by relevance
1182 uint8_t txb_hash_data[256]; // Asserts below to ensure enough space. local1215 if (packing_index == 0) txb_hash_data[hash_data_index] = 0;1218 txb_hash_data[hash_data_index] |= chunk;1231 av1_get_crc32c_value(&crc_calculator, txb_hash_data, hash_data_index);1245 txb_hash_data[hash_data_index++] = chunk;1250 txb_hash_data[hash_data_index++] = txb_info->dequant[0] & 0xff;1251 txb_hash_data[hash_data_index++] = txb_info->dequant[1] & 0xff;1253 txb_hash_data[hash_data_index++] = chunk;1255 txb_hash_data[hash_data_index++] = chunk;1258 txb_hash_data[hash_data_index++] = chunk;[all …]