Searched refs:start_col (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcdctmgr.c179 * position start_row/start_col, and moving to the right for any additional
186 JDIMENSION start_row, JDIMENSION start_col,
199 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
207 elemptr = sample_data[elemr] + start_col;
276 JDIMENSION start_row, JDIMENSION start_col,
289 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
297 elemptr = sample_data[elemr] + start_col;
184 forward_DCT(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
274 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
H A Djdcoefct.c159 JDIMENSION start_col, output_col; local
195 start_col = MCU_col_num * compptr->MCU_sample_width;
199 output_col = start_col;
253 JDIMENSION start_col; local
280 start_col = MCU_col_num * compptr->MCU_width;
282 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djctrans.c289 JDIMENSION start_col; local
313 start_col = MCU_col_num * compptr->MCU_width;
320 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djccoefct.c350 JDIMENSION start_col; local
376 start_col = MCU_col_num * compptr->MCU_width;
378 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djpegint.h112 JDIMENSION start_row, JDIMENSION start_col,

Completed in 42 milliseconds