Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Duvcode.h4 #define UV_VSTART (float)0.016940 macro
H A Dtif_luv.c872 va = UV_VSTART + (vi+.5)*UV_SQSIZ; in oog_encode()
920 if (v < UV_VSTART) in uv_encode()
922 vi = itrunc((v - UV_VSTART)*(1./UV_SQSIZ), em); in uv_encode()
962 *vp = UV_VSTART + (vi+.5)*UV_SQSIZ; in uv_decode()