Searched defs:UncompContextLRC (Results 1 – 1 of 1) sorted by relevance
106 struct UncompContextLRC struct108 u8 *destp; //!< 書き込み先ポインタ 4B109 s32 destCount; //!< 残り書き込みサイズ 4B110 s32 forceDestCount; //!< 強制的に展開先サイズを設定 4B111 u32 freq9 [ 1 << 9 ]; //!< codeデータ頻度テーブル 2048B112 u32 low_cnt9 [ 1 << 9 ]; //!< codeデータlow_cntテーブル 2048B113 u32 freq12 [ 1 << 12 ]; //!< offsetデータ頻度テーブル 16384B114 u32 low_cnt12[ 1 << 12 ]; //!< offsetデータlow_cntテーブル 16384B115 u32 total9; //!< codeデータtotal値 4B116 u32 total12; //!< offsetデータtotal値 4B[all …]