Searched refs:compressed (Results 51 - 75 of 142) sorted by relevance

123456

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
H A DmetadataRepository-ant.jar ... AbstractMDRTask { java.net.URI location String name boolean compressed boolean failOnExists java.util.Map properties public void ...
/external/protobuf/
H A Dconfigure.ac35 [include classes for streaming compressed data in and out @<:@default=check@:>@])],
/external/zlib/src/contrib/delphi/
H A DZLib.pas59 stores the compressed data to another stream.
73 data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100
74 If raw data size = 100 and compressed data size = 25, the CompressionRate
112 compressed data is exhausted and the next block is read from the input stream.
129 In: InBuf = ptr to compressed data
138 In: InBuf = ptr to compressed data
147 In: InBuf = ptr to compressed data
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java72 * may be a compressed AMF encoding that is embedded using an Embed tag in ActionScript.
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position.cc213 debug_string.append(", compressed: " + compressed_string);
393 // This allows us keep the position strings compressed as we sort them.
395 // The compressed format and the decode algorithm:
397 // The compressed string is a series of blocks, almost all of which are 8 bytes
398 // in length. The only exception is the last block in the compressed string,
524 std::string compressed = CompressImpl(str); local
525 DCHECK(IsValidCompressed(compressed));
526 DCHECK_EQ(str, Uncompress(compressed));
527 return compressed;
535 // The compressed lengt
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt.h123 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc);
H A Dcelt_encoder.c1248 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc) argument
1357 compressed[0] = tmp<<5;
1358 compressed[0] |= LM<<3;
1359 compressed[0] |= (C==2)<<2;
1363 int c0 = toOpus(compressed[0]);
1369 compressed[0] = c0;
1371 compressed++;
1407 ec_enc_init(&_enc, compressed, nbCompressedBytes);
1920 /* This moves the raw bits to take into account the new compressed size */
2109 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, in argument
2115 opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
2142 opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
2167 opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
[all...]
/external/fio/
H A Dserver.h149 uint32_t compressed; member in struct:cmd_iolog_pdu
/external/libopus/celt/
H A Dcelt.h123 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc);
H A Dcelt_encoder.c1248 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc) argument
1357 compressed[0] = tmp<<5;
1358 compressed[0] |= LM<<3;
1359 compressed[0] |= (C==2)<<2;
1363 int c0 = toOpus(compressed[0]);
1369 compressed[0] = c0;
1371 compressed++;
1407 ec_enc_init(&_enc, compressed, nbCompressedBytes);
1920 /* This moves the raw bits to take into account the new compressed size */
2109 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, in argument
2115 opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
2142 opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
2167 opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c71 * non-compressed cube texture map on GM945.
215 if (mt->compressed)
461 if (mt->compressed)
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c71 * non-compressed cube texture map on GM945.
215 if (mt->compressed)
461 if (mt->compressed)
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec_unittest.cc913 // It should fail when given non-JPEG compressed data.
920 // Make some compressed data.
921 std::vector<unsigned char> compressed; local
925 &compressed));
928 EXPECT_FALSE(PNGCodec::Decode(&compressed[0], compressed.size() / 2,
934 compressed[i] = i;
935 EXPECT_FALSE(PNGCodec::Decode(&compressed[0], compressed.size(),
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c488 GLboolean compressed)
495 GLuint depth = compressed ? 1 : ti->Depth;
502 if (compressed)
571 GLboolean compressed)
577 if (compressed)
483 nouveau_teximage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLsizei imageSize, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
564 nouveau_texsubimage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLsizei imageSize, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c488 GLboolean compressed)
495 GLuint depth = compressed ? 1 : ti->Depth;
502 if (compressed)
571 GLboolean compressed)
577 if (compressed)
483 nouveau_teximage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLsizei imageSize, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
564 nouveau_texsubimage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLsizei imageSize, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c390 unsigned compressed = 0; local
398 compressed = (rctx->export_16bpc >> cbuf) & 0x1;
402 if (compressed) {
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c390 unsigned compressed = 0; local
398 compressed = (rctx->export_16bpc >> cbuf) & 0x1;
402 if (compressed) {
/external/chromium_org/net/cert/
H A Dcrl_set_storage.cc104 // in turn with a zlib compressed array of options: either the CRL is the same,
233 base::StringPiece compressed(data->data(), compressed_size);
235 return DecompressZlib(&(*out_changes)[0], uncompressed_size, compressed);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_miptree.c38 nv50_mt_choose_storage_type(struct nv50_miptree *mt, boolean compressed) argument
106 if (!compressed)
/external/libvorbis/
H A Dlibvorbis.spec26 general-purpose compressed audio format for audio and music at fixed
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_miptree.c38 nv50_mt_choose_storage_type(struct nv50_miptree *mt, boolean compressed) argument
106 if (!compressed)
/external/zlib/src/contrib/pascal/
H A Dexample.pas82 procedure test_gzio(const fname: PChar; (* compressed file name *)
297 (* Feed in already compressed data and switch to no compression: *)
389 Inc(PByteArray(compr)^[3]); (* force an error in first compressed block *)
430 d_stream.avail_in := Integer(comprLen-2); (* read all compressed data *)
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp1807 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
1818 DE_ASSERT(compressed.getDataSize() == numBlocksPerImage*ASTC_BLOCK_SIZE_BYTES);
1819 deMemcpy(compressed.getData(), &m_blockData[m_numBlocksTested*ASTC_BLOCK_SIZE_BYTES], curNumNonDummyBlocks*ASTC_BLOCK_SIZE_BYTES);
1821 generateDummyBlocks((deUint8*)compressed.getData() + curNumNonDummyBlocks*ASTC_BLOCK_SIZE_BYTES, curNumDummyBlocks);
1825 glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::CompressedTexture::DecompressionParams(m_renderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR));
1829 m_renderer->render(referenceFrame, renderedFrame, texture, compressed.getUncompressedFormat());
1946 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
1948 DE_ASSERT(compressed.getDataSize() == totalNumBlocks*ASTC_BLOCK_SIZE_BYTES);
1949 generateDefaultBlockData((deUint8*)compressed.getData(), totalNumBlocks, blockSize.x(), blockSize.y());
1955 glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tc
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm1949 my $compressed = decodeBase85($encoded);
1950 $compressed = substr($compressed, 0, $compressedSize);
1951 return Compress::Zlib::uncompress($compressed);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.cpp354 return GetInternalFormatInfo(getInternalFormat(level)).compressed;
544 return GetInternalFormatInfo(getInternalFormat(target, level)).compressed;
729 return GetInternalFormatInfo(getInternalFormat(level)).compressed;
887 return GetInternalFormatInfo(getInternalFormat(level)).compressed;

Completed in 1076 milliseconds

123456