Home
last modified time | relevance | path

Searched refs:cshift (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dwrgif.c225 int cshift = dinfo->cinfo->data_precision - 8; in emit_header() local
266 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()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffmedian.c802 #define GetComponent(raw, cshift, c) \ argument
804 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