Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:cur1

955   register LOCFSERROR cur0, cur1, cur2;	/* current error or pixel value */
993 cur0 = cur1 = cur2 = 0;
1008 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3+1] + 8, 4);
1014 cur1 = error_limit[cur1];
1021 cur1 += GETJSAMPLE(inptr[1]);
1024 cur1 = GETJSAMPLE(range_limit[cur1]);
1027 cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT];
1031 fill_inverse_cmap(cinfo, cur0>>C0_SHIFT,cur1>>C1_SHIFT,cur2>>C2_SHIFT);
1037 cur1 -= GETJSAMPLE(colormap1[pixcode]);
1054 bnexterr = cur1; /* Process component 1 */
1055 delta = cur1 * 2;
1056 cur1 += delta; /* form error * 3 */
1057 errorptr[1] = (FSERROR) (bpreverr1 + cur1);
1058 cur1 += delta; /* form error * 5 */
1059 bpreverr1 = belowerr1 + cur1;
1061 cur1 += delta; /* form error * 7 */