Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvstereogc.cpp52 #define IS_BLOCKED(d1, d2) ((d1) > (d2)) macro
739 delta = IS_BLOCKED(alpha, d) ? INFINITY : 0; in icvAlphaExpand()
745 else if( IS_BLOCKED(alpha, d) ) in icvAlphaExpand()
756 E0a = IS_BLOCKED(d, alpha) ? INFINITY : 0; in icvAlphaExpand()
757 Ea0 = IS_BLOCKED(-d1, alpha) ? INFINITY : 0; in icvAlphaExpand()
797 if( d != OCCLUDED && IS_BLOCKED(alpha, -d)) in icvAlphaExpand()