Home
last modified time | relevance | path

Searched defs:RCCompressionInfo (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_StreamingUncompression.cpp1069 struct RCCompressionInfo struct
1071 u32 *freq; // Table for occurrence frequency: (1 << bitSize) * sizeof(u32) bytes
1072 u32 *low_cnt; // Table for the LOW border value: (1 << bitSize) * sizeof(u32) bytes
1073 u32 total; // Total: 4 bytes
1074 u8 bitSize; // Bit size: 1 byte
1075 u8 padding_[3]; //
Dcx_SecureUncompression.cpp1085 struct RCCompressionInfo struct
1087 u32 *freq; // Table for occurrence frequency: (1 << bitSize) * sizeof(u32) bytes
1088 u32 *low_cnt; // Table for the LOW border value: (1 << bitSize) * sizeof(u32) bytes
1089 u32 total; // Total: 4 bytes
1090 u8 bitSize; // Bit size: 1 byte
1091 u8 padding_[3]; //
Dcx_Uncompression.cpp625 struct RCCompressionInfo struct
627 u32 *freq; // Table for occurrence frequency: (1 << bitSize) * sizeof(u32) bytes
628 u32 *low_cnt; // Table for the LOW border value: (1 << bitSize) * sizeof(u32) bytes
629 u32 total; // Total: 4 bytes
630 u8 bitSize; // Bit size: 1 byte
631 u8 padding_[3]; //