Searched defs:RCCompressionInfo (Results 1 – 3 of 3) sorted by relevance
1069 struct RCCompressionInfo struct1071 u32 *freq; // Table for occurrence frequency: (1 << bitSize) * sizeof(u32) bytes1072 u32 *low_cnt; // Table for the LOW border value: (1 << bitSize) * sizeof(u32) bytes1073 u32 total; // Total: 4 bytes1074 u8 bitSize; // Bit size: 1 byte1075 u8 padding_[3]; //
1085 struct RCCompressionInfo struct1087 u32 *freq; // Table for occurrence frequency: (1 << bitSize) * sizeof(u32) bytes1088 u32 *low_cnt; // Table for the LOW border value: (1 << bitSize) * sizeof(u32) bytes1089 u32 total; // Total: 4 bytes1090 u8 bitSize; // Bit size: 1 byte1091 u8 padding_[3]; //
625 struct RCCompressionInfo struct627 u32 *freq; // Table for occurrence frequency: (1 << bitSize) * sizeof(u32) bytes628 u32 *low_cnt; // Table for the LOW border value: (1 << bitSize) * sizeof(u32) bytes629 u32 total; // Total: 4 bytes630 u8 bitSize; // Bit size: 1 byte631 u8 padding_[3]; //