Searched refs:ARGBColorMatrix (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 206 int ARGBColorMatrix(uint8* dst_argb, int dst_stride_argb,
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 681 ARGBColorMatrix(&orig_pixels[0][0], 0, &kARGBToSepia[0], 0, 0, 16, 1); in TEST_F() 707 ARGBColorMatrix(&orig_pixels[0][0], 0, &kARGBToSepia[0], 0, 0, 256, 1); in TEST_F()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1164 int ARGBColorMatrix(uint8* dst_argb, int dst_stride_argb, in ARGBColorMatrix() function
|