Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Dscale_argb_test.cc345 static void FillRamp(uint8* buf, int width, int height, int v, int dx, int dy) { in FillRamp() function
392 FillRamp(src_y, Abs(src_width), Abs(src_height), 128, 1, 1); in YUVToARGBTestFilter()
393 FillRamp(src_u, (Abs(src_width) + 1) / 2, (Abs(src_height) + 1) / 2, 3, 1, 1); in YUVToARGBTestFilter()
394 FillRamp(src_v, (Abs(src_width) + 1) / 2, (Abs(src_height) + 1) / 2, 4, 1, 1); in YUVToARGBTestFilter()