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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaEnc.h 19 UInt64 reduceSize; /* estimated size of data that will be compressed. default = 0xFFFFFFFF.
LzmaEnc.c 54 p->reduceSize = (UInt64)(Int64)-1;
66 if (p->dictSize > p->reduceSize)
71 if ((UInt32)p->reduceSize <= ((UInt32)2 << i)) { p->dictSize = ((UInt32)2 << i); break; }
72 if ((UInt32)p->reduceSize <= ((UInt32)3 << i)) { p->dictSize = ((UInt32)3 << i); break; }
    [all...]
  /external/lzma/C/
LzmaEnc.h 19 UInt64 reduceSize; /* estimated size of data that will be compressed. default = 0xFFFFFFFF.
Lzma2Enc.c 244 if (t2 > 1 && p->lzmaProps.reduceSize != (UInt64)(Int64)-1)
246 UInt64 temp = p->lzmaProps.reduceSize + p->blockSize - 1;
247 if (temp > p->lzmaProps.reduceSize)
LzmaEnc.c 54 p->reduceSize = (UInt64)(Int64)-1;
66 if (p->dictSize > p->reduceSize)
71 if ((UInt32)p->reduceSize <= ((UInt32)2 << i)) { p->dictSize = ((UInt32)2 << i); break; }
72 if ((UInt32)p->reduceSize <= ((UInt32)3 << i)) { p->dictSize = ((UInt32)3 << i); break; }
    [all...]
  /system/update_engine/payload_generator/
xz_android.cc 107 lzma2Props.lzmaProps.reduceSize = in.size();
  /external/lzma/CPP/7zip/Compress/
LzmaEncoder.cpp 82 ep.reduceSize = prop.uhVal.QuadPart;
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerSplitScreenTests.java 603 Rect fullscreenBounds, Rect dockBounds, boolean reduceSize) {
606 final float sizeChangeFactor = reduceSize ? 0.5f : 1.5f;
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 894 UInt64 reduceSize = kBufferSize;
895 RINOK(method.SetCoderProps(scp, &reduceSize));
1075 UInt64 reduceSize = _uncompressedDataSize;
1076 RINOK(_method.SetCoderProps(scp, &reduceSize));
    [all...]

Completed in 241 milliseconds