Home
last modified time | relevance | path

Searched defs:dst_sobelx (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon64.cc3234 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_NEON()
Drow_neon.cc3062 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_NEON()
Drow_posix.cc4747 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_SSE2()
Drow_win.cc5628 const uint8* src_y2, uint8* dst_sobelx, int width) { in SobelXRow_SSE2()
Drow_common.cc853 uint8* dst_sobelx, int width) { in SobelXRow_C()