Home
last modified time | relevance | path

Searched defs:src_sobely (Results 1 – 6 of 6) 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()
2939 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_NEON()
2968 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_NEON()
Drow_neon64.cc2910 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_NEON()
2939 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_NEON()
2969 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_NEON()
Drow_gcc.cc4229 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_SSE2()
4276 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_SSE2()
4311 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_SSE2()
Drow_win.cc5057 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_SSE2()
5104 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_SSE2()
5137 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_SSE2()
Drow_common.cc944 void SobelRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_C()
959 void SobelToPlaneRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_C()
970 void SobelXYRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_C()
Dplanar_functions.cc1976 const uint8* src_sobely, in ARGBSobelize()