/* Pointer to routine to upsample a single component */ typedefvoid (*upsample1_ptr) (j_decompress_ptr cinfo,
jpeg_component_info *compptr,
_JSAMPARRAY input_data,
_JSAMPARRAY *output_data_ptr);
/* Private subobject */
typedefstruct { struct jpeg_upsampler pub; /* public fields */
/* Color conversion buffer. When using separate upsampling and color *conversionsteps,thisbufferholdsoneupsampledrowgroupuntilit *hasbeencolorconvertedandoutput. *Note:wedonotallocateanystorageforcomponent(s)whicharefull-size, *iedonotneedrescaling.Thecorrespondingentryofcolor_buf[]is *simplysettopointtotheinputdataarray,therebyavoidingcopying.
*/
_JSAMPARRAY color_buf[MAX_COMPONENTS];
int next_row_out; /* counts rows emitted from color_buf */
JDIMENSION rows_to_go; /* counts rows remaining in image */
/* Height of an input row group for each component. */ int rowgroup_height[MAX_COMPONENTS];
/* These arrays save component expansion factors so that int_expand need not *recomputethemeachtime.Theyareunusedforotherupsamplingmethods.
*/
UINT8 h_expand[MAX_COMPONENTS];
UINT8 v_expand[MAX_COMPONENTS];
} my_upsampler;
typedef my_upsampler *my_upsample_ptr;
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-08-25)
¤
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.