Searched defs:SZFrameSortingObj (Results 1 – 1 of 1) sorted by relevance
73 struct SZFrameSortingObj { struct74 bool IsValid = false; // True if we care about this Object.75 uint32_t ObjectIndex = 0; // Index of Object into MFI list.76 uint64_t ObjectSize = 0; // Size of Object in bytes.77 uint32_t D12Count = 0; // 12-bit displacement only.78 uint32_t DPairCount = 0; // 12 or 20 bit displacement.