Searched defs:PUTPPMSAMPLE (Results 1 – 1 of 1) sorted by relevance
39 #define PUTPPMSAMPLE(ptr, v) *ptr++ = (char)(v) macro44 #define PUTPPMSAMPLE(ptr, v) *ptr++ = (char)((v) >> (BITS_IN_JSAMPLE - 8)) macro49 #define PUTPPMSAMPLE(ptr, v) { \ macro