Lines Matching refs:sign
248 int blkn, ci, tbl, sign;
277 /* Figure F.22: Decoding the sign of v */
278 sign = arith_decode(cinfo, st + 1);
279 st += 2; st += sign;
296 entropy->dc_context[ci] = 12 + (sign * 4); /* large diff category */
298 entropy->dc_context[ci] = 4 + (sign * 4); /* small diff category */
304 v += 1; if (sign) v = -v;
327 int tbl, sign, k;
358 /* Figure F.22: Decoding the sign of v */
359 sign = arith_decode(cinfo, entropy->fixed_bin);
382 v += 1; if (sign) v = -v;
504 int blkn, ci, tbl, sign, k;
535 /* Figure F.22: Decoding the sign of v */
536 sign = arith_decode(cinfo, st + 1);
537 st += 2; st += sign;
554 entropy->dc_context[ci] = 12 + (sign * 4); /* large diff category */
556 entropy->dc_context[ci] = 4 + (sign * 4); /* small diff category */
562 v += 1; if (sign) v = -v;
586 /* Figure F.22: Decoding the sign of v */
587 sign = arith_decode(cinfo, entropy->fixed_bin);
610 v += 1; if (sign) v = -v;