Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2046 uint8* row_sobelx = rows; in ARGBSobelize() local
2071 SobelXRow(row_y0 - 1, row_y1 - 1, row_y2 - 1, row_sobelx, width); in ARGBSobelize()
2073 SobelRow(row_sobelx, row_sobely, dst_argb, width); in ARGBSobelize()