Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1975 void (*SobelRow)(const uint8* src_sobelx, in ARGBSobelize()
2073 SobelRow(row_sobelx, row_sobely, dst_argb, width); in ARGBSobelize()
2095 void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely, in ARGBSobel() local
2099 SobelRow = SobelRow_Any_SSE2; in ARGBSobel()
2101 SobelRow = SobelRow_SSE2; in ARGBSobel()
2107 SobelRow = SobelRow_Any_NEON; in ARGBSobel()
2109 SobelRow = SobelRow_NEON; in ARGBSobel()
2114 width, height, SobelRow); in ARGBSobel()