Lines Matching refs:start_col
32 JDIMENSION start_col,
35 JDIMENSION start_col,
373 convsamp(JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM *workspace)
381 elemptr = sample_data[elemr] + start_col;
485 * position start_row/start_col, and moving to the right for any additional
492 JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks)
509 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
511 (*do_convsamp) (sample_data, start_col, workspace);
525 convsamp_float(JSAMPARRAY sample_data, JDIMENSION start_col,
534 elemptr = sample_data[elemr] + start_col;
581 JDIMENSION start_row, JDIMENSION start_col,
600 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
602 (*do_convsamp) (sample_data, start_col, workspace);