Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
D_cxcore.h300 CvStatus CV_STDCALL icvScale_32f( const float* src, float* dst, int len, float a, float b );
Dcxmathfuncs.cpp422 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()
Dcxconvert.cpp1739 CvStatus CV_STDCALL icvScale_32f( const float* src, float* dst, int len, float a, float b ) in icvScale_32f() function