Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdrawing.cpp282 static const uchar icvSlopeCorrTable[] = { variable
384 slope = (slope & 0x20) ? 0x100 : icvSlopeCorrTable[slope]; in icvLineAA()