Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_neon.cc2650 void SobelRow_NEON(const uint8* src_sobelx, in SobelRow_NEON() argument
2669 : "+r"(src_sobelx), // %0 in SobelRow_NEON()
2679 void SobelToPlaneRow_NEON(const uint8* src_sobelx, in SobelToPlaneRow_NEON() argument
2695 : "+r"(src_sobelx), // %0 in SobelToPlaneRow_NEON()
2709 void SobelXYRow_NEON(const uint8* src_sobelx, in SobelXYRow_NEON() argument
2726 : "+r"(src_sobelx), // %0 in SobelXYRow_NEON()
Drow_neon64.cc2635 void SobelRow_NEON(const uint8* src_sobelx, in SobelRow_NEON() argument
2654 : "+r"(src_sobelx), // %0 in SobelRow_NEON()
2664 void SobelToPlaneRow_NEON(const uint8* src_sobelx, in SobelToPlaneRow_NEON() argument
2680 : "+r"(src_sobelx), // %0 in SobelToPlaneRow_NEON()
2694 void SobelXYRow_NEON(const uint8* src_sobelx, in SobelXYRow_NEON() argument
2711 : "+r"(src_sobelx), // %0 in SobelXYRow_NEON()
Drow_gcc.cc4502 void SobelRow_SSE2(const uint8* src_sobelx, in SobelRow_SSE2() argument
4538 : "+r"(src_sobelx), // %0 in SobelRow_SSE2()
4551 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, in SobelToPlaneRow_SSE2() argument
4571 : "+r"(src_sobelx), // %0 in SobelToPlaneRow_SSE2()
4588 void SobelXYRow_SSE2(const uint8* src_sobelx, in SobelXYRow_SSE2() argument
4623 : "+r"(src_sobelx), // %0 in SobelXYRow_SSE2()
Drow_msa.cc2330 void SobelRow_MSA(const uint8* src_sobelx, in SobelRow_MSA() argument
2344 src0 = (v16u8)__msa_ld_b((v16i8*)src_sobelx, 0); in SobelRow_MSA()
2352 src_sobelx += 16; in SobelRow_MSA()
2358 void SobelToPlaneRow_MSA(const uint8* src_sobelx, in SobelToPlaneRow_MSA() argument
2366 src0 = (v16u8)__msa_ld_b((v16i8*)src_sobelx, 0); in SobelToPlaneRow_MSA()
2367 src1 = (v16u8)__msa_ld_b((v16i8*)src_sobelx, 16); in SobelToPlaneRow_MSA()
2373 src_sobelx += 32; in SobelToPlaneRow_MSA()
2379 void SobelXYRow_MSA(const uint8* src_sobelx, in SobelXYRow_MSA() argument
2389 src0 = (v16u8)__msa_ld_b((v16i8*)src_sobelx, 0); in SobelXYRow_MSA()
2401 src_sobelx += 16; in SobelXYRow_MSA()
Drow_common.cc918 void SobelRow_C(const uint8* src_sobelx, in SobelRow_C() argument
924 int r = src_sobelx[i]; in SobelRow_C()
935 void SobelToPlaneRow_C(const uint8* src_sobelx, in SobelToPlaneRow_C() argument
941 int r = src_sobelx[i]; in SobelToPlaneRow_C()
948 void SobelXYRow_C(const uint8* src_sobelx, in SobelXYRow_C() argument
954 int r = src_sobelx[i]; in SobelXYRow_C()
Dplanar_functions.cc2556 void (*SobelRow)(const uint8* src_sobelx, in ARGBSobelize() argument
2688 void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobel()
2726 void (*SobelToPlaneRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobelToPlane()
2765 void (*SobelXYRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobelXY()
Drow_win.cc5087 __declspec(naked) void SobelRow_SSE2(const uint8* src_sobelx,
5135 __declspec(naked) void SobelToPlaneRow_SSE2(const uint8* src_sobelx,
5169 __declspec(naked) void SobelXYRow_SSE2(const uint8* src_sobelx,
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc2675 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_NEON() argument
2692 : "+r"(src_sobelx), // %0 in SobelRow_NEON()
2702 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_NEON() argument
2716 : "+r"(src_sobelx), // %0 in SobelToPlaneRow_NEON()
2730 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_NEON() argument
2745 : "+r"(src_sobelx), // %0 in SobelXYRow_NEON()
Drow_neon64.cc2641 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_NEON() argument
2658 : "+r"(src_sobelx), // %0 in SobelRow_NEON()
2668 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_NEON() argument
2682 : "+r"(src_sobelx), // %0 in SobelToPlaneRow_NEON()
2696 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_NEON() argument
2711 : "+r"(src_sobelx), // %0 in SobelXYRow_NEON()
Drow_gcc.cc4446 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_SSE2() argument
4480 : "+r"(src_sobelx), // %0 in SobelRow_SSE2()
4493 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_SSE2() argument
4511 : "+r"(src_sobelx), // %0 in SobelToPlaneRow_SSE2()
4528 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_SSE2() argument
4561 : "+r"(src_sobelx), // %0 in SobelXYRow_SSE2()
Dplanar_functions.cc2185 void (*SobelRow)(const uint8* src_sobelx, in ARGBSobelize() argument
2305 void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobel()
2332 void (*SobelToPlaneRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobelToPlane()
2360 void (*SobelXYRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobelXY()
Drow_common.cc915 void SobelRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_C() argument
919 int r = src_sobelx[i]; in SobelRow_C()
930 void SobelToPlaneRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_C() argument
934 int r = src_sobelx[i]; in SobelToPlaneRow_C()
941 void SobelXYRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_C() argument
945 int r = src_sobelx[i]; in SobelXYRow_C()
Drow_win.cc5141 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
5188 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
5221 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely,
/external/libyuv/files/include/libyuv/
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 …]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
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, const uint8* src_sobely,
[all …]