Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.c60 #define kNumPosBitsMax 4 macro
61 #define kNumPosStatesMax (1 << kNumPosBitsMax)
95 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax))
100 #define PosSlot (IsRep0Long + (kNumStates << kNumPosBitsMax))
160 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
216 prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
502 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_TryDummy()
560 prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; in LzmaDec_TryDummy()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c61 #define kNumPosBitsMax 4 macro
62 #define kNumPosStatesMax (1 << kNumPosBitsMax)
96 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax))
101 #define PosSlot (IsRep0Long + (kNumStates << kNumPosBitsMax))
161 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
217 prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
503 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_TryDummy()
561 prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; in LzmaDec_TryDummy()
/external/lzma/C/
DLzmaDec.c60 #define kNumPosBitsMax 4 macro
61 #define kNumPosStatesMax (1 << kNumPosBitsMax)
95 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax))
100 #define PosSlot (IsRep0Long + (kNumStates << kNumPosBitsMax))
160 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
216 prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
502 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_TryDummy()
560 prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; in LzmaDec_TryDummy()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch884 +#define kNumPosBitsMax 4
885 +#define kNumPosStatesMax (1 << kNumPosBitsMax)
919 +#define IsRep (IsMatch + (kNumStates << kNumPosBitsMax))
924 +#define PosSlot (IsRep0Long + (kNumStates << kNumPosBitsMax))
984 + prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
1040 + prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState;
1326 + prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
1384 + prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState;