Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaDec.c21 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code… macro
24 #define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \
170 IF_BIT_0(prob) in LzmaDec_DecodeReal()
233 IF_BIT_0(prob) in LzmaDec_DecodeReal()
245 IF_BIT_0(prob) in LzmaDec_DecodeReal()
249 IF_BIT_0(prob) in LzmaDec_DecodeReal()
265 IF_BIT_0(prob) in LzmaDec_DecodeReal()
274 IF_BIT_0(prob) in LzmaDec_DecodeReal()
296 IF_BIT_0(probLen) in LzmaDec_DecodeReal()
307 IF_BIT_0(probLen) in LzmaDec_DecodeReal()
DBcj2.c31 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound) macro
93 IF_BIT_0(prob) in Bcj2_Decode()