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

1 2 3

  /art/runtime/mirror/
object_reference-inl.h 34 return reference_.CompareAndSetWeakRelaxed(Compression::Compress(expected_ptr),
35 Compression::Compress(new_ptr));
object_reference.h 38 // Compress reference to its bit representation.
39 static uint32_t Compress(MirrorType* mirror_ptr) {
51 static uint32_t Compress(ObjPtr<MirrorType> ptr) REQUIRES_SHARED(Locks::mutator_lock_) {
52 return Compress(ptr.Ptr());
68 reference_ = Compression::Compress(other);
93 : reference_(Compression::Compress(mirror_ptr)) {
119 reference_.StoreSequentiallyConsistent(Compression::Compress(other));
121 reference_.StoreJavaData(Compression::Compress(other));
147 : reference_(Compression::Compress(mirror_ptr)) {}
object-readbarrier-inl.h 215 uint32_t old_ref(PtrCompression<kPoisonHeapReferences, Object>::Compress(old_value));
216 uint32_t new_ref(PtrCompression<kPoisonHeapReferences, Object>::Compress(new_value));
244 uint32_t old_ref(PtrCompression<kPoisonHeapReferences, Object>::Compress(old_value));
245 uint32_t new_ref(PtrCompression<kPoisonHeapReferences, Object>::Compress(new_value));
  /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.
126 Status = Compress (InBuffer, InSize, OutBuffer, &OutSize);
132 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();
  /device/google/cuttlefish_common/host/frontend/vnc_server/
jpeg_compressor.h 36 Message Compress(const Message& frame, int jpeg_quality, std::uint16_t x,
jpeg_compressor.cpp 42 cvd::Message JpegCompressor::Compress(const Message& frame,
  /external/pdfium/xfa/fxfa/parser/
cxfa_compress.cpp 18 constexpr wchar_t kName[] = L"compress";
27 XFA_Element::Compress,
cxfa_ps.cpp 14 {XFA_Element::OutputBin, 1, 0}, {XFA_Element::Compress, 1, 0},
  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem.h 16 // This file defines functions to compress and uncompress JPEG files
147 // Compress some raw image given in srcdata, the data is a 2D array of size
152 string Compress(const void* srcdata, int width, int height,
156 bool Compress(const void* srcdata, int width, int height,
  /external/libtextclassifier/
zlib-utils.h 17 // Functions to compress and decompress low entropy entries in the model.
48 void Compress(const std::string& uncompressed_content,
zlib-utils.cc 77 void ZlibCompressor::Compress(const std::string& uncompressed_content,
93 // As we do not know how big the compressed buffer will be, we compress
111 // Compress rule fields in the model.
115 TC_LOG(ERROR) << "Cannot compress model.";
119 // Compress regex rules.
124 zlib_compressor->Compress(pattern->pattern,
130 // Compress date-time rules.
137 zlib_compressor->Compress(regex->pattern,
146 zlib_compressor->Compress(extractor->pattern,
  /hardware/libhardware/modules/camera/3_4/arc/
jpeg_compressor.h 60 bool Compress(jpeg_compress_struct* cinfo, const uint8_t* yuv);
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_summary_test.cc 78 // We expect no approximation error because no compress operation occurred.
98 summary.Compress(new_size);
117 summary.Compress(new_size);
146 // Create summary and compress.
150 summary.Compress(new_size);
203 // Compress summaries.
204 summary1.Compress(5); // max error is 1/5.
207 summary2.Compress(3); // max error is 1/3.
weighted_quantiles_stream.h 44 // - Two base operations are defined: MERGE and COMPRESS. MERGE combines two
45 // summaries guaranteeing a epsNew = max(eps1, eps2). COMPRESS compresses
91 // When compacted buffer is full we need to compress
105 local_summary_.Compress(block_size_, eps_);
116 local_summary_.Compress(block_size_, eps_);
255 // Check if we need to compress and propagate summary higher.
261 // Compress, empty current level and propagate.
262 local_summary_.Compress(block_size_, eps_);
  /external/curl/src/
mkhelp.pl 118 require IO::Compress::Gzip;
119 IO::Compress::Gzip->import();
129 IO::Compress::Gzip::gzip(
  /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(
  /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);

Completed in 324 milliseconds

1 2 3