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