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

1 23 4 5 6

  /external/icu/icu4c/source/tools/genrb/
Makefile.in 39 wrtjava.o rle.o wrtxml.o prscmnts.o
genrb.vcxproj 250 <ClCompile Include="rle.c" />
263 <ClInclude Include="rle.h" />
rle.c 17 #include "rle.h"
398 /*("Excess data in RLE byte array string");*/
  /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 */
  /bionic/libc/zoneinfo/
tzdata     [all...]
  /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/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
TGALoader.java 296 // Its an RLE packed block - use the following 1 pixel for the next <count> pixels
310 // Its not RLE packed, but the next <count> pixels are raw.
335 // Its an RLE packed block - use the following 1 pixel for the next <count> pixels
347 // Its not RLE packed, but the next <count> pixels are raw.
372 // Its an RLE packed block - use the following 1 pixel for the next <count> pixels
386 // Its not RLE packed, but the next <count> pixels are raw.
  /external/jpeg/
djpeg.c 64 FMT_RLE, /* RLE format */
124 fprintf(stderr, " -rle Select Utah RLE output format%s\n",
321 } else if (keymatch(arg, "rle", 1)) {
322 /* RLE output format. */
cjpeg.1 19 format), PGM (PBMPLUS gray-scale format), BMP, Targa, and RLE (Utah Raster
20 Toolkit format). (RLE is supported only if the URT library is available.)
filelist.doc 157 rdrle.c Utah RLE file input.
165 wrrle.c Utah RLE file output.
jconfig.doc 127 #undef RLE_SUPPORTED /* Utah RLE image file format */
jconfig.h 128 #undef RLE_SUPPORTED /* Utah RLE image file format */
usage.doc 60 PGM (PBMPLUS gray-scale format), BMP, Targa, and RLE (Utah Raster Toolkit
61 format). (RLE is supported only if the URT library is available.)
256 -rle Select RLE output format. (Requires URT library.)
  /external/icu/icu4c/source/common/
ubidiimp.h 51 RLE=U_RIGHT_TO_LEFT_EMBEDDING, /* 14 */
78 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(RLI))
83 #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/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"""
  /prebuilts/python/linux-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"""
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CompactByteArray.java 108 * @param indexArray the RLE-encoded indicies of the compact array.
109 * @param valueArray the RLE-encoded values of the compact array.
CompactCharArray.java 109 * @param indexArray the RLE-encoded indicies of the compact array.
110 * @param valueArray the RLE-encoded values of the compact array.
  /external/libvncserver/libvncclient/
zrle.c 328 else if( type == 128 ) /* plain RLE */
366 else if( type >= 130 ) /* palette RLE */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 296 #define HidP_GetButtons(Rty, UPa, LCo, ULi, ULe, Ppd, Rep, RLe) \
297 HidP_GetUsages(Rty, UPa, LCo, ULi, ULe, Ppd, Rep, RLe)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_PutVLCBits.c 127 /* RLE encoding and packing the bits into the streams */
  /frameworks/support/v4/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java 198 * character (e.g. excludes LRE, LRO, RLE, RLO) to determine the

Completed in 232 milliseconds

1 23 4 5 6