Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2047 uint8* row_sobely = rows + kRowSize; in ARGBSobelize() local
2072 SobelYRow(row_y0 - 1, row_y2 - 1, row_sobely, width); in ARGBSobelize()
2073 SobelRow(row_sobelx, row_sobely, dst_argb, width); in ARGBSobelize()