Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_luv.c869 int ui, vi, ustep; in oog_encode() local
874 ustep = uv_row[vi].nus-1; in oog_encode()
875 if (vi == UV_NVS-1 || vi == 0 || ustep <= 0) in oog_encode()
876 ustep = 1; in oog_encode()
877 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) { in oog_encode()