Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2122 void (*SobelToPlaneRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobelToPlane() local
2126 SobelToPlaneRow = SobelToPlaneRow_Any_SSE2; in ARGBSobelToPlane()
2128 SobelToPlaneRow = SobelToPlaneRow_SSE2; in ARGBSobelToPlane()
2134 SobelToPlaneRow = SobelToPlaneRow_Any_NEON; in ARGBSobelToPlane()
2136 SobelToPlaneRow = SobelToPlaneRow_NEON; in ARGBSobelToPlane()
2141 width, height, SobelToPlaneRow); in ARGBSobelToPlane()