Searched refs:MAX_COMPONENTS (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h39 #define MAX_COMPONENTS 10 /* maximum number of image components */ macro
H A Djdsample.c47 JSAMPARRAY color_buf[MAX_COMPONENTS];
50 upsample1_ptr methods[MAX_COMPONENTS];
56 int rowgroup_height[MAX_COMPONENTS];
61 UINT8 h_expand[MAX_COMPONENTS];
62 UINT8 v_expand[MAX_COMPONENTS];
H A Djcmainct.c44 JSAMPARRAY buffer[MAX_COMPONENTS];
50 jvirt_sarray_ptr whole_image[MAX_COMPONENTS];
H A Djcmaster.c79 if (cinfo->num_components > MAX_COMPONENTS)
81 MAX_COMPONENTS);
142 boolean component_sent[MAX_COMPONENTS];
145 int last_bitpos[MAX_COMPONENTS][DCTSIZE2];
H A Djddctmgr.c55 int cur_method[MAX_COMPONENTS];
H A Djctrans.c107 if (dstinfo->num_components < 1 || dstinfo->num_components > MAX_COMPONENTS)
109 MAX_COMPONENTS);
H A Djdinput.c59 if (cinfo->num_components > MAX_COMPONENTS)
61 MAX_COMPONENTS);
H A Djcparam.c287 MAX_COMPONENTS * SIZEOF(jpeg_component_info));
463 if (cinfo->num_components < 1 || cinfo->num_components > MAX_COMPONENTS)
465 MAX_COMPONENTS);
H A Djcprepct.c63 JSAMPARRAY color_buf[MAX_COMPONENTS];
H A Djccoefct.c58 jvirt_barray_ptr whole_image[MAX_COMPONENTS];
H A Djcsample.c68 downsample1_ptr methods[MAX_COMPONENTS];
H A Djdmainct.c122 JSAMPARRAY buffer[MAX_COMPONENTS];
H A Djpegint.h232 inverse_DCT_method_ptr inverse_DCT[MAX_COMPONENTS];
H A Djdcoefct.c56 jvirt_barray_ptr whole_image[MAX_COMPONENTS];

Completed in 60 milliseconds