/external/jpeg/ |
D | rdjpgcom.c | 141 int discarded_bytes = 0; in next_marker() local 146 discarded_bytes++; in next_marker() 156 if (discarded_bytes != 0) { in next_marker()
|
D | wrjpgcom.c | 190 int discarded_bytes = 0; in next_marker() local 195 discarded_bytes++; in next_marker() 205 if (discarded_bytes != 0) { in next_marker()
|
D | jdmarker.c | 895 cinfo->marker->discarded_bytes++; in next_marker() 912 cinfo->marker->discarded_bytes += 2; in next_marker() 916 if (cinfo->marker->discarded_bytes != 0) { in next_marker() 917 WARNMS2(cinfo, JWRN_EXTRANEOUS_DATA, cinfo->marker->discarded_bytes, c); in next_marker() 918 cinfo->marker->discarded_bytes = 0; in next_marker() 1295 marker->pub.discarded_bytes = 0; in reset_marker_reader()
|
D | jpegint.h | 228 unsigned int discarded_bytes; /* # of bytes skipped looking for a marker */ member
|
D | jdphuff.c | 234 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; in process_restart()
|
D | jdhuff.c | 476 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; in process_restart()
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | rdjpgcom.c | 145 int discarded_bytes = 0; in next_marker() local 150 discarded_bytes++; in next_marker() 160 if (discarded_bytes != 0) { in next_marker()
|
D | wrjpgcom.c | 190 int discarded_bytes = 0; in next_marker() local 195 discarded_bytes++; in next_marker() 205 if (discarded_bytes != 0) { in next_marker()
|
D | jdmarker.c | 903 cinfo->marker->discarded_bytes++; in next_marker() 920 cinfo->marker->discarded_bytes += 2; in next_marker() 924 if (cinfo->marker->discarded_bytes != 0) { in next_marker() 925 TRACEMS2(cinfo, 1, JWRN_EXTRANEOUS_DATA, cinfo->marker->discarded_bytes, c); in next_marker() 926 cinfo->marker->discarded_bytes = 0; in next_marker() 1405 marker->pub.discarded_bytes = 0; in reset_marker_reader()
|
D | jpegint.h | 206 unsigned int discarded_bytes; /* # of bytes skipped looking for a marker */ member
|
D | jdphuff.c | 236 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; in process_restart()
|
D | jdhuff.c | 524 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; in process_restart()
|
D | google.patch | 8 if (cinfo->marker->discarded_bytes != 0) { 9 - WARNMS2(cinfo, JWRN_EXTRANEOUS_DATA, cinfo->marker->discarded_bytes, c); 10 + TRACEMS2(cinfo, 1, JWRN_EXTRANEOUS_DATA, cinfo->marker->discarded_bytes, c); 11 cinfo->marker->discarded_bytes = 0;
|
/external/qemu/distrib/jpeg-6b/ |
D | rdjpgcom.c | 141 int discarded_bytes = 0; in next_marker() local 146 discarded_bytes++; in next_marker() 156 if (discarded_bytes != 0) { in next_marker()
|
D | wrjpgcom.c | 190 int discarded_bytes = 0; in next_marker() local 195 discarded_bytes++; in next_marker() 205 if (discarded_bytes != 0) { in next_marker()
|
D | jdmarker.c | 887 cinfo->marker->discarded_bytes++; in next_marker() 904 cinfo->marker->discarded_bytes += 2; in next_marker() 908 if (cinfo->marker->discarded_bytes != 0) { in next_marker() 909 WARNMS2(cinfo, JWRN_EXTRANEOUS_DATA, cinfo->marker->discarded_bytes, c); in next_marker() 910 cinfo->marker->discarded_bytes = 0; in next_marker() 1287 marker->pub.discarded_bytes = 0; in reset_marker_reader()
|
D | jpegint.h | 228 unsigned int discarded_bytes; /* # of bytes skipped looking for a marker */ member
|
D | jdphuff.c | 238 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; in process_restart()
|
D | jdhuff.c | 476 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; in process_restart()
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jdmarker.c | 921 cinfo->marker->discarded_bytes++; in next_marker() 938 cinfo->marker->discarded_bytes += 2; in next_marker() 942 if (cinfo->marker->discarded_bytes != 0) { in next_marker() 943 WARNMS2(cinfo, JWRN_EXTRANEOUS_DATA, cinfo->marker->discarded_bytes, c); in next_marker() 944 cinfo->marker->discarded_bytes = 0; in next_marker() 1285 marker->pub.discarded_bytes = 0; in reset_marker_reader()
|
D | jpegint.h | 205 unsigned int discarded_bytes; /* # of bytes skipped looking for a marker */ member
|
D | fpdfapi_jdhuff.c | 479 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; in process_restart()
|
D | fpdfapi_jdphuff.c | 236 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; in process_restart()
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
D | jpegint.h | 205 unsigned int discarded_bytes; /* # of bytes skipped looking for a marker */ member
|