Home
last modified time | relevance | path

Searched refs:discarded_bytes (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/
A Drdjpgcom.c145 int discarded_bytes = 0; in next_marker() local
150 discarded_bytes++; in next_marker()
160 if (discarded_bytes != 0) { in next_marker()
A Dwrjpgcom.c191 int discarded_bytes = 0; in next_marker() local
196 discarded_bytes++; in next_marker()
206 if (discarded_bytes != 0) { in next_marker()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdmarker.c1024 cinfo->marker->discarded_bytes++; in next_marker()
1041 cinfo->marker->discarded_bytes += 2; in next_marker()
1045 if (cinfo->marker->discarded_bytes != 0) { in next_marker()
1046 WARNMS2(cinfo, JWRN_EXTRANEOUS_DATA, cinfo->marker->discarded_bytes, c); in next_marker()
1047 cinfo->marker->discarded_bytes = 0; in next_marker()
1402 marker->pub.discarded_bytes = 0; in reset_marker_reader()
A Djpegint.h208 unsigned int discarded_bytes; /* # of bytes skipped looking for a marker */ member
A Djdhuff.c641 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; in finish_pass_huff()

Completed in 11 milliseconds