Lines Matching defs:lzma_dec
1288 struct lzma_dec { struct
1290 uint32_t rep0;
1291 uint32_t rep1;
1292 uint32_t rep2;
1293 uint32_t rep3;
1296 enum lzma_state state;
1302 uint32_t len;
1310 uint32_t lc;
1311 uint32_t literal_pos_mask; /* (1 << lp) - 1 */
1312 uint32_t pos_mask; /* (1 << pb) - 1 */
1315 uint16_t is_match[STATES][POS_STATES_MAX];
1318 uint16_t is_rep[STATES];
1324 uint16_t is_rep0[STATES];
1330 uint16_t is_rep1[STATES];
1333 uint16_t is_rep2[STATES];
1339 uint16_t is_rep0_long[STATES][POS_STATES_MAX];
1346 uint16_t dist_slot[DIST_STATES][DIST_SLOTS];
1352 uint16_t dist_special[FULL_DISTANCES - DIST_MODEL_END];
1358 uint16_t dist_align[ALIGN_SIZE];
1361 struct lzma_len_dec match_len_dec;
1364 struct lzma_len_dec rep_len_dec;
1367 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE];