Home
last modified time | relevance | path

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

/external/jpeg/
Dwrppm.c34 #define PUTPPMSAMPLE(ptr,v) *ptr++ = (char) (v) macro
39 #define PUTPPMSAMPLE(ptr,v) *ptr++ = (char) ((v) >> (BITS_IN_JSAMPLE-8)) macro
44 #define PUTPPMSAMPLE(ptr,v) \ macro
116 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(*ptr++)); in copy_pixel_rows()
144 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map0[pixval])); in put_demapped_rgb()
145 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map1[pixval])); in put_demapped_rgb()
146 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map2[pixval])); in put_demapped_rgb()
165 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map[GETJSAMPLE(*ptr++)])); in put_demapped_gray()