Home
last modified time | relevance | path

Searched refs:uncompressed (Results 1 – 25 of 261) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/brotli/tests/
Dcompatibility_test.sh17 uncompressed=${TMP_DIR}/${expected##*/}.uncompressed
18 echo $uncompressed
19 $BROTLI $file -fdo $uncompressed
20 diff -q $uncompressed $expected
22 cat $file | $BROTLI -dc > $uncompressed
23 diff -q $uncompressed $expected
24 rm -f $uncompressed
Droundtrip_test.sh27 uncompressed=${TMP_DIR}/${file##*/}.unbr
29 $BROTLI $compressed -fdo $uncompressed
30 diff -q $file $uncompressed
32 cat $file | $BROTLI -cq $quality | $BROTLI -cd >$uncompressed
33 diff -q $file $uncompressed
/third_party/python/Lib/test/
Dtest_gzip.py435 uncompressed = data1 * 50
438 f.write(uncompressed)
442 self.assertEqual(f.read(), uncompressed)
445 uncompressed = data1 * 200
447 f.write(uncompressed)
464 self.assertEqual(nread, len(uncompressed))
605 uncompressed = data1 * 50
608 f.write(uncompressed)
611 self.assertEqual(file_data, uncompressed)
614 self.assertEqual(f.read(), uncompressed)
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dextract-deflate-offsets.go114 uncompressed, err := checkDeflate(src[i:])
120 return doWriteDeflate(src[i:], uncompressed, filename)
122 return doWriteZlib(src[i:], uncompressed, filename)
124 fmt.Printf("%7d %7d %x %s\n", i, len(src), md5.Sum(uncompressed), filename)
128 func doWriteDeflate(deflateCompressed []byte, uncompressed []byte, filename string) error {
140 func doWriteZlib(deflateCompressed []byte, uncompressed []byte, filename string) error {
156 checksum := adler32.Checksum(uncompressed)
/third_party/flutter/skia/third_party/externals/wuffs/lib/raczlib/
Dwriter.go251 uncompressed writeBuffer member
315 w.uncompressed.extend(p)
317 w.uncompressed.compact()
333 peek0, peek1 := w.uncompressed.peek(w.dChunkSize)
355 w.uncompressed.advance(dSize)
373 if n := w.uncompressed.length(); n == 0 {
394 if w.uncompressed.length() <= targetDChunkSize {
404 peek0, peek1 := w.uncompressed.peek(targetDChunkSize)
422 w.uncompressed.advance(dSize)
439 w.uncompressed.advance(uint64(dLen))
/third_party/node/test/parallel/
Dtest-crypto-ecdh-convert-key.js54 let uncompressed = ECDH.convertKey(cafebabePubPtComp, variable
69 assert.strictEqual(uncompressed[0], 4);
76 uncompressed = ECDH.convertKey(cafebabePubPtComp,
91 assert.strictEqual(uncompressed, cafebabePubPtUnComp);
98 assert.strictEqual(ecdh1.getPublicKey('hex', 'uncompressed'), uncompressed);
/third_party/ffmpeg/libavcodec/
Dmidivid.c40 uint8_t *uncompressed; member
196 int ret, key, uncompressed; in decode_frame() local
203 uncompressed = bytestream2_get_le32(gb); in decode_frame()
208 if (uncompressed) { in decode_frame()
211 av_fast_padded_malloc(&s->uncompressed, &s->uncompressed_size, 16LL * (avpkt->size - 12)); in decode_frame()
212 if (!s->uncompressed) in decode_frame()
215 ret = lzss_uncompress(s, gb, s->uncompressed, s->uncompressed_size); in decode_frame()
218 bytestream2_init(gb, s->uncompressed, ret); in decode_frame()
274 av_freep(&s->uncompressed); in decode_close()
Dsga.c58 uint8_t uncompressed[65536]; member
405 if (sizeof(s->uncompressed) - offset < size) in sga_decode_frame()
408 memcpy(s->uncompressed + offset, gb->buffer, size); in sga_decode_frame()
417 ret = lzss_decompress(avctx, &gb2, s->uncompressed + offset, in sga_decode_frame()
418 sizeof(s->uncompressed) - offset, s->shift, s->plus); in sga_decode_frame()
429 if (sizeof(s->uncompressed) - offset < left) in sga_decode_frame()
432 bytestream2_get_buffer(gb, s->uncompressed + offset, left); in sga_decode_frame()
435 bytestream2_init(gb, s->uncompressed, offset); in sga_decode_frame()
446 ret = lzss_decompress(avctx, gb, s->uncompressed + s->metadata_size, in sga_decode_frame()
447 sizeof(s->uncompressed) - s->metadata_size, s->shift, s->plus); in sga_decode_frame()
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/lib/zlibcut/
Dexample_test.go90 uncompressed, err := ioutil.ReadAll(r)
105 if n := len(uncompressed); n != decodedLen {
111 } else if !strings.HasPrefix(sonnet18, string(uncompressed)) {
117 fmt.Println(string(uncompressed[:83]))
/third_party/elfutils/tests/
Drun-readelf-zx.sh25 Hex dump of section [2] '.zdebug_aranges', 50 bytes (96 uncompressed) at offset 0x260:
37 Hex dump of section [2] '.debug_aranges', 62 bytes (96 uncompressed) at offset 0x260:
49 Hex dump of section [2] '.zdebug_aranges', 49 bytes (64 uncompressed) at offset 0x1c0:
59 Hex dump of section [2] '.debug_aranges', 49 bytes (64 uncompressed) at offset 0x1c0:
Drun-strip-reloc.sh130 tempfiles strip-uncompressed.o strip-compressed.o
131 testrun ${abs_top_builddir}/src/elfcompress -o strip-uncompressed.o -t none \
136 runtest strip-uncompressed.o 1
Drun-zstrptr.sh60 Strings in section 32 (uncompressed):
132 Strings in section 30 (uncompressed):
/third_party/openGLES/extensions/EXT/
DEXT_copy_image.txt82 uncompressed images if the compressed block / uncompressed texel
124 types of compressed and uncompressed internal formats as detailed
126 or decompression. When copying from an uncompressed internal format
127 to a compressed internal format, each texel of uncompressed data
129 compressed internal format to an uncompressed internal format,
130 a block of compressed data becomes a single texel of uncompressed
131 data. The texel size of the uncompressed format must be the same
133 to copy between a 128-bit uncompressed format and a compressed
134 format which uses 8-bit 4x4 blocks, or between a 64-bit uncompressed
137 the uncompressed image is not equal to the block size of the
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_copy_image.txt82 uncompressed images if the compressed block / uncompressed texel
124 types of compressed and uncompressed internal formats as detailed
126 or decompression. When copying from an uncompressed internal format
127 to a compressed internal format, each texel of uncompressed data
129 compressed internal format to an uncompressed internal format,
130 a block of compressed data becomes a single texel of uncompressed
131 data. The texel size of the uncompressed format must be the same
133 to copy between a 128-bit uncompressed format and a compressed
134 format which uses 8-bit 4x4 blocks, or between a 64-bit uncompressed
137 the uncompressed image is not equal to the block size of the
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_copy_image.txt80 uncompressed images if the compressed block / uncompressed texel
122 types of compressed and uncompressed internal formats as detailed
124 or decompression. When copying from an uncompressed internal format
125 to a compressed internal format, each texel of uncompressed data
127 compressed internal format to an uncompressed internal format,
128 a block of compressed data becomes a single texel of uncompressed
129 data. The texel size of the uncompressed format must be the same
131 to copy between a 128-bit uncompressed format and a compressed
132 format which uses 8-bit 4x4 blocks, or between a 64-bit uncompressed
135 the uncompressed image is not equal to the block size of the
[all …]
DARB_texture_compression.txt63 uncompressed texture image but specifying a compressed internal format.
68 compressed formats provided by the GL (or to an uncompressed base internal
77 Compressed texture images can be obtained from the GL in uncompressed form
82 significantly improve texture loading performance relative to uncompressed
145 RESOLVED: Yes, returning the uncompressed image is a useful feature for
183 textures, we return the bit depths of an uncompressed sized image that
193 IMAGE_SIZE_ARB return for existing uncompressed formats? For proxy
200 For uncompressed internal formats, we could return the actual amount of
223 RESOLVED: For uncompressed source images, all pixel storage and pixel
237 * Call TexImage with an uncompressed image and a generic compressed
[all …]
/third_party/openGLES/extensions/ARB/
DARB_copy_image.txt90 uncompressed images if the compressed block / uncompressed texel
132 types of compressed and uncompressed internal formats as detailed
134 or decompression. When copying from an uncompressed internal format
135 to a compressed internal format, each texel of uncompressed data
137 compressed internal format to an uncompressed internal format,
138 a block of compressed data becomes a single texel of uncompressed
139 data. The texel size of the uncompressed format must be the same
141 to copy between a 128-bit uncompressed format and a compressed
142 format which uses 8-bit 4x4 blocks, or between a 64-bit uncompressed
145 the uncompressed image is not equal to the block size of the
[all …]
DARB_texture_compression.txt73 uncompressed texture image but specifying a compressed internal format.
78 compressed formats provided by the GL (or to an uncompressed base internal
87 Compressed texture images can be obtained from the GL in uncompressed form
92 significantly improve texture loading performance relative to uncompressed
155 RESOLVED: Yes, returning the uncompressed image is a useful feature for
193 textures, we return the bit depths of an uncompressed sized image that
203 IMAGE_SIZE_ARB return for existing uncompressed formats? For proxy
210 For uncompressed internal formats, we could return the actual amount of
233 RESOLVED: For uncompressed source images, all pixel storage and pixel
247 * Call TexImage with an uncompressed image and a generic compressed
[all …]
/third_party/zlib/contrib/puff/
DREADME44 If destlen is not enough space for the uncompressed data, then inflate will
47 the size of the uncompressed data ahead of time.
49 If needed, puff() can determine the size of the uncompressed data with no
52 the uncompressed data. So if the size of the uncompressed data is not known,
62 *destlen is updated to the size of the uncompressed data. See the comments
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_copy_image.txt84 uncompressed images if the compressed block / uncompressed texel
126 types of compressed and uncompressed internal formats as detailed
128 or decompression. When copying from an uncompressed internal format
129 to a compressed internal format, each texel of uncompressed data
131 compressed internal format to an uncompressed internal format,
132 a block of compressed data becomes a single texel of uncompressed
133 data. The texel size of the uncompressed format must be the same
135 to copy between a 128-bit uncompressed format and a compressed
136 format which uses 8-bit 4x4 blocks, or between a 64-bit uncompressed
139 the uncompressed image is not equal to the block size of the
[all …]
/third_party/openGLES/extensions/OES/
DOES_copy_image.txt94 uncompressed images if the compressed block / uncompressed texel
136 types of compressed and uncompressed internal formats as detailed
138 or decompression. When copying from an uncompressed internal format
139 to a compressed internal format, each texel of uncompressed data
141 compressed internal format to an uncompressed internal format,
142 a block of compressed data becomes a single texel of uncompressed
143 data. The texel size of the uncompressed format must be the same
145 to copy between a 128-bit uncompressed format and a compressed
146 format which uses 8-bit 4x4 blocks, or between a 64-bit uncompressed
149 the uncompressed image is not equal to the block size of the
[all …]
/third_party/skia/third_party/externals/brotli/go/cbrotli/
Dcbrotli_test.go20 uncompressed, err := Decode(compressedData)
24 if !bytes.Equal(uncompressed, wantOriginalData) {
25 if len(wantOriginalData) != len(uncompressed) {
30 len(wantOriginalData), len(uncompressed))
33 if wantOriginalData[i] != uncompressed[i] {
38 i, wantOriginalData[i], i, uncompressed[i])
/third_party/lwip/src/netif/ppp/
Dvj.c259 goto uncompressed; in vj_compress_tcp()
294 goto uncompressed; in vj_compress_tcp()
312 goto uncompressed; in vj_compress_tcp()
322 goto uncompressed; in vj_compress_tcp()
331 goto uncompressed; in vj_compress_tcp()
361 goto uncompressed; in vj_compress_tcp()
437 uncompressed: in vj_compress_tcp()
/third_party/toybox/toys/pending/
Dxzcat.c1388 uint32_t uncompressed; member
2125 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run()
2158 s->lzma2.uncompressed in xz_dec_lzma2_run()
2164 s->lzma2.uncompressed in xz_dec_lzma2_run()
2208 s->lzma2.uncompressed)); in xz_dec_lzma2_run()
2212 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()
2214 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
2348 vli_type uncompressed; member
2401 vli_type uncompressed; member
2413 vli_type uncompressed; member
[all …]
/third_party/mesa3d/src/intel/isl/
DREADME92 This unit allows ISL to treat compressed and uncompressed formats
96 element is equivalent to a compression block. If uncompressed, then
105 An element is defined as a pixel in uncompressed surface formats, and as

1234567891011