Home
last modified time | relevance | path

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

/external/jpeg/
Djcdctmgr.c182 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT() argument
195 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() argument
285 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()
Djdcoefct.c155 JDIMENSION start_col, output_col; in decompress_onepass() local
204 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() local
316 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() local
457 JDIMENSION start_col; in consume_data_build_huffman_index_progressive() local
500 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()
Djctrans.c285 JDIMENSION start_col; in compress_output() local
309 start_col = MCU_col_num * compptr->MCU_width; in compress_output()
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
Djccoefct.c346 JDIMENSION start_col; in compress_output() local
372 start_col = MCU_col_num * compptr->MCU_width; in compress_output()
374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
Djpegint.h108 JDIMENSION start_row, JDIMENSION start_col,