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