Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc3061 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelXRow_NEON() argument
3091 "+r"(src_y1), // %1 in SobelXRow_NEON()
3105 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelYRow_NEON() argument
3135 "+r"(src_y1), // %1 in SobelYRow_NEON()
Drow_neon64.cc3233 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelXRow_NEON() argument
3263 "+r"(src_y1), // %1 in SobelXRow_NEON()
3279 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelYRow_NEON() argument
3309 "+r"(src_y1), // %1 in SobelYRow_NEON()
Drow_common.cc852 void SobelXRow_C(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, in SobelXRow_C() argument
857 int b = src_y1[i]; in SobelXRow_C()
860 int b_sub = src_y1[i + 2]; in SobelXRow_C()
870 void SobelYRow_C(const uint8* src_y0, const uint8* src_y1, in SobelYRow_C() argument
877 int a_sub = src_y1[i + 0]; in SobelYRow_C()
878 int b_sub = src_y1[i + 1]; in SobelYRow_C()
879 int c_sub = src_y1[i + 2]; in SobelYRow_C()
Drow_posix.cc4746 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1, in SobelXRow_SSE2() argument
4787 "+r"(src_y1), // %1 in SobelXRow_SSE2()
4808 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1, in SobelYRow_SSE2() argument
4848 "+r"(src_y1), // %1 in SobelYRow_SSE2()
Dplanar_functions.cc1933 void (*SobelYRow)(const uint8* src_y0, const uint8* src_y1, in ARGBSobelize()
1935 void (*SobelXRow)(const uint8* src_y0, const uint8* src_y1, in ARGBSobelize()
Drow_win.cc5627 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1, in SobelXRow_SSE2() argument
5684 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1, in SobelYRow_SSE2() argument
/external/opencv/cv/src/
Dcvfilter.cpp441 int src_x, src_y, src_y1, src_y2, dst_y; in process() local
505 src_y1 = src_roi.y; in process()
513 src_y1 -= max_ky; in process()
516 if( src_y1 < _src_y1 ) in process()
518 top_rows = _src_y1 - src_y1; in process()
519 src_y1 = _src_y1; in process()
538 sptr = src->data.ptr + src_y1*src->step + src_x*pix_size; 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()
2307 int i, dy, src_y1 = 0, src_y2; in icvIPPFilterNextStripe() local
[all …]
/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,
1683 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1,
1685 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1,
1687 void SobelYRow_C(const uint8* src_y0, const uint8* src_y1,
1689 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1,
1691 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1,