Home
last modified time | relevance | path

Searched refs:compressed (Results 1 – 25 of 249) sorted by relevance

12345678910

/external/skia/src/utils/
DSkParseColor.cpp193 int compressed = 0; in CreateTable() local
196 compressed <<= 5; in CreateTable()
197 compressed |= *name ? *name++ - 'a' + 1 : 0 ; in CreateTable()
200 compressed <<= 1; in CreateTable()
201 compressed |= 1; in CreateTable()
203 compressed |= 0x80000000; in CreateTable()
207 compressed &= ~1; in CreateTable()
211 SkDebugf("0x%08x, ", compressed); in CreateTable()
/external/skia/tests/
DDeflateWStream.cpp35 SkAutoTDelete<SkStreamAsset> compressed( in DEF_TEST() local
39 SkAssertResult(SkFlate::Inflate(compressed, in DEF_TEST()
51 o.writeStream(compressed.get(), compressed->getLength()); in DEF_TEST()
52 compressed->rewind(); in DEF_TEST()
DFlateTest.cpp46 SkDynamicMemoryWStream compressed; in TestFlate() local
47 bool deflateSuccess = SkFlate::Deflate(testStream, &compressed); in TestFlate()
62 size_t compressedSize = compressed.getOffset(); in TestFlate()
64 SkAutoDataUnref compressedData(compressed.copyToData()); in TestFlate()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_miptree.c60 nvc0_mt_choose_storage_type(struct nv50_miptree *mt, boolean compressed) in nvc0_mt_choose_storage_type() argument
66 compressed = FALSE; /* not yet supported */ in nvc0_mt_choose_storage_type()
75 if (compressed) in nvc0_mt_choose_storage_type()
81 if (compressed) in nvc0_mt_choose_storage_type()
88 if (compressed) in nvc0_mt_choose_storage_type()
94 if (compressed) in nvc0_mt_choose_storage_type()
100 if (compressed) in nvc0_mt_choose_storage_type()
108 if (compressed) in nvc0_mt_choose_storage_type()
114 if (compressed) { in nvc0_mt_choose_storage_type()
128 if (compressed) { in nvc0_mt_choose_storage_type()
/external/squashfs-tools/kernel/Documentation/filesystems/
Dsquashfs.txt4 Squashfs is a compressed read-only filesystem for Linux.
45 compressed inode is on average 8 bytes in length (the exact length varies on
93 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
94 compressed block is prefixed by a two byte length, the top bit is set if the
96 or if the compressed block was larger than the uncompressed block.
99 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
100 by a 48-bit number which encodes the location of the compressed metadata block
116 Like inodes, directories are packed into compressed metadata blocks, stored
124 compressed metadata block, and therefore, can share the start block.
146 Regular files consist of a sequence of contiguous compressed blocks, and/or a
[all …]
/external/lzma/xz-embedded/
Dxz_dec_stream.c77 vli_type compressed; member
92 vli_type compressed; member
243 s->block.compressed += b->in_pos - s->in_start; in dec_block()
250 if (s->block.compressed > s->block_header.compressed in dec_block()
265 if (s->block_header.compressed != VLI_UNKNOWN in dec_block()
266 && s->block_header.compressed in dec_block()
267 != s->block.compressed) in dec_block()
276 + s->block.compressed; in dec_block()
502 s->block_header.compressed = s->vli; in dec_block_header()
504 s->block_header.compressed = VLI_UNKNOWN; in dec_block_header()
[all …]
Dxz_dec_lzma2.c238 uint32_t compressed; member
852 if (s->temp.size > 0 || s->lzma2.compressed == 0) { in lzma2_lzma()
854 if (tmp > s->lzma2.compressed - s->temp.size) in lzma2_lzma()
855 tmp = s->lzma2.compressed - s->temp.size; in lzma2_lzma()
861 if (s->temp.size + tmp == s->lzma2.compressed) { in lzma2_lzma()
880 s->lzma2.compressed -= s->rc.in_pos; in lzma2_lzma()
898 if (in_avail >= s->lzma2.compressed + LZMA_IN_REQUIRED) in lzma2_lzma()
899 s->rc.in_limit = b->in_pos + s->lzma2.compressed; in lzma2_lzma()
907 if (in_avail > s->lzma2.compressed) in lzma2_lzma()
910 s->lzma2.compressed -= in_avail; in lzma2_lzma()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java25 byte [] compressed = UnicodeCompressor.compress(s); in simpleTest()
26 String res = UnicodeDecompressor.decompress(compressed); in simpleTest()
30 + compressed.length + " bytes ===> " in simpleTest()
34 printBytes(compressed, compressed.length); in simpleTest()
93 byte[] compressed = new byte[compressedSize]; in myMultipassTest()
125 System.arraycopy(byteBuffer, 0, compressed, in myMultipassTest()
150 unicharsWritten = myDecompressor.decompress(compressed, in myMultipassTest()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.129 Zisofs compressed size 153.50 MB
30 Cloop (isofs) compressed size 1.74 MB
31 Squashfs2.1 compressed size 612 KB (0.60 MB)
45 Zisofs compressed size 589.81 MB
46 Cloop (isofs) compressed size 471.19 MB
47 Squashfs2.0 compressed size 448.58 MB
48 Squashfs2.1 compressed size 448.58 MB
DREADME-2.015 over Squashfs 1.0 depending on the files being compressed. Using fragment
17 compression to tgz files while retaining the I/O efficiency of a compressed
25 in a 96K file) are packed into shared fragments and compressed together.
129 Squashfs like all other compressed filesystems compresses files individually
144 shared blocks, which are compressed together. For example five files each of
145 10K will be packed into one shared fragment of 50K and compressed together,
146 rather than being compressed in five 10K blocks.
149 of a compressed filesystem, while obtaining the compression efficiency
DPERFORMANCE.README23 Zisofs compressed size 589.81 MB
24 Cloop compressed size 471.89 MB
25 Squashfs2.0 compressed size 448.58 MB
26 Squashfs2.1 compressed size 448.58 MB
103 CRAMFS compressed size 52.19 MB
104 Squashfs2.0 compressed size 46.52 MB
105 Squashfs2.1 compressed size 46.52 MB
/external/squashfs-tools/kernel/fs/squashfs/
Dblock.c89 int bytes, compressed, b = 0, k = 0, page = 0, avail; in squashfs_read_data() local
102 compressed = SQUASHFS_COMPRESSED_BLOCK(length); in squashfs_read_data()
108 index, compressed ? "" : "un", length, srclength); in squashfs_read_data()
134 compressed = SQUASHFS_COMPRESSED(length); in squashfs_read_data()
140 compressed ? "" : "un", length); in squashfs_read_data()
155 if (compressed) { in squashfs_read_data()
/external/toybox/toys/pending/
Dxzcat.c1400 uint32_t compressed; member
2000 if (s->temp.size > 0 || s->lzma2.compressed == 0) { in lzma2_lzma()
2002 if (tmp > s->lzma2.compressed - s->temp.size) in lzma2_lzma()
2003 tmp = s->lzma2.compressed - s->temp.size; in lzma2_lzma()
2009 if (s->temp.size + tmp == s->lzma2.compressed) { in lzma2_lzma()
2028 s->lzma2.compressed -= s->rc.in_pos; in lzma2_lzma()
2046 if (in_avail >= s->lzma2.compressed + LZMA_IN_REQUIRED) in lzma2_lzma()
2047 s->rc.in_limit = b->in_pos + s->lzma2.compressed; in lzma2_lzma()
2055 if (in_avail > s->lzma2.compressed) return 0; in lzma2_lzma()
2057 s->lzma2.compressed -= in_avail; in lzma2_lzma()
[all …]
/external/deqp/android/cts/master/src/
Dgles3-hw-issues.txt66 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x10
67 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x10_srgb
68 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x5
69 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x5_srgb
70 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x6
71 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x6_srgb
72 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x8
73 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x8_srgb
74 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.12x10
75 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.12x10_srgb
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp125 bool compressed; member
133 , compressed (false) in TextureLevelSpec()
417 level.compressed = false; in generateColorTextureGenerationGroup()
438 level.compressed = false; in generateColorTextureGenerationGroup()
459 level.compressed = false; in generateColorTextureGenerationGroup()
486 level.compressed = false; in generateColorTextureGenerationGroup()
510 level.compressed = false; in generateColorTextureGenerationGroup()
533 level.compressed = false; in generateColorTextureGenerationGroup()
553 level.compressed = false; in generateColorTextureGenerationGroup()
573 level.compressed = false; in generateColorTextureGenerationGroup()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.c106 p->compressed = (compression_control == BRW_COMPRESSION_COMPRESSED); in brw_set_compression_control()
159 p->compressed_stack[p->current - p->stack] = p->compressed; in brw_push_insn_state()
167 p->compressed = p->compressed_stack[p->current - p->stack]; in brw_pop_insn_state()
186 p->compressed = false; in brw_init_compile()
Dintel_tex_layout.c152 if (mt->compressed) { in i945_miptree_layout_2d()
164 if (mt->compressed) { in i945_miptree_layout_2d()
186 if (mt->compressed) in i945_miptree_layout_2d()
/external/v8/tools/testrunner/server/
Dcompression.py46 compressed = zlib.compress(obj, compression_level)
47 payload = struct.pack('>i', len(compressed)) + compressed
/external/tinycompress/
DREADME8 compressed APIs introduced in Linux 3.3
9 This library provides the APIs to open a ALSA compressed device and read/write
10 compressed data like MP3 etc to it.
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_layout.c152 if (mt->compressed) { in i945_miptree_layout_2d()
164 if (mt->compressed) { in i945_miptree_layout_2d()
186 if (mt->compressed) in i945_miptree_layout_2d()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_layout.c152 if (mt->compressed) { in i945_miptree_layout_2d()
164 if (mt->compressed) { in i945_miptree_layout_2d()
186 if (mt->compressed) in i945_miptree_layout_2d()
/external/zlib/src/doc/
Drfc1951.txt42 This specification defines a lossless compressed data format that
80 3.2.4. Non-compressed blocks (BTYPE=00) ................... 11
97 compressed data format that:
126 * Allow random access to compressed data;
189 A compressed data set consists of a series of blocks, corresponding
193 Each block is compressed using a combination of the LZ77 algorithm
200 describe the representation of the compressed data part, and a
201 compressed data part. (The Huffman trees themselves are compressed
202 using Huffman encoding.) The compressed data consists of a series of
212 compressed data is represented using a Huffman code, using one code
[all …]
/external/bzip2/
Dbzip2.txt27 mand-line flags. Each file is replaced by a compressed
29 Each compressed file has the same modification date, per-
43 will decline to write compressed output to a terminal, as
51 compressed file as follows:
68 catenation of two or more compressed files. The result is
70 Integrity testing (-t) of concatenated compressed files is
78 ple compressed file representations. Such a stream can be
91 Compression is always performed, even if the compressed
102 tion of the compressed data, and against undetected bugs
113 2 to indicate a corrupt compressed file, 3 for an internal
[all …]
/external/deqp/doc/testspecs/GLES31/
Dfunctional.copy_image.txt31 + Copies between different compressed formats
32 + Copies between compressed and non-compressed formats
44 + Other compressed formats than ASTC, ETC and ETC2
/external/pdfium/samples/
Dimage_diff.cc73 std::vector<unsigned char> compressed; in CreateFromFilename() local
78 compressed.insert(compressed.end(), buf, buf + num_read); in CreateFromFilename()
83 if (!image_diff_png::DecodePNG(&compressed[0], compressed.size(), in CreateFromFilename()

12345678910