Searched defs:logLuvState (Results 1 – 1 of 1) sorted by relevance
160 struct logLuvState { struct161 int user_datafmt; /* user data format */162 int encode_meth; /* encoding method */163 int pixel_size; /* bytes per pixel */165 uint8* tbuf; /* translation buffer */166 tmsize_t tbuflen; /* buffer length */167 void (*tfunc)(LogLuvState*, uint8*, tmsize_t);169 TIFFVSetMethod vgetparent; /* super-class method */170 TIFFVSetMethod vsetparent; /* super-class method */