Searched defs:OFS (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvstereobm.cpp113 const int OFS = 256*5, TABSZ = OFS*2 + 256; local
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 97 milliseconds