Lines Matching refs:GETJSAMPLE
370 int r = GETJSAMPLE (ptr[0]) >> C0_SHIFT;
371 int g = GETJSAMPLE (ptr[1]) >> C1_SHIFT;
372 int b = GETJSAMPLE (ptr[2]) >> C2_SHIFT;
977 x = GETJSAMPLE (cinfo->colormap[0][i]);
1012 x = GETJSAMPLE (cinfo->colormap[1][i]);
1046 x = GETJSAMPLE (cinfo->colormap[2][i]);
1146 icolor = GETJSAMPLE (colorlist[i]);
1147 r = GETJSAMPLE (cinfo->colormap[0][icolor]);
1148 g = GETJSAMPLE (cinfo->colormap[1][icolor]);
1149 b = GETJSAMPLE (cinfo->colormap[2][icolor]);
1270 *cachep++ = (histcell) (GETJSAMPLE (*cptr++) + 1);
1317 r = GETJSAMPLE (*inptr++);
1318 g = GETJSAMPLE (*inptr++);
1319 b = GETJSAMPLE (*inptr++);
1476 cur0 += GETJSAMPLE (inptr[0]);
1477 cur1 += GETJSAMPLE (inptr[1]);
1478 cur2 += GETJSAMPLE (inptr[2]);
1479 cur0 = GETJSAMPLE (range_limit[cur0]);
1480 cur1 = GETJSAMPLE (range_limit[cur1]);
1481 cur2 = GETJSAMPLE (range_limit[cur2]);
1509 #define GETJSAMPLE macro
1510 cur0 -= GETJSAMPLE (colormap0[pixcode]);
1511 cur1 -= GETJSAMPLE (colormap1[pixcode]);
1512 cur2 -= GETJSAMPLE (colormap2[pixcode]);
1513 #undef GETJSAMPLE