Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc2911 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_NEON() argument
2930 "+r"(src_sobely), // %1 in SobelRow_NEON()
2939 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_NEON() argument
2955 "+r"(src_sobely), // %1 in SobelToPlaneRow_NEON()
2968 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_NEON() argument
2985 "+r"(src_sobely), // %1 in SobelXYRow_NEON()
Drow_neon64.cc2910 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_NEON() argument
2928 "+r"(src_sobely), // %1 in SobelRow_NEON()
2939 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_NEON() argument
2954 "+r"(src_sobely), // %1 in SobelToPlaneRow_NEON()
2969 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_NEON() argument
2985 "+r"(src_sobely), // %1 in SobelXYRow_NEON()
Drow_gcc.cc4229 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_SSE2() argument
4264 "+r"(src_sobely), // %1 in SobelRow_SSE2()
4276 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_SSE2() argument
4295 "+r"(src_sobely), // %1 in SobelToPlaneRow_SSE2()
4311 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_SSE2() argument
4345 "+r"(src_sobely), // %1 in SobelXYRow_SSE2()
Drow_common.cc944 void SobelRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_C() argument
949 int b = src_sobely[i]; in SobelRow_C()
959 void SobelToPlaneRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_C() argument
964 int b = src_sobely[i]; in SobelToPlaneRow_C()
970 void SobelXYRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_C() argument
975 int b = src_sobely[i]; in SobelXYRow_C()
Dplanar_functions.cc1976 const uint8* src_sobely, in ARGBSobelize() argument
2095 void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobel()
2122 void (*SobelToPlaneRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobelToPlane()
2150 void (*SobelXYRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobelXY()
Drow_win.cc5057 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_SSE2() argument
5104 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_SSE2() argument
5137 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_SSE2() argument
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1804 void SobelRow_C(const uint8* src_sobelx, const uint8* src_sobely,
1806 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
1808 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely,
1810 void SobelToPlaneRow_C(const uint8* src_sobelx, const uint8* src_sobely,
1812 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
1814 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely,
1816 void SobelXYRow_C(const uint8* src_sobelx, const uint8* src_sobely,
1818 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
1820 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely,
1822 void SobelRow_Any_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
[all …]