Searched defs:coef (Results 1 - 4 of 4) 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 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 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 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

Completed in 36 milliseconds