Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Duvcode.h7 float ustart; member
H A Dtif_luv.c877 ua = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ; in oog_encode()
925 if (u < uv_row[vi].ustart) in uv_encode()
927 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em); in uv_encode()
961 *up = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ; in uv_decode()