/* This version of libjpeg-turbo supports run-time selection of data precision, * so BITS_IN_JSAMPLE is no longer used to specify the data precision at build * time. However, some downstream software expects the macro to be defined. * Since 12-bit data precision is an opt-in feature that requires explicitly * calling 12-bit-specific libjpeg API functions and using 12-bit-specific data * types, the unmodified portion of the libjpeg API still behaves as if it were * built for 8-bit precision, and JSAMPLE is still literally an 8-bit data * type. Thus, it is correct to define BITS_IN_JSAMPLE to 8 here.
*/ #ifndef BITS_IN_JSAMPLE #define BITS_IN_JSAMPLE 8 #endif
/* Define if your (broken) compiler shifts signed values as if they were
unsigned. */ /* #undef RIGHT_SHIFT_IS_UNSIGNED */
Messung V0.5
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.