Home
last modified time | relevance | path

Searched refs:src_sobelx (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
2929 : "+r"(src_sobelx), // %0 in SobelRow_NEON()
2939 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_NEON() argument
2954 : "+r"(src_sobelx), // %0 in SobelToPlaneRow_NEON()
2968 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_NEON() argument
2984 : "+r"(src_sobelx), // %0 in SobelXYRow_NEON()
Drow_neon64.cc2910 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_NEON() argument
2927 : "+r"(src_sobelx), // %0 in SobelRow_NEON()
2939 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_NEON() argument
2953 : "+r"(src_sobelx), // %0 in SobelToPlaneRow_NEON()
2969 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_NEON() argument
2984 : "+r"(src_sobelx), // %0 in SobelXYRow_NEON()
Drow_gcc.cc4229 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_SSE2() argument
4263 : "+r"(src_sobelx), // %0 in SobelRow_SSE2()
4276 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_SSE2() argument
4294 : "+r"(src_sobelx), // %0 in SobelToPlaneRow_SSE2()
4311 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_SSE2() argument
4344 : "+r"(src_sobelx), // %0 in SobelXYRow_SSE2()
Drow_common.cc944 void SobelRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_C() argument
948 int r = src_sobelx[i]; in SobelRow_C()
959 void SobelToPlaneRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_C() argument
963 int r = src_sobelx[i]; in SobelToPlaneRow_C()
970 void SobelXYRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_C() argument
974 int r = src_sobelx[i]; in SobelXYRow_C()
Dplanar_functions.cc1975 void (*SobelRow)(const uint8* src_sobelx, 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 …]