Home
last modified time | relevance | path

Searched refs:SobelToPlaneRow (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/source/
Dplanar_functions.cc2726 void (*SobelToPlaneRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobelToPlane() local
2730 SobelToPlaneRow = SobelToPlaneRow_Any_SSE2; in ARGBSobelToPlane()
2732 SobelToPlaneRow = SobelToPlaneRow_SSE2; in ARGBSobelToPlane()
2738 SobelToPlaneRow = SobelToPlaneRow_Any_NEON; in ARGBSobelToPlane()
2740 SobelToPlaneRow = SobelToPlaneRow_NEON; in ARGBSobelToPlane()
2746 SobelToPlaneRow = SobelToPlaneRow_Any_MSA; in ARGBSobelToPlane()
2748 SobelToPlaneRow = SobelToPlaneRow_MSA; in ARGBSobelToPlane()
2753 height, SobelToPlaneRow); in ARGBSobelToPlane()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2332 void (*SobelToPlaneRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobelToPlane() local
2336 SobelToPlaneRow = SobelToPlaneRow_Any_SSE2; in ARGBSobelToPlane()
2338 SobelToPlaneRow = SobelToPlaneRow_SSE2; in ARGBSobelToPlane()
2344 SobelToPlaneRow = SobelToPlaneRow_Any_NEON; in ARGBSobelToPlane()
2346 SobelToPlaneRow = SobelToPlaneRow_NEON; in ARGBSobelToPlane()
2351 width, height, SobelToPlaneRow); in ARGBSobelToPlane()