MAX_SEQ_NO        175 third_party/iccjpeg/iccjpeg.c   char marker_present[MAX_SEQ_NO+1];	  /* 1 if marker found */
MAX_SEQ_NO        176 third_party/iccjpeg/iccjpeg.c   unsigned int data_length[MAX_SEQ_NO+1]; /* size of profile data in marker */
MAX_SEQ_NO        177 third_party/iccjpeg/iccjpeg.c   unsigned int data_offset[MAX_SEQ_NO+1]; /* offset for data in marker */
MAX_SEQ_NO        186 third_party/iccjpeg/iccjpeg.c   for (seq_no = 1; seq_no <= MAX_SEQ_NO; seq_no++)