HomeSort by relevance Sort by last modified time
    Searched refs:color_map0 (Results 1 - 4 of 4) sorted by null

  /external/jpeg/
wrppm.c 135 register JSAMPROW color_map0 = cinfo->colormap[0]; local
144 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map0[pixval]));
wrtarga.c 150 register JSAMPROW color_map0 = cinfo->colormap[0]; local
156 *outptr++ = (char) GETJSAMPLE(color_map0[GETJSAMPLE(*inptr++)]);
  /external/qemu/distrib/jpeg-6b/
wrppm.c 135 register JSAMPROW color_map0 = cinfo->colormap[0]; local
144 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map0[pixval]));
wrtarga.c 150 register JSAMPROW color_map0 = cinfo->colormap[0]; local
156 *outptr++ = (char) GETJSAMPLE(color_map0[GETJSAMPLE(*inptr++)]);

Completed in 185 milliseconds