Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/cx/
Dcx_StreamingUncompression.h106 struct UncompContextLRC struct
108 u8 *destp; //!< 書き込み先ポインタ 4B
109 s32 destCount; //!< 残り書き込みサイズ 4B
110 s32 forceDestCount; //!< 強制的に展開先サイズを設定 4B
111 u32 freq9 [ 1 << 9 ]; //!< codeデータ頻度テーブル 2048B
112 u32 low_cnt9 [ 1 << 9 ]; //!< codeデータlow_cntテーブル 2048B
113 u32 freq12 [ 1 << 12 ]; //!< offsetデータ頻度テーブル 16384B
114 u32 low_cnt12[ 1 << 12 ]; //!< offsetデータlow_cntテーブル 16384B
115 u32 total9; //!< codeデータtotal値 4B
116 u32 total12; //!< offsetデータtotal値 4B
[all …]