Searched refs:cshift (Results 1 – 2 of 2) sorted by relevance
225 int cshift = dinfo->cinfo->data_precision - 8; in emit_header() local266 putc(GETJSAMPLE(colormap[0][i]) >> cshift, dinfo->pub.output_file); in emit_header()267 putc(GETJSAMPLE(colormap[1][i]) >> cshift, dinfo->pub.output_file); in emit_header()268 putc(GETJSAMPLE(colormap[2][i]) >> cshift, dinfo->pub.output_file); in emit_header()271 put_3bytes(dinfo, GETJSAMPLE(colormap[0][i]) >> cshift); in emit_header()
802 #define GetComponent(raw, cshift, c) \ argument804 cshift = raw; \805 if (cshift < 0) \806 cshift = 0; \807 else if (cshift >= MAX_COLOR) \808 cshift = MAX_COLOR-1; \809 c = cshift; \810 cshift >>= COLOR_SHIFT; \
Completed in 8 milliseconds