Searched refs:ARGBColorMatrix (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 354 int ARGBColorMatrix(const uint8* src_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 231 int ARGBColorMatrix(const uint8* src_argb, int src_stride_argb,
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 524 ARGBColorMatrix(&orig_pixels[0][0], 0, &dst_pixels_opt[0][0], 0, in TEST_F() 550 ARGBColorMatrix(&orig_pixels[0][0], 0, &dst_pixels_c[0][0], 0, in TEST_F() 555 ARGBColorMatrix(&orig_pixels[0][0], 0, &dst_pixels_opt[0][0], 0, in TEST_F()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1639 int ARGBColorMatrix(const uint8* src_argb, int src_stride_argb, in ARGBColorMatrix() function 1708 return ARGBColorMatrix((const uint8*)(dst), dst_stride_argb, in RGBColorMatrix()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1942 int ARGBColorMatrix(const uint8* src_argb, in ARGBColorMatrix() function 2018 return ARGBColorMatrix((const uint8*)(dst), dst_stride_argb, dst, in RGBColorMatrix()
|