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

/external/opencv/cv/src/
H A Dcvdistransform.cpp632 const uchar *sbase = src->data.ptr; local
645 dbase[0] = (uchar)(sbase[0] == 0 ? 0 : 255);
649 dbase[x] = (uchar)(sbase[x] == 0 ? 0 : lut[dbase[x-1]]);
653 sbase += srcstep;
657 a = sbase[0] == 0 ? 0 : lut[dbase[-dststep]];
662 a = sbase[x] == 0 ? 0 : lut[MIN(a, dbase[x - dststep])];
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp542 const float sbase = saturation(cbase); local
546 if (sbase > 0.0f)
547 color = (cbase - minbase) * ssat / sbase;

Completed in 87 milliseconds