Lines Matching refs:uv_row
874 ustep = uv_row[vi].nus-1; in oog_encode()
877 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) { in oog_encode()
878 ua = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ; in oog_encode()
883 oog_table[i] = uv_row[vi].ncum + ui; in oog_encode()
926 if (u < uv_row[vi].ustart) in uv_encode()
928 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em); in uv_encode()
929 if (ui >= uv_row[vi].nus) in uv_encode()
932 return (uv_row[vi].ncum + ui); in uv_encode()
950 ui = c - uv_row[vi].ncum; in uv_decode()
961 ui = c - uv_row[vi].ncum; in uv_decode()
962 *up = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ; in uv_decode()