Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1981 void (*SobelYRow)(const uint8* src_y0, const uint8* src_y1, in ARGBSobelize() local
2024 SobelYRow = SobelYRow_SSE2; in ARGBSobelize()
2029 SobelYRow = SobelYRow_NEON; in ARGBSobelize()
2072 SobelYRow(row_y0 - 1, row_y2 - 1, row_sobely, width); in ARGBSobelize()