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

1 2

  /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 78 float AdaptiveDynamicRangeCompression::Compress(float x) {
105 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 41 reference_ = Compress(other);
60 : reference_(Compress(mirror_ptr)) {
63 // Compress reference to its bit representation.
64 static uint32_t Compress(MirrorType* mirror_ptr) SHARED_REQUIRES(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, //
  /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 120 string Compress(const string& data, const GzipOutputStream::Options& options);
534 string IoTest::Compress(const string& data,
569 string gzip_compressed = Compress(golden, options);
572 string not_compressed = Compress(golden, options);
577 string zlib_compressed = Compress(golden, options);
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 290 pContext->mCompressor->Compress(&leftSample, &rightSample);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
aifc.py 340 raise Error, 'cannot compress more than 2 channels'
766 return self._comp.Compress(self._nframes, data)
832 raise Error, 'cannot compress more than 2 channels'
835 dummy = self._comp.Compress(0, '')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
aifc.py 340 raise Error, 'cannot compress more than 2 channels'
766 return self._comp.Compress(self._nframes, data)
832 raise Error, 'cannot compress more than 2 channels'
835 dummy = self._comp.Compress(0, '')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 340 raise Error, 'cannot compress more than 2 channels'
766 return self._comp.Compress(self._nframes, data)
832 raise Error, 'cannot compress more than 2 channels'
835 dummy = self._comp.Compress(0, '')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 340 raise Error, 'cannot compress more than 2 channels'
766 return self._comp.Compress(self._nframes, data)
832 raise Error, 'cannot compress more than 2 channels'
835 dummy = self._comp.Compress(0, '')
    [all...]
  /art/compiler/optimizing/
stack_map_stream.cc 167 code_info_encoding.Compress(&code_info_encoding_);
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 21 #include "../../Compress/CopyCoder.h"
472 static HRESULT Compress(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9anim.h 273 STDMETHOD(Compress)(THIS_ DWORD flags, float lossiness, D3DXFRAME *hierarchy,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 520 PCLASS_COMPRESS_RETRY_HISTORY_DATA Compress;
  /art/runtime/
stack_map.h 206 // Short location. Compress the kind and the value as a single byte.
    [all...]
  /external/dng_sdk/source/
dng_image_writer.cpp     [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 

Completed in 627 milliseconds

1 2