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

  /external/opencv3/3rdparty/libtiff/
tif_lzw.c 158 #define DecoderState(tif) ((LZWCodecState*) LZWState(tif))
202 LZWCodecState* sp = DecoderState(tif);
218 DecoderState(tif)->dec_codetab = NULL;
219 DecoderState(tif)->dec_decode = NULL;
226 sp = DecoderState(tif);
264 LZWCodecState *sp = DecoderState(tif);
361 LZWCodecState *sp = DecoderState(tif);
586 LZWCodecState *sp = DecoderState(tif);
    [all...]
tif_lzma.c 63 #define DecoderState(tif) LState(tif)
112 LZMAState* sp = DecoderState(tif);
133 LZMAState* sp = DecoderState(tif);
168 LZMAState* sp = DecoderState(tif);
tif_zip.c 81 #define DecoderState(tif) ZState(tif)
98 ZIPState* sp = DecoderState(tif);
124 ZIPState* sp = DecoderState(tif);
150 ZIPState* sp = DecoderState(tif);
tif_luv.c 173 #define DecoderState(tif) ((LogLuvState*) (tif)->tif_data)
187 LogLuvState* sp = DecoderState(tif);
256 LogLuvState* sp = DecoderState(tif);
320 sp = DecoderState(tif);
    [all...]
tif_fax3.c 89 #define DecoderState(tif) ((Fax3CodecState*) Fax3State(tif))
105 Fax3CodecState* sp = DecoderState(tif); \
149 Fax3CodecState* sp = DecoderState(tif);
    [all...]
tif_pixarlog.c 593 #define DecoderState(tif) ((PixarLogState*) (tif)->tif_data)
659 PixarLogState* sp = DecoderState(tif);
704 PixarLogState* sp = DecoderState(tif);
727 PixarLogState* sp = DecoderState(tif);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_lzw.c 158 #define DecoderState(tif) ((LZWCodecState*) LZWState(tif))
202 LZWCodecState* sp = DecoderState(tif);
218 DecoderState(tif)->dec_codetab = NULL;
219 DecoderState(tif)->dec_decode = NULL;
226 sp = DecoderState(tif);
264 LZWCodecState *sp = DecoderState(tif);
363 LZWCodecState *sp = DecoderState(tif);
591 LZWCodecState *sp = DecoderState(tif);
1094 if (DecoderState(tif)->dec_codetab)
1095 _TIFFfree(DecoderState(tif)->dec_codetab)
    [all...]
tif_zip.c 83 #define DecoderState(tif) ZState(tif)
100 ZIPState* sp = DecoderState(tif);
126 ZIPState* sp = DecoderState(tif);
152 ZIPState* sp = DecoderState(tif);
tif_fax3.c 89 #define DecoderState(tif) ((Fax3CodecState*) Fax3State(tif))
105 Fax3CodecState* sp = DecoderState(tif); \
149 Fax3CodecState* sp = DecoderState(tif);
1108 Fax3CodecState* sp = DecoderState(tif);
    [all...]
tif_luv.c 173 #define DecoderState(tif) ((LogLuvState*) (tif)->tif_data)
187 LogLuvState* sp = DecoderState(tif);
256 LogLuvState* sp = DecoderState(tif);
320 sp = DecoderState(tif);
1241 LogLuvState* sp = DecoderState(tif);
    [all...]
tif_pixarlog.c 593 #define DecoderState(tif) ((PixarLogState*) (tif)->tif_data)
673 PixarLogState* sp = DecoderState(tif);
720 PixarLogState* sp = DecoderState(tif);
743 PixarLogState* sp = DecoderState(tif);
    [all...]

Completed in 123 milliseconds