Home
last modified time | relevance | path

Searched refs:ep_table (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxdrawing.cpp305 int ep_table[9]; in icvLineAA() local
392 ep_table[0] = 0; in icvLineAA()
393 ep_table[8] = slope; in icvLineAA()
394 ep_table[1] = ep_table[3] = ((((j - i) & 0x78) | 4) * slope >> 8) & 0x1ff; in icvLineAA()
395 ep_table[2] = (t1 >> 8) & 0x1ff; in icvLineAA()
396 ep_table[4] = ((((j - i) + 0x80) | 4) * slope >> 8) & 0x1ff; in icvLineAA()
397 ep_table[5] = ((t1 + t0) >> 8) & 0x1ff; in icvLineAA()
398 ep_table[6] = (t2 >> 8) & 0x1ff; in icvLineAA()
399 ep_table[7] = ((t2 + t0) >> 8) & 0x1ff; in icvLineAA()
424 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + in icvLineAA()
[all …]