Home | History | Annotate | Download | only in src

Lines Matching refs:depth

334     int depth;
351 depth = CV_MAT_DEPTH( xmat->type );
352 if( depth < CV_32F )
392 if( depth == CV_64F && angle )
397 else if( depth == CV_32F && mag )
402 if( depth == CV_32F )
574 int depth;
582 depth = CV_MAT_DEPTH( angle->type );
583 if( depth < CV_32F )
645 if( depth == CV_32F )
1712 int depth;
1733 depth = CV_MAT_DEPTH( src->type );
1768 else if( depth < CV_32F )
1784 CvIPowFunc pow_func = (CvIPowFunc)ipow_tab.fn_2d[depth];
1799 (depth == CV_32F ? (CvSqrtFunc)icvInvSqrt_32f : (CvSqrtFunc)icvInvSqrt_64f) :
1800 (depth == CV_32F ? (CvSqrtFunc)icvSqrt_32f : (CvSqrtFunc)icvSqrt_64f);
1813 temp_buffer = cvStackAlloc( block_size*CV_ELEM_SIZE(depth) );
1823 if( depth == CV_32F )