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

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

Completed in 166 milliseconds