Searched defs:UncompContextLRC (Results 1 – 1 of 1) sorted by relevance
103 struct UncompContextLRC struct105 u8 *destp; //!< 書き込み先ポインタ106 s32 destCount; //!< 残り書き込みサイズ107 s32 forceDestCount; //!< 強制的に展開先サイズを設定108 u32 freq9 [ 1 << 9 ]; //!< codeデータ頻度テーブル109 u32 low_cnt9 [ 1 << 9 ]; //!< codeデータlow_cntテーブル110 u32 freq12 [ 1 << 12 ]; //!< offsetデータ頻度テーブル111 u32 low_cnt12[ 1 << 12 ]; //!< offsetデータlow_cntテーブル112 u32 total9; //!< codeデータtotal値113 u32 total12; //!< offsetデータtotal値[all …]