HomeSort by relevance Sort by last modified time
    Searched full:tif_decodetile (Results 1 - 25 of 30) sorted by null

1 2

  /external/opencv3/3rdparty/libtiff/
tif_jpeg_12.c 37 tif->tif_decodetile = JPEGDecode;
tif_dumpmode.c 130 tif->tif_decodetile = DumpModeDecode;
tif_next.c 148 tif->tif_decodetile = NeXTDecode;
tif_predict.c 128 sp->decodetile = tif->tif_decodetile;
129 tif->tif_decodetile = PredictorDecodeTile;
162 sp->decodetile = tif->tif_decodetile;
163 tif->tif_decodetile = PredictorDecodeTile;
tif_compress.c 144 tif->tif_decodetile = _TIFFNoTileDecode;
tif_packbits.c 277 tif->tif_decodetile = PackBitsDecode;
tif_fax3.c 539 tif->tif_decodetile = Fax3Decode2D;
    [all...]
tif_lzma.c 475 tif->tif_decodetile = LZMADecode;
tif_zip.c 442 tif->tif_decodetile = ZIPDecode;
tiffiop.h 163 TIFFCodeMethod tif_decodetile; /* tile decoding routine */ member in struct:tiff
tif_lzw.c 290 tif->tif_decodetile = LZWDecodeCompat;
    [all...]
tif_jpeg.c     [all...]
tif_read.c 668 if (TIFFFillTile(tif, tile) && (*tif->tif_decodetile)(tif,
    [all...]
tif_pixarlog.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 130 tif->tif_decodetile = DumpModeDecode;
tif_next.c 169 tif->tif_decodetile = NeXTDecode;
tif_predict.c 130 sp->decodetile = tif->tif_decodetile;
131 tif->tif_decodetile = PredictorDecodeTile;
164 sp->decodetile = tif->tif_decodetile;
165 tif->tif_decodetile = PredictorDecodeTile;
tif_compress.c 144 tif->tif_decodetile = _TIFFNoTileDecode;
tif_packbits.c 283 tif->tif_decodetile = PackBitsDecode;
tif_fax3.c 540 tif->tif_decodetile = Fax3Decode2D;
    [all...]
tif_zip.c 445 tif->tif_decodetile = ZIPDecode;
tiffiop.h 168 TIFFCodeMethod tif_decodetile; /* tile decoding routine */ member in struct:tiff
tif_lzw.c 292 tif->tif_decodetile = LZWDecodeCompat;
1130 tif->tif_decodetile = LZWDecode;
tif_jpeg.c     [all...]
tif_read.c 668 if (TIFFFillTile(tif, tile) && (*tif->tif_decodetile)(tif,
    [all...]

Completed in 358 milliseconds

1 2