Searched refs:src_y2 (Results 1 – 8 of 8) sorted by relevance
/external/opencv/cv/src/ |
D | cvfilter.cpp | 441 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/ |
D | row_neon.cc | 3062 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_NEON() argument 3092 "+r"(src_y2), // %2 in SobelXRow_NEON()
|
D | row_neon64.cc | 3234 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_NEON() argument 3264 "+r"(src_y2), // %2 in SobelXRow_NEON()
|
D | row_common.cc | 852 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()
|
D | row_posix.cc | 4747 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_SSE2() argument 4788 "+r"(src_y2), // %2 in SobelXRow_SSE2()
|
D | planar_functions.cc | 1936 const uint8* src_y2, uint8* dst_sobely, int width) = in ARGBSobelize()
|
D | row_win.cc | 5628 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_SSE2() argument
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1681 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);
|