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

  /external/opencv/cxcore/src/
cxdrawing.cpp 172 int bt_pix, bt_pix0, step; local
190 bt_pix0 = bt_pix = CV_ELEM_SIZE(mat->type);
207 bt_pix = (bt_pix ^ s) - s;
223 bt_pix ^= step & s;
224 step ^= bt_pix & s;
225 bt_pix ^= step & s;
235 iterator->minus_step = bt_pix;
245 iterator->plus_step = step - bt_pix;
246 iterator->minus_step = bt_pix;
    [all...]

Completed in 1748 milliseconds