HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 251 - 275 of 3586) sorted by null

<<11121314151617181920>>

  /external/lz4/examples/
simple_buffer.c 38 // We'll store some text into a variable pointed to by *src to be compressed later.
42 // LZ4 provides a function that will tell you the maximum size of compressed output based on input data via LZ4_compressBound().
58 printf("We successfully compressed some data!\n");
67 // Now that we've successfully compressed the information from *src to *compressed_data, let's do the opposite! We'll create a
72 // The LZ4_decompress_safe function needs to know where the compressed data is, how many bytes long it is, where the new_src
  /external/mesa3d/src/mesa/main/
texcompress.c 48 * Get the GL base format of a specified GL compressed texture format
52 * "Compressed Internal Format Base Internal Format Type
72 * The base format of \c format if \c format is a compressed format (either
182 * Compressed textures with just red or red-green components are
203 * blue for these sRGB compressed formats makes them not really
220 * RGBA versions of the S3TC extensions compressed format tokens
230 * not including EXT_texture_sRGB's sRGB S3TC compressed formats.
389 * OpenGL 4.2 supports the feature that compressed textures can be
390 * compressed online, by passing the compressed texture format enum a
    [all...]
copyimage.c 317 /* Two view-incompatible compressed formats are never compatible. */
325 * compressed and uncompressed internal formats)
328 * | Block | internal format | Compressed internal format |
437 * * one format is compressed and the other is uncompressed and
504 * or if the image format is compressed and the dimensions of the
507 * and Section 8.7 (Compressed Texture Images) says:
518 * compressed texture image even if it's smaller than the minimum block
538 * "The dimensions are always specified in texels, even for compressed
540 * source and destination textures is compressed then the number of
541 * texels touched in the compressed image will be a factor of th
    [all...]
  /external/python/cpython3/Doc/library/
lzma.rst 19 :program:`xz` utility, as well as raw compressed streams.
33 Reading and writing compressed files
38 Open an LZMA-compressed file in binary or text mode, returning a :term:`file
74 Open an LZMA-compressed file in binary mode.
92 multiple separate compressed streams. These are transparently decoded as a
153 decompression). Additionally, data compressed in this manner cannot be
157 compressed data. This check is used when decompressing, to ensure that the
198 object containing compressed data for at least part of the input. Some of
216 For a more convenient way of decompressing an entire compressed stream at
236 compressed streams, unlike :func:`decompress` and :class:`LZMAFile`. T
    [all...]
  /external/skia/tests/
PDFDeflateWStreamTest.cpp 131 std::unique_ptr<SkStreamAsset> compressed(dynamicMemoryWStream.detachAsStream());
132 std::unique_ptr<SkStreamAsset> decompressed(stream_inflate(r, compressed.get()));
144 o.writeStream(compressed.get(), compressed->getLength());
145 compressed->rewind();
  /external/skqp/tests/
PDFDeflateWStreamTest.cpp 131 std::unique_ptr<SkStreamAsset> compressed(dynamicMemoryWStream.detachAsStream());
132 std::unique_ptr<SkStreamAsset> decompressed(stream_inflate(r, compressed.get()));
144 o.writeStream(compressed.get(), compressed->getLength());
145 compressed->rewind();
  /external/swiftshader/src/D3D8/
Capabilities.hpp 72 // Compressed formats
112 // Compressed formats
179 // Compressed formats
219 // Compressed formats
286 // Compressed formats
  /external/tensorflow/tensorflow/core/lib/io/
zlib_compression_options.h 37 // Size of the sink buffer where the compressed/decompressed data produced by
61 // compressed data instead of a zlib wrapper. The gzip header will have no
68 // in the zlib header of the compressed stream.
71 // window_bits value provided used while compressing. If a compressed stream
106 // but not the correctness of the compressed output even if it is not set
zlib_outputbuffer.h 33 // Provides support for writing compressed output to file using zlib
59 // The input data is buffered in `z_stream_input_` and is compressed in bulk
60 // when the buffer gets full. The compressed output is not immediately
104 // Number of bytes available to be compressed at this time.
106 // Next byte to write compressed data to. Points to some byte in
  /toolchain/binutils/binutils-2.27/binutils/testsuite/
ChangeLog-1215 172 * binutils-all/i386/compressed-1b.d: Don't hardcode offset of
174 * binutils-all/i386/compressed-1c.d: Likewise.
176 * binutils-all/x86-64/compressed-1b.d: Likewise.
177 * binutils-all/x86-64/compressed-1c.d: Likewise.
218 * binutils-all/libdw2-compressed.out: Updated.
332 * binutils-all/i386/compressed-1a.d: Likewise.
334 * binutils-all/x86-64/compressed-1a.d: Likewise.
376 * binutils-all/x86-64/compressed-1a.d: Allow wide display of addresses.
387 * binutils-all/x86-64/compressed-1a.d: Updated for 64-bit addresses.
391 * binutils-all/x86-64/compressed-1a.d: Update expected output t
    [all...]
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
PartiallyUncompressingPipeTest.java 71 // Now use the compressed data as input to the PartiallyUncompressingPipe.
78 // A series of uncompressed, compressed, uncompressed, compressed, uncompressed bytes.
  /external/autotest/client/bin/result_tools/
zip_file_throttler.py 27 # Regex for files that should not be compressed.
33 # Files smaller than the threshold will not be compressed.
69 # Set the trimmed size to be the physical file size of the compressed file.
  /external/curl/tests/data/
test316 6 compressed
174 HTTP GET brotli compressed content of size more than CURL_MAX_WRITE_SIZE
177 http://%HOSTIP:%HTTPPORT/316 --compressed
  /external/deqp/modules/gles3/functional/
es3fCompressedTextureTests.cpp 21 * \brief Compressed texture tests
56 : TestCaseGroup (context, "compressed", "Compressed Texture Tests")
  /external/elfutils/tests/
elfgetchdr.c 87 printf ("section %d: ELF Compressed ch_type: %" PRId32
112 printf ("section %d: GNU Compressed size: %zx\n", idx, size);
115 printf ("section %d: NOT Compressed\n", idx);
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 71 /* describes where the compressed ramdisk image lives (virtual address) */
78 /* describes where the compressed ramdisk image lives (physical address) */
83 __u32 size; /* size of compressed ramdisk image in bytes */
  /external/kernel-headers/original/uapi/linux/
cramfs_fs.h 8 #define CRAMFS_SIGNATURE "Compressed ROMFS"
38 compressed form (starting with an array of block pointers;
60 __u8 signature[16]; /* "Compressed ROMFS" */
  /external/llvm/docs/
CMakeLists.txt 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file.
27 "Generate a Qt Compressed Help file." OFF)
30 "Filename of the Qt Compressed help file")
  /external/llvm/include/llvm/ADT/
IntEqClasses.h 33 /// When compressed, EC[i] is the equivalence class of i.
36 /// NumClasses - The number of equivalence classes when compressed, or 0 when
75 /// This requires a compressed map.
  /external/lz4/programs/
README.md 22 The benchmark measures ratio, compressed size, compression and decompression speed.
50 -t : test compressed file integrity
57 --content-size : compressed frame includes original size (default:not present)
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
BlockOutputStream.java 48 // Write Block Flags. Storing Compressed Size or Uncompressed Size
81 // Calculate the maximum allowed size of the Compressed Data field.
105 // Finish the Compressed Data field.
XZInputStream.java 80 * @param in input stream from which XZ-compressed
109 * @param in input stream from which XZ-compressed
148 * or with files that have compressed extremely well. It's recommended
155 * the actual compressed data. The CRC32 fields in the headers
158 * @param in input stream from which XZ-compressed
203 * to indicate the end of the compressed stream
212 * compressed input is truncated or corrupt
228 * <li>The end of the compressed data was reached successfully.</li>
241 * the end of the compressed stream
250 * compressed input is truncated or corrup
    [all...]
  /external/python/cpython2/Lib/test/
test_sunau.py 21 compname = 'not compressed'
38 compname = 'not compressed'
57 compname = 'not compressed'
  /external/squashfs-tools/kernel/fs/squashfs/
symlink.c 2 * Squashfs - a compressed read only filesystem for Linux
29 * link to be compressed as part of the inode table, achieving much greater
30 * compression than if the symbolic link was compressed individually.
  /external/squashfs-tools/squashfs-tools/
unsquashfs_info.c 2 * Create a squashfs filesystem. This is a highly compressed read only
85 printf("\nbuffer cache (uncompressed blocks and compressed blocks "
89 printf("fragment buffer cache (uncompressed frags and compressed"

Completed in 662 milliseconds

<<11121314151617181920>>