HomeSort by relevance Sort by last modified time
    Searched full:rle (Results 51 - 75 of 177) sorted by null

1 23 4 5 6 7 8

  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2.go 37 preRLE []uint32 // contains the RLE data still to be processed.
114 // preallocate fixed-size buffers and reuse them. However, the RLE
117 // the RLE which we decompress as required.
120 // We have RLE data pending.
438 // inverse BWT and setup the RLE buffer.
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2.go 37 preRLE []uint32 // contains the RLE data still to be processed.
114 // preallocate fixed-size buffers and reuse them. However, the RLE
117 // the RLE which we decompress as required.
120 // We have RLE data pending.
438 // inverse BWT and setup the RLE buffer.
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h 54 #define SDL_RLEACCEL 0x00000002 /**< Surface is RLE encoded */
203 * \brief Sets the RLE acceleration hint for a surface.
207 * \note If RLE is enabled, colorkey and alpha blending blits are much faster,
222 * You can pass SDL_RLEACCEL to enable RLE accelerated blits.
356 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 54 #define SDL_RLEACCEL 0x00000002 /**< Surface is RLE encoded */
203 * \brief Sets the RLE acceleration hint for a surface.
207 * \note If RLE is enabled, colorkey and alpha blending blits are much faster,
222 * You can pass SDL_RLEACCEL to enable RLE accelerated blits.
356 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 54 #define SDL_RLEACCEL 0x00000002 /**< Surface is RLE encoded */
203 * \brief Sets the RLE acceleration hint for a surface.
207 * \note If RLE is enabled, colorkey and alpha blending blits are much faster,
222 * You can pass SDL_RLEACCEL to enable RLE accelerated blits.
356 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 54 #define SDL_RLEACCEL 0x00000002 /**< Surface is RLE encoded */
203 * \brief Sets the RLE acceleration hint for a surface.
207 * \note If RLE is enabled, colorkey and alpha blending blits are much faster,
222 * You can pass SDL_RLEACCEL to enable RLE accelerated blits.
356 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
transport_feedback.cc 428 // there is only one kind of symbol - we can potentially RLE encode it.
430 // for certain this will be RLE-encoded; if a different symbol is added
434 // RLE-chunk and then add the new symbol.
443 // Max length for an RLE-chunk reached.
451 // Symbols in symbol_vec can only be RLE-encoded. Emit the RLE-chunk
457 // Fall through and treat state as non RLE-candidate.
461 // If this code point is reached, symbols in symbol_vec cannot be RLE-encoded.
763 // First bit not set => RLE chunk.
767 "RLE block of size " << rle_chunk->NumSymbols(
    [all...]
  /external/libjpeg-turbo/
djpeg.1 18 GIF, Targa, or RLE (Utah Raster Toolkit) output format can be selected.
19 (RLE is supported only if the URT library is available.)
103 .B \-rle
104 Select RLE output format. (Requires URT library.)
djpeg.c 69 FMT_RLE, /* RLE format */
136 fprintf(stderr, " -rle Select Utah RLE output format%s\n",
369 } else if (keymatch(arg, "rle", 1)) {
370 /* RLE output format. */
  /build/tools/rgb2565/
to565.c 133 if ((argc == 2) && (!strcmp(argv[1],"-rle"))) {
  /external/icu/icu4c/source/tools/genrb/
Makefile.in 39 wrtjava.o rle.o wrtxml.o prscmnts.o
  /external/skia/src/codec/
SkBmpStandardCodec.h 16 * which essentially means they do not contain bit masks or RLE codes.
  /external/webp/src/enc/
vp8li.h 52 // LZ77 & RLE coding.
  /external/libvncserver/libvncserver/
zrleencodetemplate.c 167 /* Try to work out whether to use RLE and/or a palette. We do this by
254 /* no RLE */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestData.java 36 protected static final int RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING;
49 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
59 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
63 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
70 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L,
98 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
BidiTest.java 34 /* LRE LRO AL RLE RLO PDF NSM BN */
176 - ] == RLE
239 pseudoToUChar[']'] = 0x202B; UCharToPseud2[0x2B] = ']'; /* RLE */
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestData.java 35 protected static final int RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING;
48 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
58 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
62 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
69 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L,
97 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
BidiTest.java 30 /* LRE LRO AL RLE RLO PDF NSM BN */
172 - ] == RLE
235 pseudoToUChar[']'] = 0x202B; UCharToPseud2[0x2B] = ']'; /* RLE */
  /external/opencv3/3rdparty/libtiff/
tiff.h 161 #define COMPRESSION_CCITTRLE 2 /* CCITT modified Huffman RLE */
169 #define COMPRESSION_NEXT 32766 /* NeXT 2-bit RLE */
171 #define COMPRESSION_PACKBITS 32773 /* Macintosh RLE */
172 #define COMPRESSION_THUNDERSCAN 32809 /* ThunderScan RLE */
175 #define COMPRESSION_IT8LW 32896 /* IT8 Linework RLE */
187 #define COMPRESSION_SGILOG 34676 /* SGI Log Luminance RLE */
    [all...]
  /bionic/libc/zoneinfo/
tzdata     [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 48 RLE=U_RIGHT_TO_LEFT_EMBEDDING, /* 14 */
75 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(RLI))
80 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(PDF))
  /external/zlib/src/contrib/ada/
zlib.ads 117 -- RLE stategy could be used only in version 1.2.0 and later.
121 RLE : constant Strategy_Type;
309 RLE : constant Strategy_Type := 3;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
binhex.py 38 REASONABLY_LARGE=32768 # Minimal amount we pass the rle-coder
151 """Write data to the RLE-coder in suitably large chunks"""
317 """Read data via the RLE-coder"""
  /prebuilts/gdb/linux-x86/lib/python2.7/
binhex.py 38 REASONABLY_LARGE=32768 # Minimal amount we pass the rle-coder
151 """Write data to the RLE-coder in suitably large chunks"""
317 """Read data via the RLE-coder"""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 38 REASONABLY_LARGE=32768 # Minimal amount we pass the rle-coder
151 """Write data to the RLE-coder in suitably large chunks"""
317 """Read data via the RLE-coder"""

Completed in 3192 milliseconds

1 23 4 5 6 7 8