JSAMPLE 159 3rdparty/libjpeg/jccolor.c outptr0[col] = (JSAMPLE) JSAMPLE 163 3rdparty/libjpeg/jccolor.c outptr1[col] = (JSAMPLE) JSAMPLE 167 3rdparty/libjpeg/jccolor.c outptr2[col] = (JSAMPLE) JSAMPLE 207 3rdparty/libjpeg/jccolor.c outptr[col] = (JSAMPLE) JSAMPLE 256 3rdparty/libjpeg/jccolor.c outptr0[col] = (JSAMPLE) JSAMPLE 260 3rdparty/libjpeg/jccolor.c outptr1[col] = (JSAMPLE) JSAMPLE 264 3rdparty/libjpeg/jccolor.c outptr2[col] = (JSAMPLE) JSAMPLE 303 3rdparty/libjpeg/jccolor.c outptr0[col] = (JSAMPLE) ((r - g + CENTERJSAMPLE) & MAXJSAMPLE); JSAMPLE 304 3rdparty/libjpeg/jccolor.c outptr1[col] = (JSAMPLE) g; JSAMPLE 305 3rdparty/libjpeg/jccolor.c outptr2[col] = (JSAMPLE) ((b - g + CENTERJSAMPLE) & MAXJSAMPLE); JSAMPLE 100 3rdparty/libjpeg/jcsample.c register JSAMPLE pixval; JSAMPLE 184 3rdparty/libjpeg/jcsample.c *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix); JSAMPLE 245 3rdparty/libjpeg/jcsample.c *outptr++ = (JSAMPLE) ((GETJSAMPLE(*inptr) + GETJSAMPLE(inptr[1]) JSAMPLE 284 3rdparty/libjpeg/jcsample.c *outptr++ = (JSAMPLE) ((GETJSAMPLE(*inptr0) + GETJSAMPLE(inptr0[1]) + JSAMPLE 356 3rdparty/libjpeg/jcsample.c *outptr++ = (JSAMPLE) ((membersum + 32768) >> 16); JSAMPLE 376 3rdparty/libjpeg/jcsample.c *outptr++ = (JSAMPLE) ((membersum + 32768) >> 16); JSAMPLE 391 3rdparty/libjpeg/jcsample.c *outptr = (JSAMPLE) ((membersum + 32768) >> 16); JSAMPLE 446 3rdparty/libjpeg/jcsample.c *outptr++ = (JSAMPLE) ((membersum + 32768) >> 16); JSAMPLE 456 3rdparty/libjpeg/jcsample.c *outptr++ = (JSAMPLE) ((membersum + 32768) >> 16); JSAMPLE 464 3rdparty/libjpeg/jcsample.c *outptr = (JSAMPLE) ((membersum + 32768) >> 16); JSAMPLE 152 3rdparty/libjpeg/jdcolor.c register JSAMPLE * range_limit = cinfo->sample_range_limit; JSAMPLE 236 3rdparty/libjpeg/jdcolor.c outptr[col] = (JSAMPLE) JSAMPLE 273 3rdparty/libjpeg/jdcolor.c outptr[RGB_RED] = (JSAMPLE) ((r + g - CENTERJSAMPLE) & MAXJSAMPLE); JSAMPLE 274 3rdparty/libjpeg/jdcolor.c outptr[RGB_GREEN] = (JSAMPLE) g; JSAMPLE 275 3rdparty/libjpeg/jdcolor.c outptr[RGB_BLUE] = (JSAMPLE) ((b + g - CENTERJSAMPLE) & MAXJSAMPLE); JSAMPLE 316 3rdparty/libjpeg/jdcolor.c outptr[col] = (JSAMPLE) JSAMPLE 451 3rdparty/libjpeg/jdcolor.c register JSAMPLE * range_limit = cinfo->sample_range_limit; JSAMPLE 232 3rdparty/libjpeg/jdmaster.c JSAMPLE * table; JSAMPLE 235 3rdparty/libjpeg/jdmaster.c table = (JSAMPLE *) JSAMPLE 237 3rdparty/libjpeg/jdmaster.c (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE)); JSAMPLE 241 3rdparty/libjpeg/jdmaster.c MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE)); JSAMPLE 244 3rdparty/libjpeg/jdmaster.c table[i] = (JSAMPLE) i; JSAMPLE 251 3rdparty/libjpeg/jdmaster.c (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE)); JSAMPLE 253 3rdparty/libjpeg/jdmaster.c cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE)); JSAMPLE 237 3rdparty/libjpeg/jdmerge.c register JSAMPLE * range_limit = cinfo->sample_range_limit; JSAMPLE 299 3rdparty/libjpeg/jdmerge.c register JSAMPLE * range_limit = cinfo->sample_range_limit; JSAMPLE 389 3rdparty/libjpeg/jdmerge.c (size_t) (upsample->out_row_width * SIZEOF(JSAMPLE))); JSAMPLE 196 3rdparty/libjpeg/jdsample.c register JSAMPLE invalue; JSAMPLE 239 3rdparty/libjpeg/jdsample.c register JSAMPLE invalue; JSAMPLE 267 3rdparty/libjpeg/jdsample.c register JSAMPLE invalue; JSAMPLE 80 3rdparty/libjpeg/jidctflt.c JSAMPLE *range_limit = cinfo->sample_range_limit; JSAMPLE 179 3rdparty/libjpeg/jidctfst.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 296 3rdparty/libjpeg/jidctfst.c JSAMPLE dcval = range_limit[IDESCALE(wsptr[0], PASS1_BITS+3) JSAMPLE 182 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 316 3rdparty/libjpeg/jidctint.c JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3) JSAMPLE 438 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 587 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 708 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 823 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 927 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 1014 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 1068 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 1099 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 1271 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 1466 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 1660 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 1876 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 2104 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 2330 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 2572 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 2833 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 3104 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 3299 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 3475 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 3636 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 3788 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 3898 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 3985 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 4031 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 4249 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 4432 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 4596 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 4748 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 4927 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 5031 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 5111 3rdparty/libjpeg/jidctint.c JSAMPLE *range_limit = IDCT_range_limit(cinfo); JSAMPLE 408 3rdparty/libjpeg/jmemmgr.c ((long) samplesperrow * SIZEOF(JSAMPLE)); JSAMPLE 427 3rdparty/libjpeg/jmemmgr.c * SIZEOF(JSAMPLE))); JSAMPLE 602 3rdparty/libjpeg/jmemmgr.c (long) sptr->samplesperrow * SIZEOF(JSAMPLE); JSAMPLE 604 3rdparty/libjpeg/jmemmgr.c (long) sptr->samplesperrow * SIZEOF(JSAMPLE); JSAMPLE 652 3rdparty/libjpeg/jmemmgr.c (long) SIZEOF(JSAMPLE)); JSAMPLE 696 3rdparty/libjpeg/jmemmgr.c bytesperrow = (long) ptr->samplesperrow * SIZEOF(JSAMPLE); JSAMPLE 821 3rdparty/libjpeg/jmemmgr.c size_t bytesperrow = (size_t) ptr->samplesperrow * SIZEOF(JSAMPLE); JSAMPLE 75 3rdparty/libjpeg/jpeglib.h typedef JSAMPLE FAR *JSAMPROW; /* ptr to one image row of pixel samples. */ JSAMPLE 635 3rdparty/libjpeg/jpeglib.h JSAMPLE * sample_range_limit; /* table for fast range-limiting */ JSAMPLE 315 3rdparty/libjpeg/jquant1.c colormap[i][ptr+k] = (JSAMPLE) val; JSAMPLE 379 3rdparty/libjpeg/jquant1.c indexptr[j] = (JSAMPLE) (val * blksize); JSAMPLE 481 3rdparty/libjpeg/jquant1.c *ptrout++ = (JSAMPLE) pixcode; JSAMPLE 509 3rdparty/libjpeg/jquant1.c *ptrout++ = (JSAMPLE) pixcode; JSAMPLE 535 3rdparty/libjpeg/jquant1.c (size_t) (width * SIZEOF(JSAMPLE))); JSAMPLE 601 3rdparty/libjpeg/jquant1.c *output_ptr++ = (JSAMPLE) pixcode; JSAMPLE 634 3rdparty/libjpeg/jquant1.c JSAMPLE *range_limit = cinfo->sample_range_limit; JSAMPLE 640 3rdparty/libjpeg/jquant1.c (size_t) (width * SIZEOF(JSAMPLE))); JSAMPLE 682 3rdparty/libjpeg/jquant1.c *output_ptr += (JSAMPLE) pixcode; JSAMPLE 533 3rdparty/libjpeg/jquant2.c cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total); JSAMPLE 534 3rdparty/libjpeg/jquant2.c cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); JSAMPLE 535 3rdparty/libjpeg/jquant2.c cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total); JSAMPLE 648 3rdparty/libjpeg/jquant2.c JSAMPLE colorlist[]) JSAMPLE 769 3rdparty/libjpeg/jquant2.c colorlist[ncolors++] = (JSAMPLE) i; JSAMPLE 777 3rdparty/libjpeg/jquant2.c int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[]) JSAMPLE 788 3rdparty/libjpeg/jquant2.c JSAMPLE * cptr; /* pointer into bestcolor[] array */ JSAMPLE 838 3rdparty/libjpeg/jquant2.c *cptr = (JSAMPLE) icolor; JSAMPLE 865 3rdparty/libjpeg/jquant2.c register JSAMPLE * cptr; /* pointer into bestcolor[] array */ JSAMPLE 868 3rdparty/libjpeg/jquant2.c JSAMPLE colorlist[MAXNUMCOLORS]; JSAMPLE 871 3rdparty/libjpeg/jquant2.c JSAMPLE bestcolor[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; JSAMPLE 943 3rdparty/libjpeg/jquant2.c *outptr++ = (JSAMPLE) (*cachep - 1); JSAMPLE 968 3rdparty/libjpeg/jquant2.c JSAMPLE *range_limit = cinfo->sample_range_limit; JSAMPLE 1035 3rdparty/libjpeg/jquant2.c *outptr = (JSAMPLE) pixcode; JSAMPLE 188 3rdparty/libjpeg/jutils.c register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE)); JSAMPLE 1231 3rdparty/libtiff/tif_jpeg.c JSAMPLE *in_ptr = line_work_buf + iPair * 2; JSAMPLE 1354 3rdparty/libtiff/tif_jpeg.c JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; JSAMPLE 1357 3rdparty/libtiff/tif_jpeg.c JSAMPLE *outptr = (JSAMPLE*)tmpbuf + clumpoffset; JSAMPLE 1359 3rdparty/libtiff/tif_jpeg.c JSAMPLE *outptr = (JSAMPLE*)buf + clumpoffset; JSAMPLE 1406 3rdparty/libtiff/tif_jpeg.c JSAMPLE *in_ptr = (JSAMPLE *) (tmpbuf + iPair * 2); JSAMPLE 1808 3rdparty/libtiff/tif_jpeg.c JSAMPLE *out_ptr = (JSAMPLE *) (line16 + iPair * 2); JSAMPLE 1841 3rdparty/libtiff/tif_jpeg.c JSAMPLE* inptr; JSAMPLE 1842 3rdparty/libtiff/tif_jpeg.c JSAMPLE* outptr; JSAMPLE 1880 3rdparty/libtiff/tif_jpeg.c inptr = ((JSAMPLE*) buf) + clumpoffset; JSAMPLE 1939 3rdparty/libtiff/tif_jpeg.c * sizeof(JSAMPLE);