Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvstereogc.cpp428 static inline int icvDataCostFuncGraySubpix( const uchar* a, const uchar* b ) in icvDataCostFuncGraySubpix() function
506 delta = icvDataCostFuncGraySubpix( lptr + x*3, rptr + x1*3 ); in icvComputeK()
561 E += dtab[icvDataCostFuncGraySubpix( left + x*3, right + x1*3 )]; in icvComputeEnergy()
742 dtab[icvDataCostFuncGraySubpix( left + x*3, right + x1*3 )], in icvAlphaExpand()
758 Eaa = dtab[icvDataCostFuncGraySubpix( left + x*3, right + x1*3 )]; in icvAlphaExpand()