Home
last modified time | relevance | path

Searched refs:TREE_GET_BIT (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/
DLzmaDec.c29 #define TREE_GET_BIT(probs, i) { GET_BIT2(probs + i, i, ;, ;); } macro
39 { i = 1; do { TREE_GET_BIT(probs, i); } while (i < limit); i -= limit; }
48 TREE_GET_BIT(probs, i); \
49 TREE_GET_BIT(probs, i); \
50 TREE_GET_BIT(probs, i); \
51 TREE_GET_BIT(probs, i); \
52 TREE_GET_BIT(probs, i); \
53 TREE_GET_BIT(probs, i); \
57 #define NORMAL_LITER_DEC TREE_GET_BIT(prob, symbol)
415 TREE_GET_BIT(probLen, len); in LZMA_DECODE_REAL()
[all …]