Home
last modified time | relevance | path

Searched defs:src_sobelx (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon64.cc2641 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_NEON()
2668 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_NEON()
2696 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_NEON()
Drow_neon.cc2675 void SobelRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_NEON()
2702 void SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_NEON()
2730 void SobelXYRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_NEON()
Drow_gcc.cc4446 void SobelRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_SSE2()
4493 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_SSE2()
4528 void SobelXYRow_SSE2(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_SSE2()
Drow_common.cc915 void SobelRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelRow_C()
930 void SobelToPlaneRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelToPlaneRow_C()
941 void SobelXYRow_C(const uint8* src_sobelx, const uint8* src_sobely, in SobelXYRow_C()
Dplanar_functions.cc2185 void (*SobelRow)(const uint8* src_sobelx, in ARGBSobelize()
/external/libyuv/files/source/
Drow_neon.cc2650 void SobelRow_NEON(const uint8* src_sobelx, in SobelRow_NEON()
2679 void SobelToPlaneRow_NEON(const uint8* src_sobelx, in SobelToPlaneRow_NEON()
2709 void SobelXYRow_NEON(const uint8* src_sobelx, in SobelXYRow_NEON()
Drow_neon64.cc2635 void SobelRow_NEON(const uint8* src_sobelx, in SobelRow_NEON()
2664 void SobelToPlaneRow_NEON(const uint8* src_sobelx, in SobelToPlaneRow_NEON()
2694 void SobelXYRow_NEON(const uint8* src_sobelx, in SobelXYRow_NEON()
Drow_gcc.cc4502 void SobelRow_SSE2(const uint8* src_sobelx, in SobelRow_SSE2()
4551 void SobelToPlaneRow_SSE2(const uint8* src_sobelx, in SobelToPlaneRow_SSE2()
4588 void SobelXYRow_SSE2(const uint8* src_sobelx, in SobelXYRow_SSE2()
Drow_common.cc918 void SobelRow_C(const uint8* src_sobelx, in SobelRow_C()
935 void SobelToPlaneRow_C(const uint8* src_sobelx, in SobelToPlaneRow_C()
948 void SobelXYRow_C(const uint8* src_sobelx, in SobelXYRow_C()
Drow_msa.cc2330 void SobelRow_MSA(const uint8* src_sobelx, in SobelRow_MSA()
2358 void SobelToPlaneRow_MSA(const uint8* src_sobelx, in SobelToPlaneRow_MSA()
2379 void SobelXYRow_MSA(const uint8* src_sobelx, in SobelXYRow_MSA()
Dplanar_functions.cc2556 void (*SobelRow)(const uint8* src_sobelx, in ARGBSobelize()