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

1 2 34 5 6 7 8

  /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/pdfium/third_party/libtiff/
tiff.h 161 #define COMPRESSION_CCITTRLE 2 /* CCITT modified Huffman RLE */
171 #define COMPRESSION_NEXT 32766 /* NeXT 2-bit RLE */
173 #define COMPRESSION_PACKBITS 32773 /* Macintosh RLE */
174 #define COMPRESSION_THUNDERSCAN 32809 /* ThunderScan RLE */
177 #define COMPRESSION_IT8LW 32896 /* IT8 Linework RLE */
189 #define COMPRESSION_SGILOG 34676 /* SGI Log Luminance RLE */
    [all...]
0000-build-config.patch 293 +/* Support NeXT 2-bit RLE algorithm */
306 +/* Support ThunderScan 4-bit RLE algorithm */
  /external/icu/icu4c/source/tools/genrb/
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/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)
  /external/libjpeg-turbo/
jconfig.txt 120 #undef RLE_SUPPORTED /* Utah RLE image file format */
cjpeg.1 19 format), PGM (PBMPLUS grayscale format), BMP, Targa, and RLE (Utah Raster
20 Toolkit format). (RLE is supported only if the URT library is available.)
  /external/opencv3/3rdparty/libjpeg/
jconfig.h 103 #undef RLE_SUPPORTED /* Utah RLE image file format */
  /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
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CompactByteArray.java 110 * @param indexArray the RLE-encoded indicies of the compact array.
111 * @param valueArray the RLE-encoded values of the compact array.
CompactCharArray.java 111 * @param indexArray the RLE-encoded indicies of the compact array.
112 * @param valueArray the RLE-encoded values of the compact array.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
transport_feedback_unittest.cc 240 // * RLE chunk of max length for dropped symbol
259 // * RLE chunk of length 15 for dropped symbol
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacterEnums.java 381 * Directional type RLE
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfRleCompressor.cpp 283 throw Iex::InputExc ("Data decoding (rle) failed.");
  /external/opencv3/modules/imgcodecs/test/
test_grfmt.cpp 97 "rle.hdr",
295 Mat rle = imread(string(ts->get_data_path()) + "readwrite/rle8.bmp"); local
297 if (cvtest::norm(rle-bmp, NORM_L2)>1.e-10)
854 string name_rle = folder + "rle.hdr";
  /frameworks/minikin/libs/minikin/
GraphemeBreak.cpp 36 || (0x202A <= c && c <= 0x202E) // LRE, RLE, PDF, LRO, RLO
  /external/skia/src/core/
SkScan_AntiPath.cpp 25 - RLE, which records a rle-encoded scanline
424 kMAX_WIDTH = 32, // so we don't try to do very wide things, where the RLE blitter would be faster
  /external/icu/icu4c/source/common/
ubidi.c 111 static const Flags flagE[2]={ DIRPROP_FLAG(LRE), DIRPROP_FLAG(RLE) };
701 /* LRE, LRO, RLE, RLO, PDF */
    [all...]
  /external/skia/src/utils/
SkTextureCompressor_Blitter.h 27 // the standard blitAntiH. As a result, we can just call blitAntiH with a faux RLE
115 // with zeros. We do this by producing a single RLE that says
304 // was faster than constructing the RLE for blitAntiH, and this function will
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacterEnums.java 444 * Directional type RLE

Completed in 643 milliseconds

1 2 34 5 6 7 8