Searched refs:MAX_SECTIONS (Results 1 – 1 of 1) sorted by relevance
210 #define MAX_SECTIONS 32 /* number of sections per page to write to output */ macro2035 if ((page->cols * page->rows) > MAX_SECTIONS) in process_command_opts()2037 TIFFError ("Limit for subdivisions, ie rows x columns, exceeded", "%d", MAX_SECTIONS); in process_command_opts()2200 struct pageseg sections[MAX_SECTIONS]; /* Sections of one output page */ in main()2201 struct buffinfo seg_buffs[MAX_SECTIONS]; /* Segment buffer sizes and pointers */ in main()4981 for (i = 0; i < MAX_SECTIONS; i++) in initPageSetup()5773 if ((page->rows * page->cols) > MAX_SECTIONS) in computeOutputPixelOffsets()5781 for (k = 0, i = 0 && k <= MAX_SECTIONS; i < orows; i++) in computeOutputPixelOffsets()6997 if ((k < 1) || (k > MAX_SECTIONS)) in writeImageSections()