Home
last modified time | relevance | path

Searched refs:dst_sobely (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc3106 uint8* dst_sobely, int width) { in SobelYRow_NEON() argument
3136 "+r"(dst_sobely), // %2 in SobelYRow_NEON()
Drow_neon64.cc3280 uint8* dst_sobely, int width) { in SobelYRow_NEON() argument
3310 "+r"(dst_sobely), // %2 in SobelYRow_NEON()
Dplanar_functions.cc1934 uint8* dst_sobely, int width) = SobelYRow_C; in ARGBSobelize()
1936 const uint8* src_y2, uint8* dst_sobely, int width) = in ARGBSobelize()
Drow_posix.cc4809 uint8* dst_sobely, int width) { in SobelYRow_SSE2() argument
4849 "+r"(dst_sobely), // %2 in SobelYRow_SSE2()
Drow_common.cc871 uint8* dst_sobely, int width) { in SobelYRow_C() argument
884 dst_sobely[i] = (uint8)(clamp255(sobel)); in SobelYRow_C()
Drow_win.cc5685 uint8* dst_sobely, int width) { in SobelYRow_SSE2() argument
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1688 uint8* dst_sobely, int width);
1690 uint8* dst_sobely, int width);
1692 uint8* dst_sobely, int width);