Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_luv.c784 float* yp = (float*) op; in L16toY() local
787 *yp++ = (float)LogL16toY(*l16++); in L16toY()
806 float* yp = (float*) op; in L16fromY() local
809 *l16++ = (int16) (LogL16fromY(*yp++, sp->encode_meth)); in L16fromY()