Searched refs:LastKnownResync (Results 1 – 2 of 2) sorted by relevance
112 int LastKnownResync=0; /* This is the index of the next Resync */ variable186 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()
77 extern int LastKnownResync;1436 ((LastKnownResync+1)&0x07)) in JpegLosslessDecodeScan()1647 ((LastKnownResync+1)&0x07)) in JpegDecodeScan()