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