Searched refs:start_col (Results 1 – 5 of 5) sorted by relevance
182 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT() argument195 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { in forward_DCT()203 elemptr = sample_data[elemr] + start_col; in forward_DCT()272 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT_float() argument285 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { in forward_DCT_float()293 elemptr = sample_data[elemr] + start_col; in forward_DCT_float()
155 JDIMENSION start_col, output_col; in decompress_onepass() local204 start_col = MCU_col_num * compptr->MCU_sample_width; in decompress_onepass()208 output_col = start_col; in decompress_onepass()260 JDIMENSION start_col; in consume_data() local316 start_col = MCU_col_num * compptr->MCU_width; in consume_data()318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()397 JDIMENSION start_col; in consume_data_build_huffman_index_baseline() local457 JDIMENSION start_col; in consume_data_build_huffman_index_progressive() local500 start_col = MCU_col_num * compptr->MCU_width; in consume_data_build_huffman_index_progressive()505 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data_build_huffman_index_progressive()
285 JDIMENSION start_col; in compress_output() local309 start_col = MCU_col_num * compptr->MCU_width; in compress_output()316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
346 JDIMENSION start_col; in compress_output() local372 start_col = MCU_col_num * compptr->MCU_width; in compress_output()374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
108 JDIMENSION start_row, JDIMENSION start_col,