Home | History | Annotate | Download | only in jpeg

Lines Matching refs:cur0

955   register LOCFSERROR cur0, cur1, cur2;	/* current error or pixel value */
993 cur0 = cur1 = cur2 = 0;
1007 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4);
1013 cur0 = error_limit[cur0];
1020 cur0 += GETJSAMPLE(inptr[0]);
1023 cur0 = GETJSAMPLE(range_limit[cur0]);
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);
1036 cur0 -= GETJSAMPLE(colormap0[pixcode]);
1046 bnexterr = cur0; /* Process component 0 */
1047 delta = cur0 * 2;
1048 cur0 += delta; /* form error * 3 */
1049 errorptr[0] = (FSERROR) (bpreverr0 + cur0);
1050 cur0 += delta; /* form error * 5 */
1051 bpreverr0 = belowerr0 + cur0;
1053 cur0 += delta; /* form error * 7 */