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

/external/opencv/cxcore/src/
H A Dcxmatmul.cpp1759 CvLUT_TransformFunc lut_func = 0; local
1821 lut_func = cn == 1 ? (CvLUT_TransformFunc)icvLUT_Transform8u_8u_C1R :
1862 if( lut_func )
1863 lut_func( src->data.ptr, src->step, dst->data.ptr,
1893 if( lut_func )
1894 lut_func( srcptr, CV_STUB_STEP, dstptr, CV_STUB_STEP,

Completed in 62 milliseconds