Searched refs:UV_SQSIZ (Results 1 – 2 of 2) sorted by relevance
2 #define UV_SQSIZ (float)0.003500 macro
873 va = UV_VSTART + (vi+.5)*UV_SQSIZ; in oog_encode()878 ua = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ; in oog_encode()923 vi = itrunc((v - UV_VSTART)*(1./UV_SQSIZ), em); in uv_encode()928 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em); in uv_encode()962 *up = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ; in uv_decode()963 *vp = UV_VSTART + (vi+.5)*UV_SQSIZ; in uv_decode()