Searched refs:src_sobelx (Results 1 - 15 of 15) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_neon.cc2675 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2692 : "+r"(src_sobelx), // %0
2702 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2716 : "+r"(src_sobelx), // %0
2730 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2745 : "+r"(src_sobelx), // %0
H A Drow_neon64.cc2641 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2658 : "+r"(src_sobelx), // %0
2668 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2682 : "+r"(src_sobelx), // %0
2696 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, argument
2711 : "+r"(src_sobelx), // %0
H A Drow_gcc.cc4446 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, argument
4480 : "+r"(src_sobelx), // %0
4493 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, argument
4511 : "+r"(src_sobelx), // %0
4528 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, argument
4561 : "+r"(src_sobelx), // %0
H A Dplanar_functions.cc2185 void (*SobelRow)(const uint8* src_sobelx,
2305 void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely,
2332 void (*SobelToPlaneRow)(const uint8* src_sobelx, const uint8* src_sobely,
2360 void (*SobelXYRow)(const uint8* src_sobelx, const uint8* src_sobely,
2182 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_common.cc915 void SobelRow_C(const uint8* src_sobelx, const uint8* src_sobely, argument
919 int r = src_sobelx[i];
930 void SobelToPlaneRow_C(const uint8* src_sobelx, const uint8* src_sobely, argument
934 int r = src_sobelx[i];
941 void SobelXYRow_C(const uint8* src_sobelx, const uint8* src_sobely, argument
945 int r = src_sobelx[i];
H A Drow_win.cc5141 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
5145 mov eax, [esp + 4 + 4] // src_sobelx
5154 movdqu xmm0, [eax] // read 16 pixels src_sobelx
5188 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
5192 mov eax, [esp + 4 + 4] // src_sobelx
5199 movdqu xmm0, [eax] // read 16 pixels src_sobelx
5221 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
5225 mov eax, [esp + 4 + 4] // src_sobelx
5233 movdqu xmm0, [eax] // read 16 pixels src_sobelx
/external/libyuv/files/source/
H A Drow_neon.cc2650 void SobelRow_NEON(const uint8* src_sobelx, argument
2669 : "+r"(src_sobelx), // %0
2679 void SobelToPlaneRow_NEON(const uint8* src_sobelx, argument
2695 : "+r"(src_sobelx), // %0
2709 void SobelXYRow_NEON(const uint8* src_sobelx, argument
2726 : "+r"(src_sobelx), // %0
H A Drow_neon64.cc2635 void SobelRow_NEON(const uint8* src_sobelx, argument
2654 : "+r"(src_sobelx), // %0
2664 void SobelToPlaneRow_NEON(const uint8* src_sobelx, argument
2680 : "+r"(src_sobelx), // %0
2694 void SobelXYRow_NEON(const uint8* src_sobelx, argument
2711 : "+r"(src_sobelx), // %0
H A Drow_gcc.cc4502 void SobelRow_SSE2(const uint8* src_sobelx, argument
4538 : "+r"(src_sobelx), // %0
4551 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, argument
4571 : "+r"(src_sobelx), // %0
4588 void SobelXYRow_SSE2(const uint8* src_sobelx, argument
4623 : "+r"(src_sobelx), // %0
H A Dplanar_functions.cc2556 void (*SobelRow)(const uint8* src_sobelx,
2688 void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely,
2726 void (*SobelToPlaneRow)(const uint8* src_sobelx, const uint8* src_sobely,
2765 void (*SobelXYRow)(const uint8* src_sobelx, const uint8* src_sobely,
2550 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_common.cc918 void SobelRow_C(const uint8* src_sobelx, argument
924 int r = src_sobelx[i];
935 void SobelToPlaneRow_C(const uint8* src_sobelx, argument
941 int r = src_sobelx[i];
948 void SobelXYRow_C(const uint8* src_sobelx, argument
954 int r = src_sobelx[i];
H A Drow_msa.cc2330 void SobelRow_MSA(const uint8* src_sobelx, argument
2344 src0 = (v16u8)__msa_ld_b((v16i8*)src_sobelx, 0);
2352 src_sobelx += 16;
2358 void SobelToPlaneRow_MSA(const uint8* src_sobelx, argument
2366 src0 = (v16u8)__msa_ld_b((v16i8*)src_sobelx, 0);
2367 src1 = (v16u8)__msa_ld_b((v16i8*)src_sobelx, 16);
2373 src_sobelx += 32;
2379 void SobelXYRow_MSA(const uint8* src_sobelx, argument
2389 src0 = (v16u8)__msa_ld_b((v16i8*)src_sobelx, 0);
2401 src_sobelx
[all...]
H A Drow_win.cc5087 __declspec(naked) void SobelRow_SSE2(const uint8* src_sobelx,
5093 mov eax, [esp + 4 + 4] // src_sobelx
5102 movdqu xmm0, [eax] // read 16 pixels src_sobelx
5135 __declspec(naked) void SobelToPlaneRow_SSE2(const uint8* src_sobelx,
5141 mov eax, [esp + 4 + 4] // src_sobelx
5148 movdqu xmm0, [eax] // read 16 pixels src_sobelx
5169 __declspec(naked) void SobelXYRow_SSE2(const uint8* src_sobelx,
5175 mov eax, [esp + 4 + 4] // src_sobelx
5183 movdqu xmm0, [eax] // read 16 pixels src_sobelx
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h1892 void SobelRow_C(const uint8* src_sobelx, const uint8* src_sobely,
1894 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
1896 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely,
1898 void SobelToPlaneRow_C(const uint8* src_sobelx, const uint8* src_sobely,
1900 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
1902 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely,
1904 void SobelXYRow_C(const uint8* src_sobelx, const uint8* src_sobely,
1906 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
1908 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely,
1910 void SobelRow_Any_SSE2(const uint8* src_sobelx, cons
[all...]
/external/libyuv/files/include/libyuv/
H A Drow.h3014 void SobelRow_C(const uint8* src_sobelx,
3018 void SobelRow_SSE2(const uint8* src_sobelx,
3022 void SobelRow_NEON(const uint8* src_sobelx,
3026 void SobelRow_MSA(const uint8* src_sobelx,
3030 void SobelToPlaneRow_C(const uint8* src_sobelx,
3034 void SobelToPlaneRow_SSE2(const uint8* src_sobelx,
3038 void SobelToPlaneRow_NEON(const uint8* src_sobelx,
3042 void SobelToPlaneRow_MSA(const uint8* src_sobelx,
3046 void SobelXYRow_C(const uint8* src_sobelx,
3050 void SobelXYRow_SSE2(const uint8* src_sobelx,
[all...]

Completed in 593 milliseconds