Lines Matching refs:start
1610 unsigned int i, j, start, end; in process_command_opts() local
1632 case 'd': start = strtoul(optarg, NULL, 0); /* initial IFD offset */ in process_command_opts()
1633 if (start == 0) in process_command_opts()
1639 *dirnum = start - 1; in process_command_opts()
1946 start = atoi (opt_ptr); in process_command_opts()
1951 for (j = start; j <= end && j - start + i < MAX_IMAGES; j++) in process_command_opts()
2717 tsample_t count, uint32 start, uint32 end) in extractContigSamplesBytes() argument
2731 if ((start > end) || (start > cols)) in extractContigSamplesBytes()
2734 "Invalid start column value %d ignored", start); in extractContigSamplesBytes()
2735 start = 0; in extractContigSamplesBytes()
2744 dst_rowsize = (bps * (end - start) * count) / 8; in extractContigSamplesBytes()
2750 src = in + (start * spp * bytes_per_sample); in extractContigSamplesBytes()
2755 for (col = start; col < end; col++) in extractContigSamplesBytes()
2783 tsample_t count, uint32 start, uint32 end) in extractContigSamples8bits() argument
2798 if ((start > end) || (start > cols)) in extractContigSamples8bits()
2801 "Invalid start column value %d ignored", start); in extractContigSamples8bits()
2802 start = 0; in extractContigSamples8bits()
2814 for (col = start; col < end; col++) in extractContigSamples8bits()
2860 tsample_t count, uint32 start, uint32 end) in extractContigSamples16bits() argument
2876 if ((start > end) || (start > cols)) in extractContigSamples16bits()
2879 "Invalid start column value %d ignored", start); in extractContigSamples16bits()
2880 start = 0; in extractContigSamples16bits()
2892 for (col = start; col < end; col++) in extractContigSamples16bits()
2949 tsample_t count, uint32 start, uint32 end) in extractContigSamples24bits() argument
2965 if ((start > end) || (start > cols)) in extractContigSamples24bits()
2968 "Invalid start column value %d ignored", start); in extractContigSamples24bits()
2969 start = 0; in extractContigSamples24bits()
2980 for (col = start; col < end; col++) in extractContigSamples24bits()
3042 tsample_t count, uint32 start, uint32 end) in extractContigSamples32bits() argument
3060 if ((start > end) || (start > cols)) in extractContigSamples32bits()
3063 "Invalid start column value %d ignored", start); in extractContigSamples32bits()
3064 start = 0; in extractContigSamples32bits()
3076 for (col = start; col < end; col++) in extractContigSamples32bits()
3147 tsample_t count, uint32 start, uint32 end, in extractContigSamplesShifted8bits() argument
3163 if ((start > end) || (start > cols)) in extractContigSamplesShifted8bits()
3166 "Invalid start column value %d ignored", start); in extractContigSamplesShifted8bits()
3167 start = 0; in extractContigSamplesShifted8bits()
3179 for (col = start; col < end; col++) in extractContigSamplesShifted8bits()
3198 if ((col == start) && (sindex == sample)) in extractContigSamplesShifted8bits()
3227 tsample_t count, uint32 start, uint32 end, in extractContigSamplesShifted16bits() argument
3244 if ((start > end) || (start > cols)) in extractContigSamplesShifted16bits()
3247 "Invalid start column value %d ignored", start); in extractContigSamplesShifted16bits()
3248 start = 0; in extractContigSamplesShifted16bits()
3259 for (col = start; col < end; col++) in extractContigSamplesShifted16bits()
3282 if ((col == start) && (sindex == sample)) in extractContigSamplesShifted16bits()
3317 tsample_t count, uint32 start, uint32 end, in extractContigSamplesShifted24bits() argument
3334 if ((start > end) || (start > cols)) in extractContigSamplesShifted24bits()
3337 "Invalid start column value %d ignored", start); in extractContigSamplesShifted24bits()
3338 start = 0; in extractContigSamplesShifted24bits()
3349 for (col = start; col < end; col++) in extractContigSamplesShifted24bits()
3373 if ((col == start) && (sindex == sample)) in extractContigSamplesShifted24bits()
3415 tsample_t count, uint32 start, uint32 end, in extractContigSamplesShifted32bits() argument
3434 if ((start > end) || (start > cols)) in extractContigSamplesShifted32bits()
3437 "Invalid start column value %d ignored", start); in extractContigSamplesShifted32bits()
3438 start = 0; in extractContigSamplesShifted32bits()
3450 for (col = start; col < end; col++) in extractContigSamplesShifted32bits()
3481 if ((col == start) && (sindex == sample)) in extractContigSamplesShifted32bits()