Home
last modified time | relevance | path

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

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/cx/
Dcx_StreamingUncompression.h103 struct UncompContextLRC struct
105 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 …]