Searched refs:IF_BIT_0 (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaDec.c | 19 #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()
|
D | Bcj2.c | 29 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound) macro 91 IF_BIT_0(prob) in Bcj2_Decode()
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaDec.c | 20 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code… macro 23 #define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \ 162 IF_BIT_0(prob) in LzmaDec_DecodeReal() 202 IF_BIT_0(prob) in LzmaDec_DecodeReal() 214 IF_BIT_0(prob) in LzmaDec_DecodeReal() 218 IF_BIT_0(prob) in LzmaDec_DecodeReal() 234 IF_BIT_0(prob) in LzmaDec_DecodeReal() 243 IF_BIT_0(prob) in LzmaDec_DecodeReal() 265 IF_BIT_0(probLen) in LzmaDec_DecodeReal() 276 IF_BIT_0(probLen) in LzmaDec_DecodeReal()
|
/external/lzma/C/ |
D | LzmaDec.c | 19 #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()
|
D | Bcj2.c | 29 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound) macro 91 IF_BIT_0(prob) in Bcj2_Decode()
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 843 +#define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (cod… 846 +#define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \ 985 + IF_BIT_0(prob) 1025 + IF_BIT_0(prob) 1037 + IF_BIT_0(prob) 1041 + IF_BIT_0(prob) 1057 + IF_BIT_0(prob) 1066 + IF_BIT_0(prob) 1088 + IF_BIT_0(probLen) 1099 + IF_BIT_0(probLen)
|