Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_luv.c783 int16* l16 = (int16*) sp->tbuf; in L16toY() local
787 *yp++ = (float)LogL16toY(*l16++); in L16toY()
793 int16* l16 = (int16*) sp->tbuf; in L16toGry() local
797 double Y = LogL16toY(*l16++); in L16toGry()
805 int16* l16 = (int16*) sp->tbuf; in L16fromY() local
809 *l16++ = (int16) (LogL16fromY(*yp++, sp->encode_meth)); in L16fromY()