Searched refs:ep_corr (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp424 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + local
428 a = (ep_corr * icvFilterTable[dist + 32] >> 8) & 0xff;
433 a = (ep_corr * icvFilterTable[dist] >> 8) & 0xff;
438 a = (ep_corr * icvFilterTable[63 - dist] >> 8) & 0xff;
456 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + local
460 a = (ep_corr * icvFilterTable[dist + 32] >> 8) & 0xff;
465 a = (ep_corr * icvFilterTable[dist] >> 8) & 0xff;
470 a = (ep_corr * icvFilterTable[63 - dist] >> 8) & 0xff;
499 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + local
503 a = (ep_corr * icvFilterTabl
531 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + local
[all...]

Completed in 522 milliseconds