Searched refs:dst_sobelx (Results 1 – 6 of 6) sorted by relevance
/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 3093 "+r"(dst_sobelx), // %3 in SobelXRow_NEON()
|
D | row_neon64.cc | 3234 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_NEON() argument 3265 "+r"(dst_sobelx), // %3 in SobelXRow_NEON()
|
D | row_posix.cc | 4747 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_SSE2() argument 4789 "+r"(dst_sobelx), // %3 in SobelXRow_SSE2()
|
D | row_common.cc | 853 uint8* dst_sobelx, int width) { in SobelXRow_C() argument 866 dst_sobelx[i] = (uint8)(clamp255(sobel)); in SobelXRow_C()
|
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 | 1682 uint8* dst_sobelx, int width); 1684 const uint8* src_y2, uint8* dst_sobelx, int width); 1686 const uint8* src_y2, uint8* dst_sobelx, int width);
|