Searched refs:coef (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djccoefct.c79 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; variable
86 coef->MCU_rows_per_iMCU_row = 1;
88 if (coef->iMCU_row_num < (cinfo->total_iMCU_rows-1))
89 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor;
91 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
94 coef->mcu_ctr = 0;
95 coef->MCU_vert_offset = 0;
106 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
149 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
251 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
347 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
411 my_coef_ptr coef; local
[all...]
H A Djdcoefct.c86 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
93 coef->MCU_rows_per_iMCU_row = 1;
96 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor;
98 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
101 coef->MCU_ctr = 0;
102 coef->MCU_vert_offset = 0;
126 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
129 if (coef
153 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
250 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
321 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
411 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
467 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
682 my_coef_ptr coef; local
[all...]
H A Djctrans.c234 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
241 coef->MCU_rows_per_iMCU_row = 1;
243 if (coef->iMCU_row_num < (cinfo->total_iMCU_rows-1))
244 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor;
246 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
249 coef->mcu_ctr = 0;
250 coef->MCU_vert_offset = 0;
261 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
284 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
370 my_coef_ptr coef; local
[all...]
H A Djdtrans.c57 /* Absorb whole file into the coef buffer */
87 return cinfo->coef->coef_arrays;
H A Djidctfst.c133 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval))
135 #define DEQUANTIZE(coef,quantval) \
136 DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
H A Djcapistd.c157 if (! (*cinfo->coef->compress_data) (cinfo, data)) {
H A Djcmainct.c139 if (! (*cinfo->coef->compress_data) (cinfo, _main->buffer)) {
213 if (! (*cinfo->coef->compress_data) (cinfo, _main->buffer)) {
H A Djidctflt.c64 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
H A Djdinput.c263 (*cinfo->coef->start_input_pass) (cinfo);
264 cinfo->inputctl->consume_input = cinfo->coef->consume_data;
323 /* Prevent infinite loop in coef ctlr's decompress_data routine
H A Djidctint.c144 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
H A Djidctred.c113 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
H A Djcmaster.c423 (*cinfo->coef->start_pass) (cinfo,
442 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST);
461 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST);
H A Djdmainct.c358 if (! (*cinfo->coef->decompress_data) (cinfo, _main->buffer))
397 if (! (*cinfo->coef->decompress_data) (cinfo,
H A Djcapimin.c172 /* We bypass the main controller and invoke coef controller directly;
175 if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
H A Djdapistd.c55 /* If file has multiple scans, absorb them all into the coef buffer */
214 if (! (*cinfo->coef->decompress_data) (cinfo, data))
H A Djpeglib.h371 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
402 struct jpeg_c_coef_controller * coef; member in struct:jpeg_compress_struct
515 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
625 struct jpeg_d_coef_controller * coef; member in struct:jpeg_decompress_struct
H A Djdmaster.c469 (*cinfo->coef->start_output_pass) (cinfo);

Completed in 138 milliseconds