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.cc3042 uint8* dst_sobely, int width) { in SobelYRow_NEON() argument
3072 "+r"(dst_sobely), // %2 in SobelYRow_NEON()
Drow_neon64.cc3045 uint8* dst_sobely, int width) { in SobelYRow_NEON() argument
3074 "+r"(dst_sobely), // %2 in SobelYRow_NEON()
Drow_gcc.cc4177 uint8* dst_sobely, int width) { in SobelYRow_SSE2() argument
4214 "+r"(dst_sobely), // %2 in SobelYRow_SSE2()
Dplanar_functions.cc1982 uint8* dst_sobely, int width) = SobelYRow_C; in ARGBSobelize()
1984 const uint8* src_y2, uint8* dst_sobely, int width) = in ARGBSobelize()
Drow_common.cc927 uint8* dst_sobely, int width) { in SobelYRow_C() argument
940 dst_sobely[i] = (uint8)(clamp255(sobel)); in SobelYRow_C()
Drow_win.cc5005 uint8* dst_sobely, int width) { in SobelYRow_SSE2() argument
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1799 uint8* dst_sobely, int width);
1801 uint8* dst_sobely, int width);
1803 uint8* dst_sobely, int width);