Searched refs:samplesperrow (Results 1 – 4 of 4) sorted by relevance
153 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */ member396 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument407 ((long) samplesperrow * SIZEOF(JSAMPLE)); in alloc_sarray()425 (size_t) ((size_t) rowsperchunk * (size_t) samplesperrow in alloc_sarray()429 workspace += samplesperrow; in alloc_sarray()524 JDIMENSION samplesperrow, JDIMENSION numrows, in request_virt_sarray() argument541 result->samplesperrow = samplesperrow; in request_virt_sarray()601 (long) sptr->samplesperrow * SIZEOF(JSAMPLE); in realize_virt_arrays()603 (long) sptr->samplesperrow * SIZEOF(JSAMPLE); in realize_virt_arrays()650 (long) sptr->samplesperrow * in realize_virt_arrays()[all …]
311 long samplesperrow; in master_selection() local319 samplesperrow = (long) cinfo->output_width * (long) cinfo->out_color_components; in master_selection()320 jd_samplesperrow = (JDIMENSION) samplesperrow; in master_selection()321 if ((long) jd_samplesperrow != samplesperrow) in master_selection()
51 long samplesperrow; in initial_setup() local65 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components; in initial_setup()66 jd_samplesperrow = (JDIMENSION) samplesperrow; in initial_setup()67 if ((long) jd_samplesperrow != samplesperrow) in initial_setup()
767 JDIMENSION samplesperrow,775 JDIMENSION samplesperrow,