Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dplanar_functions.cc2556 void (*SobelRow)(const uint8* src_sobelx, in ARGBSobelize()
2663 SobelRow(row_sobelx, row_sobely, dst_argb, width); in ARGBSobelize()
2688 void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobel() local
2692 SobelRow = SobelRow_Any_SSE2; in ARGBSobel()
2694 SobelRow = SobelRow_SSE2; in ARGBSobel()
2700 SobelRow = SobelRow_Any_NEON; in ARGBSobel()
2702 SobelRow = SobelRow_NEON; in ARGBSobel()
2708 SobelRow = SobelRow_Any_MSA; in ARGBSobel()
2710 SobelRow = SobelRow_MSA; in ARGBSobel()
2715 width, height, SobelRow); in ARGBSobel()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2185 void (*SobelRow)(const uint8* src_sobelx, in ARGBSobelize()
2283 SobelRow(row_sobelx, row_sobely, dst_argb, width); in ARGBSobelize()
2305 void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobel() local
2309 SobelRow = SobelRow_Any_SSE2; in ARGBSobel()
2311 SobelRow = SobelRow_SSE2; in ARGBSobel()
2317 SobelRow = SobelRow_Any_NEON; in ARGBSobel()
2319 SobelRow = SobelRow_NEON; in ARGBSobel()
2324 width, height, SobelRow); in ARGBSobel()