Searched refs:ustep (Results 1 – 1 of 1) sorted by relevance
869 int ui, vi, ustep; in oog_encode() local874 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()