Home
last modified time | relevance | path

Searched refs:state (Results 1 – 8 of 8) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_zip.c107 sp->state = 0; in ZIPSetupDecode()
114 sp->state |= ZSTATE_INIT_DECODE; in ZIPSetupDecode()
174 if (state == Z_STREAM_END) in ZIPDecode()
176 if (state == Z_DATA_ERROR) { in ZIPDecode()
184 if (state != Z_OK) { in ZIPDecode()
212 sp->state = 0; in ZIPSetupEncode()
302 int state; in ZIPPostEncode() local
307 switch (state) { in ZIPPostEncode()
341 sp->state = 0; in ZIPCleanup()
344 sp->state = 0; in ZIPCleanup()
[all …]
H A Dtif_packbits.c74 enum { BASE, LITERAL, RUN, LITERAL_RUN } state; in PackBitsEncode() local
79 state = BASE; in PackBitsEncode()
98 if (state == LITERAL || state == LITERAL_RUN) { in PackBitsEncode()
114 switch (state) { in PackBitsEncode()
117 state = RUN; in PackBitsEncode()
130 state = LITERAL; in PackBitsEncode()
135 state = LITERAL_RUN; in PackBitsEncode()
146 state = BASE; in PackBitsEncode()
164 state = LITERAL; in PackBitsEncode()
176 state = (((*lastliteral) += 2) == 127 ? in PackBitsEncode()
[all …]
H A Dtif_lzma.c117 if (sp->state & LSTATE_INIT_ENCODE) { in LZMASetupDecode()
119 sp->state = 0; in LZMASetupDecode()
122 sp->state |= LSTATE_INIT_DECODE; in LZMASetupDecode()
235 if (sp->state & LSTATE_INIT_DECODE) { in LZMASetupEncode()
237 sp->state = 0; in LZMASetupEncode()
240 sp->state |= LSTATE_INIT_ENCODE; in LZMASetupEncode()
255 if( sp->state != LSTATE_INIT_ENCODE ) in LZMAPreEncode()
352 if (sp->state) { in LZMACleanup()
354 sp->state = 0; in LZMACleanup()
372 if (sp->state & LSTATE_INIT_ENCODE) { in LZMAVSetField()
[all …]
H A Dtif_pixarlog.c465 int state; member
712 sp->state |= PLSTATE_INIT; in PixarLogSetupDecode()
796 if (state == Z_STREAM_END) { in PixarLogDecode()
799 if (state == Z_DATA_ERROR) { in PixarLogDecode()
807 if (state != Z_OK) { in PixarLogDecode()
914 sp->state |= PLSTATE_INIT; in PixarLogSetupEncode()
1207 int state; in PixarLogPostEncode() local
1213 switch (state) { in PixarLogPostEncode()
1229 } while (state != Z_STREAM_END); in PixarLogPostEncode()
1268 if (sp->state&PLSTATE_INIT) { in PixarLogCleanup()
[all …]
/libtiff-4.0.7/contrib/iptcutil/
H A Diptcutil.c478 state, in main() local
492 state=0; in main()
500 if (state == 0) in main()
503 state, in main() local
510 state=0; in main()
515 if (state == 0) in main()
518 if (state == 1) in main()
520 state++; in main()
524 if (state == 1) in main()
569 state++; in main()
/libtiff-4.0.7/contrib/stream/
H A DREADME9 (e.g. read, write, seek and close) into the tiff's library client state.
13 a tiff handle. The class retains the tiff handle in its local state and
/libtiff-4.0.7/
H A DHOWTO-RELEASE69 tree so that the source tree is kept in a pristine state. This
H A DChangeLog3257 Though it is still far from the state of being working and useful.
3261 * libtiff/tif_fax3.c: Save the state of printdir codec dependent
3264 * libtiff/tif_jpeg.c: Save the state of printdir codec dependent method
3286 code can now maintain encode and decode state at the same time. The
3552 * libtiff/tif_jpeg.c: Do not cleanup codec state in TIFFInitJPEG(). As
4123 * libtiff/tif_jpeg.c: Cleanup the codec state depending on
5624 * libtiff/tif_lzw.c: Move LZW codec state block allocation back to
5627 state block allocation to be able open LZW compressed files in update
5841 * libtiff/tif_lzw.c: fixed so that decoder state isn't allocated till
6692 * tif_fax3.c: keep rw_mode flag internal to fax3 state to remember