Searched defs:src_sobelx (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc1975 void (*SobelRow)(const uint8* src_sobelx,
2095 void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely,
2122 void (*SobelToPlaneRow)(const uint8* src_sobelx, const uint8* src_sobely,
2150 void (*SobelXYRow)(const uint8* src_sobelx, const uint8* src_sobely,
1972 ARGBSobelize(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely, uint8* dst, int width)) argument
H A Drow_neon.cc2911 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2929 : "+r"(src_sobelx), // %0
2939 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2954 : "+r"(src_sobelx), // %0
2968 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2984 : "+r"(src_sobelx), // %0
H A Drow_neon64.cc2910 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2927 : "+r"(src_sobelx), // %0
2939 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2953 : "+r"(src_sobelx), // %0
2969 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2984 : "+r"(src_sobelx), // %0
H A Drow_common.cc944 void SobelRow_C(const uint8* src_sobelx, const uint8* src_sobely, argument
948 int r = src_sobelx[i];
959 void SobelToPlaneRow_C(const uint8* src_sobelx, const uint8* src_sobely, argument
963 int r = src_sobelx[i];
970 void SobelXYRow_C(const uint8* src_sobelx, const uint8* src_sobely, argument
974 int r = src_sobelx[i];
H A Drow_gcc.cc4229 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, argument
4263 : "+r"(src_sobelx), // %0
4276 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, argument
4294 : "+r"(src_sobelx), // %0
4311 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, argument
4344 : "+r"(src_sobelx), // %0
H A Drow_win.cc5057 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, argument
5061 mov eax, [esp + 4 + 4] // src_sobelx
5070 movdqu xmm0, [eax] // read 16 pixels src_sobelx
5104 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, argument
5108 mov eax, [esp + 4 + 4] // src_sobelx
5115 movdqu xmm0, [eax] // read 16 pixels src_sobelx
5137 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, argument
5141 mov eax, [esp + 4 + 4] // src_sobelx
5149 movdqu xmm0, [eax] // read 16 pixels src_sobelx

Completed in 521 milliseconds