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

  /external/opencv3/modules/calib3d/src/
stereobm.cpp 115 const int OFS = 256*5, TABSZ = OFS*2 + 256;
124 tab[x] = (uchar)(x - OFS < -ftzero ? 0 : x - OFS > ftzero ? ftzero*2 : x - OFS + ftzero);
158 dptr[0] = tab[val + OFS];
164 dptr[x] = tab[val + OFS];
169 dptr[x] = tab[val + OFS];
194 const int OFS = 256*4, TABSZ = OFS*2 + 256
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
tran.c 41 char **OFS; /* output field sep */
80 OFS = &setsymtab("OFS", " ", 0.0, STR|DONTFREE, symtab)->sval;
  /external/opencv/cv/src/
cvstereobm.cpp 113 const int OFS = 256*5, TABSZ = OFS*2 + 256;
122 tab[x] = (uchar)(x - OFS < -ftzero ? 0 : x - OFS > ftzero ? ftzero*2 : x - OFS + ftzero);
157 dptr[0] = tab[val + OFS];
163 dptr[x] = tab[val + OFS];
168 dptr[x] = tab[val + OFS];

Completed in 1300 milliseconds