HomeSort by relevance Sort by last modified time
    Searched defs:uv_encode (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_luv.c 861 uv_encode(double u, double v, int em) /* encode (u',v') coordinates */ function
958 Ce = uv_encode(u, v, em);
960 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER);
1043 Ce = uv_encode((luv3[1]+.5)/(1<<15), (luv3[2]+.5)/(1<<15),
1046 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_luv.c 875 uv_encode(double u, double v, int em) /* encode (u',v') coordinates */ function
972 Ce = uv_encode(u, v, em);
974 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER);
1057 Ce = uv_encode((luv3[1]+.5)/(1<<15), (luv3[2]+.5)/(1<<15),
1060 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER);
    [all...]

Completed in 3774 milliseconds