HomeSort by relevance Sort by last modified time
    Searched refs:PredictorDecodeTile (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_predict.c 48 static int PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
127 tif->tif_decodestrip = PredictorDecodeTile;
129 tif->tif_decodetile = PredictorDecodeTile;
161 tif->tif_decodestrip = PredictorDecodeTile;
163 tif->tif_decodetile = PredictorDecodeTile;
432 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
  /external/pdfium/third_party/libtiff/
tif_predict.c 50 static int PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
129 tif->tif_decodestrip = PredictorDecodeTile;
131 tif->tif_decodetile = PredictorDecodeTile;
163 tif->tif_decodestrip = PredictorDecodeTile;
165 tif->tif_decodetile = PredictorDecodeTile;
440 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)

Completed in 85 milliseconds