Searched refs:icvScale_32f (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
D | _cxcore.h | 300 CvStatus CV_STDCALL icvScale_32f( const float* src, float* dst, int len, float a, float b );
|
D | cxmathfuncs.cpp | 422 icvScale_32f( angle_data + x, angle_data + x, in cvCartToPolar() 460 icvScale_32f( x_buffer, x_buffer, len, (float)(CV_PI/180.), 0 ); in cvCartToPolar() 1826 icvScale_32f( (float*)temp_buffer, (float*)temp_buffer, len, (float)power, 0 ); in cvPow()
|
D | cxconvert.cpp | 1739 CvStatus CV_STDCALL icvScale_32f( const float* src, float* dst, int len, float a, float b ) in icvScale_32f() function
|