HomeSort by relevance Sort by last modified time
    Searched refs:kNumTopBits (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
Bcj2.c 15 #define kNumTopBits 24
16 #define kTopValue ((UInt32)1 << kNumTopBits)
LzmaDec.c 8 #define kNumTopBits 24
9 #define kTopValue ((UInt32)1 << kNumTopBits)
LzmaEnc.c 33 #define kNumTopBits 24
34 #define kTopValue ((UInt32)1 << kNumTopBits)
    [all...]
  /external/lzma/C/
Bcj2.c 15 #define kNumTopBits 24
16 #define kTopValue ((UInt32)1 << kNumTopBits)
LzmaDec.c 8 #define kNumTopBits 24
9 #define kTopValue ((UInt32)1 << kNumTopBits)
LzmaEnc.c 33 #define kNumTopBits 24
34 #define kTopValue ((UInt32)1 << kNumTopBits)
    [all...]
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 13 const int kNumTopBits = 24;
14 const UInt32 kTopValue = (1 << kNumTopBits);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c 9 #define kNumTopBits 24
10 #define kTopValue ((UInt32)1 << kNumTopBits)
LzmaEnc.c 34 #define kNumTopBits 24
35 #define kTopValue ((UInt32)1 << kNumTopBits)
    [all...]

Completed in 214 milliseconds