Searched refs:ARGBGray (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 192 int ARGBGray(uint8* dst_argb, int dst_stride_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 187 int ARGBGray(uint8* dst_argb, int dst_stride_argb,
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 511 ARGBGray(&orig_pixels[0][0], 0, 0, 0, 16, 1); in TEST_F() 537 ARGBGray(&orig_pixels[0][0], 0, 0, 0, 256, 1); in TEST_F()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1118 int ARGBGray(uint8* dst_argb, int dst_stride_argb, in ARGBGray() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1336 int ARGBGray(uint8* dst_argb, int dst_stride_argb, in ARGBGray() function
|