Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2051 uint8* row_y0 = row_y + kEdge; in ARGBSobelize() local
2052 uint8* row_y1 = row_y0 + kRowSize; in ARGBSobelize()
2054 ARGBToYJRow(src_argb, row_y0, width); in ARGBSobelize()
2055 row_y0[-1] = row_y0[0]; in ARGBSobelize()
2056 memset(row_y0 + width, row_y0[width - 1], 16); // Extrude 16 for valgrind. in ARGBSobelize()
2071 SobelXRow(row_y0 - 1, row_y1 - 1, row_y2 - 1, row_sobelx, width); in ARGBSobelize()
2072 SobelYRow(row_y0 - 1, row_y2 - 1, row_sobely, width); in ARGBSobelize()
2077 uint8* row_yt = row_y0; in ARGBSobelize()
2078 row_y0 = row_y1; in ARGBSobelize()