Searched refs:dst_sobelx (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libyuv/source/ |
D | row_neon.cc | 2773 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_NEON() argument 2797 "+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 | 5509 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_SSE2() argument
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | row.h | 1654 uint8* dst_sobelx, int width); 1656 const uint8* src_y2, uint8* dst_sobelx, int width); 1658 const uint8* src_y2, uint8* dst_sobelx, int width);
|