Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaDec.c19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code… macro
22 #define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \
161 IF_BIT_0(prob) in LzmaDec_DecodeReal()
201 IF_BIT_0(prob) in LzmaDec_DecodeReal()
213 IF_BIT_0(prob) in LzmaDec_DecodeReal()
217 IF_BIT_0(prob) in LzmaDec_DecodeReal()
233 IF_BIT_0(prob) in LzmaDec_DecodeReal()
242 IF_BIT_0(prob) in LzmaDec_DecodeReal()
264 IF_BIT_0(probLen) in LzmaDec_DecodeReal()
275 IF_BIT_0(probLen) in LzmaDec_DecodeReal()
DBcj2.c29 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound) macro
91 IF_BIT_0(prob) in Bcj2_Decode()