/external/libyuv/files/source/ |
D | row_neon.cc | 2650 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()
|
D | row_neon64.cc | 2635 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()
|
D | row_gcc.cc | 4502 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()
|
D | row_msa.cc | 2330 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()
|
D | row_common.cc | 918 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()
|
D | planar_functions.cc | 2556 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()
|
D | row_win.cc | 5087 __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/ |
D | row_neon.cc | 2675 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()
|
D | row_neon64.cc | 2641 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()
|
D | row_gcc.cc | 4446 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()
|
D | planar_functions.cc | 2185 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()
|
D | row_common.cc | 915 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()
|
D | row_win.cc | 5141 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/ |
D | row.h | 3014 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/ |
D | row.h | 1892 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 …]
|