Searched refs:shifted_ptr (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cv/src/ |
D | cvcorner.cpp | 221 uchar* shifted_ptr = 0; in icvCornerEigenValsVecs() local 278 shifted_ptr = tempsrc->data.ptr + el_anchor.y*tempsrc->step + in icvCornerEigenValsVecs() 335 IPPI_CALL( ipp_sobel_vert( shifted_ptr, temp_step, in icvCornerEigenValsVecs() 338 IPPI_CALL( ipp_sobel_horiz( shifted_ptr, temp_step, in icvCornerEigenValsVecs() 344 IPPI_CALL( ipp_scharr_vert( shifted_ptr, temp_step, in icvCornerEigenValsVecs() 346 IPPI_CALL( ipp_scharr_horiz( shifted_ptr, temp_step, in icvCornerEigenValsVecs() 517 uchar* shifted_ptr = 0; in cvPreCornerDetect() local 581 shifted_ptr = tempsrc->data.ptr + el_anchor.y*tempsrc->step + in cvPreCornerDetect() 642 IPPI_CALL( ipp_sobel_vert( shifted_ptr, temp_step, in cvPreCornerDetect() 644 IPPI_CALL( ipp_sobel_horiz( shifted_ptr, temp_step, in cvPreCornerDetect() [all …]
|
D | cvsmooth.cpp | 1408 const uchar* shifted_ptr; in cvSmooth() local 1414 shifted_ptr = temp->data.ptr + in cvSmooth() 1421 IPPI_CALL( ipp_median_box_func( shifted_ptr, temp_step, in cvSmooth()
|
D | cvfilter.cpp | 2653 const uchar* shifted_ptr; in cvFilter2D() local 2685 shifted_ptr = temp->data.ptr + in cvFilter2D() 2692 IPPI_CALL( ipp_func( shifted_ptr, temp_step, in cvFilter2D()
|