Searched refs:dst_sobelx (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 2998 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_NEON() argument 3029 "+r"(dst_sobelx), // %3 in SobelXRow_NEON()
|
D | row_neon64.cc | 3000 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_NEON() argument 3030 "+r"(dst_sobelx), // %3 in SobelXRow_NEON()
|
D | row_gcc.cc | 4123 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_SSE2() argument 4162 "+r"(dst_sobelx), // %3 in SobelXRow_SSE2()
|
D | row_common.cc | 909 uint8* dst_sobelx, int width) { in SobelXRow_C() argument 922 dst_sobelx[i] = (uint8)(clamp255(sobel)); in SobelXRow_C()
|
D | row_win.cc | 4949 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_SSE2() argument
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1793 uint8* dst_sobelx, int width); 1795 const uint8* src_y2, uint8* dst_sobelx, int width); 1797 const uint8* src_y2, uint8* dst_sobelx, int width);
|