Home
last modified time | relevance | path

Searched refs:src_y2 (Results 1 – 8 of 8) sorted by relevance

/external/opencv/cv/src/
Dcvfilter.cpp441 int src_x, src_y, src_y1, src_y2, dst_y; in process() local
506 src_y2 = src_roi.y + src_roi.height; in process()
528 src_y2 += max_ky; in process()
530 if( src_y2 > _src_y2 ) in process()
532 bottom_rows = src_y2 - _src_y2; in process()
533 src_y2 = _src_y2; in process()
540 for( src_y = src_y1; src_y < src_y2; ) in process()
545 delta = fill_cyclic_buffer( sptr, src->step, src_y, src_y1, src_y2 ); in process()
562 if( !rows[0] || ((phase & CV_END) && src_y == src_y2) ) in process()
564 int br = (phase & CV_END) && src_y == src_y2 ? bottom_rows : 0; in process()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc3062 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_NEON() argument
3092 "+r"(src_y2), // %2 in SobelXRow_NEON()
Drow_neon64.cc3234 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_NEON() argument
3264 "+r"(src_y2), // %2 in SobelXRow_NEON()
Drow_common.cc852 void SobelXRow_C(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, in SobelXRow_C() argument
858 int c = src_y2[i]; in SobelXRow_C()
861 int c_sub = src_y2[i + 2]; in SobelXRow_C()
Drow_posix.cc4747 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_SSE2() argument
4788 "+r"(src_y2), // %2 in SobelXRow_SSE2()
Dplanar_functions.cc1936 const uint8* src_y2, uint8* dst_sobely, int width) = in ARGBSobelize()
Drow_win.cc5628 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_SSE2() argument
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1681 void SobelXRow_C(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2,
1684 const uint8* src_y2, uint8* dst_sobelx, int width);
1686 const uint8* src_y2, uint8* dst_sobelx, int width);