Searched refs:SobelYRow (Results 1 – 1 of 1) sorted by relevance
1981 void (*SobelYRow)(const uint8* src_y0, const uint8* src_y1, in ARGBSobelize() local2024 SobelYRow = SobelYRow_SSE2; in ARGBSobelize()2029 SobelYRow = SobelYRow_NEON; in ARGBSobelize()2072 SobelYRow(row_y0 - 1, row_y2 - 1, row_sobely, width); in ARGBSobelize()