HomeSort by relevance Sort by last modified time
    Searched refs:ep_table (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
cxdrawing.cpp 305 int ep_table[9]; local
392 ep_table[0] = 0;
393 ep_table[8] = slope;
394 ep_table[1] = ep_table[3] = ((((j - i) & 0x78) | 4) * slope >> 8) & 0x1ff;
395 ep_table[2] = (t1 >> 8) & 0x1ff;
396 ep_table[4] = ((((j - i) + 0x80) | 4) * slope >> 8) & 0x1ff;
397 ep_table[5] = ((t1 + t0) >> 8) & 0x1ff;
398 ep_table[6] = (t2 >> 8) & 0x1ff;
399 ep_table[7] = ((t2 + t0) >> 8) & 0x1ff
    [all...]
  /external/opencv3/modules/imgproc/src/
drawing.cpp 292 int ep_table[9]; local
383 ep_table[0] = 0;
384 ep_table[8] = slope;
385 ep_table[1] = ep_table[3] = ((((j - i) & 0x78) | 4) * slope >> 8) & 0x1ff;
386 ep_table[2] = (t1 >> 8) & 0x1ff;
387 ep_table[4] = ((((j - i) + 0x80) | 4) * slope >> 8) & 0x1ff;
388 ep_table[5] = ((t1 + t0) >> 8) & 0x1ff;
389 ep_table[6] = (t2 >> 8) & 0x1ff;
390 ep_table[7] = ((t2 + t0) >> 8) & 0x1ff
    [all...]

Completed in 2466 milliseconds