HomeSort by relevance Sort by last modified time
    Searched refs:Compress (Results 1 - 25 of 53) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.h 32 Compress (
UefiShellDebug1CommandsLib.inf 30 Compress.h
31 Compress.c
EfiCompress.c 17 #include "Compress.h"
20 Function for 'compress' command.
124 Status = Compress(InBuffer, InSize, OutBuffer, &OutSize);
128 Status = Compress(InBuffer, InSize, OutBuffer, &OutSize);
  /frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression.h 56 float Compress(float x);
59 void Compress(float *x1, float *x2);
61 // This version is slower than Compress(.) but faster than CompressSlow(.)
84 // compressor is actually starting to compress the value of the input samples
dynamic_range_compression.cpp 77 float AdaptiveDynamicRangeCompression::Compress(float x) {
104 void AdaptiveDynamicRangeCompression::Compress(float *x1, float *x2) {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CommandList.java 25 Dicttool.addCommand("compress", Compress.Compressor.class);
26 Dicttool.addCommand("uncompress", Compress.Uncompressor.class);
Compress.java 25 public class Compress {
26 private Compress() {
39 public static final String COMMAND = "compress";
Package.java 53 final Compress.Compressor compressCommand = new Compress.Compressor();
BinaryDictOffdeviceUtils.java 113 input = Compress.getUncompressedStream(input);
  /art/runtime/mirror/
object_reference.h 42 reference_ = Compress(other);
64 : reference_(Compress(mirror_ptr)) {
67 // Compress reference to its bit representation.
68 static uint32_t Compress(MirrorType* mirror_ptr) REQUIRES_SHARED(Locks::mutator_lock_) {
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 21 import com.android.inputmethod.latin.dicttool.Compress;
101 try (final OutputStream out = Compress.getCompressedStream(
142 try (final OutputStream gzOut = Compress.getCompressedStream(
154 public void runTestHeaderReaderProcessorWithOneSpec(final boolean compress, final boolean crypt)
182 if (compress) {
184 file = File.createTempFile(dictName + ".compress", ".tmp");
185 final Compress.Compressor compressCommand = new Compress.Compressor();
202 assertEquals("raw" + (crypt ? " > encryption" : "") + (compress ? " > compression" : ""),
208 runTestHeaderReaderProcessorWithOneSpec(false /* compress */, false /* crypt */)
    [all...]
  /packages/apps/Camera2/jni/
jpegutil.h 144 int Compress(int img_width, int img_height, RowIterator<16>& y_row_generator,
153 int Compress(
jpegutil.cpp 140 int jpegutil::Compress(int img_width, int img_height,
305 int jpegutil::Compress(
361 return Compress(finalWidth, finalHeight, yIter, cbIter, crIter, outBuf,
jpegutilnative.cpp 48 * @param width the width of the image to compress
49 * @param height the height of the image to compress
93 return Compress(width, height, //
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
compressapi.h 49 WINBOOL WINAPI Compress (COMPRESSOR_HANDLE CompressorHandle, PVOID UncompressedData, SIZE_T UncompressedDataSize, PVOID CompressedBuffer, SIZE_T CompressedBufferSize, PSIZE_T CompressedDataSize);
  /external/lzma/CPP/7zip/
7zip.mak 131 $(COMPRESS_OBJS): ../../Compress/$(*B).cpp
231 {../../Compress}.cpp{$O}.obj::
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 125 string Compress(const string& data, const GzipOutputStream::Options& options);
539 string IoTest::Compress(const string& data,
574 string gzip_compressed = Compress(golden, options);
577 string not_compressed = Compress(golden, options);
582 string zlib_compressed = Compress(golden, options);
667 string compressed = Compress(golden, GzipOutputStream::Options());
686 string compressed = Compress(golden1, GzipOutputStream::Options()) +
687 Compress(golden2, GzipOutputStream::Options());
  /external/python/cpython2/Lib/plat-irix5/
jpeg.py 19 def compress(imgdata, width, height, bytesperpixel): function
39 jpegdata = comp.Compress(1, imgdata)
113 newjpegdata = compress(imgdata, width, height, bytesperpixel)
  /external/python/cpython2/Lib/plat-irix6/
jpeg.py 19 def compress(imgdata, width, height, bytesperpixel): function
39 jpegdata = comp.Compress(1, imgdata)
113 newjpegdata = compress(imgdata, width, height, bytesperpixel)
  /external/brotli/tools/
bro.c 385 static int Compress(int quality, int lgwin, FILE* fin, FILE* fout,
444 fprintf(stderr, "failed to compress data\n");
479 is_ok = Compress(quality, lgwin, fin, fout, dictionary_path);
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveWriter.cpp 352 Archive::writeToDisk(bool CreateSymbolTable, bool TruncateNames, bool Compress,
397 TruncateNames, Compress, ErrMsg)) {
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
Archive.h 421 /// name will be truncated at 15 characters. If \p Compress is specified,
430 bool Compress=false, ///< Compress files
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer_test.go 105 // Compress once.
125 // Reset and compress again.
  /prebuilts/go/linux-x86/src/compress/zlib/
writer_test.go 105 // Compress once.
125 // Reset and compress again.
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_element_properties.cpp 65 {XFA_Element::Compress, 1, 0},

Completed in 447 milliseconds

1 2 3