Home
last modified time | relevance | path

Searched refs:LastKnownResync (Results 1 – 2 of 2) sorted by relevance

/dports/devel/gdcm/gdcm-3.0.10/Utilities/pvrg/
H A Dstream.c112 int LastKnownResync=0; /* This is the index of the next Resync */ variable
186 Stack_Stream_LastKnownResync[Stack_Stream_Current]=LastKnownResync; in pushstream()
220 LastKnownResync=Stack_Stream_LastKnownResync[index];
374 LastKnownResync=0;
893 LastKnownResync = marker_read_byte & 0x07; /* Set up currently read */ in Resync()
904 ResyncCount = (LastKnownResync+1)&0x07; in Resync()
910 ResyncCount,LastKnownResync); in Resync()
H A Djpeg.c77 extern int LastKnownResync;
1436 ((LastKnownResync+1)&0x07)) in JpegLosslessDecodeScan()
1647 ((LastKnownResync+1)&0x07)) in JpegDecodeScan()