Lines Matching full:start_col
31 JDIMENSION start_col,
34 JDIMENSION start_col,
368 convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace)
376 elemptr = sample_data[elemr] + start_col;
480 * position start_row/start_col, and moving to the right for any additional
487 JDIMENSION start_row, JDIMENSION start_col,
505 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
507 (*do_convsamp) (sample_data, start_col, workspace);
522 convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace)
530 elemptr = sample_data[elemr] + start_col;
577 JDIMENSION start_row, JDIMENSION start_col,
596 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
598 (*do_convsamp) (sample_data, start_col, workspace);