Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_luv.c873 ustep = uv_row[vi].nus-1; in oog_encode()
876 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) { in oog_encode()
877 ua = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ; in oog_encode()
882 oog_table[i] = uv_row[vi].ncum + ui; 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()
928 if (ui >= uv_row[vi].nus) in uv_encode()
931 return (uv_row[vi].ncum + ui); in uv_encode()
949 ui = c - uv_row[vi].ncum; in uv_decode()
960 ui = c - uv_row[vi].ncum; in uv_decode()
[all …]
H A Duvcode.h9 } uv_row[UV_NVS] = { variable