HomeSort by relevance Sort by last modified time
    Searched full:uv_decode (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_luv.c 883 uv_decode(double *up, double *vp, int c) /* decode (u',v') index */ function
927 if (uv_decode(&u, &v, Ce) < 0) {
988 if (uv_decode(&u, &v, *luv&0x3fff) < 0) {
    [all...]
tiffio.h 490 extern int uv_decode(double*, double*, int);
  /external/pdfium/third_party/libtiff/
tif_luv.c 897 uv_decode(double *up, double *vp, int c) /* decode (u',v') index */ function
941 if (uv_decode(&u, &v, Ce) < 0) {
1002 if (uv_decode(&u, &v, *luv&0x3fff) < 0) {
    [all...]
tiffio.h 497 extern int uv_decode(double*, double*, int);

Completed in 266 milliseconds