Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dplanar_functions.h206 int ARGBColorMatrix(uint8* dst_argb, int dst_stride_argb,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h216 int ARGBColorMatrix(const uint8* src_argb, int src_stride_argb,
/external/libyuv/files/unit_test/
Dplanar_test.cc681 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/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1468 int ARGBColorMatrix(const uint8* src_argb, int src_stride_argb, in ARGBColorMatrix() function
1537 return ARGBColorMatrix((const uint8*)(dst), dst_stride_argb, in RGBColorMatrix()
/external/libyuv/files/source/
Dplanar_functions.cc1164 int ARGBColorMatrix(uint8* dst_argb, int dst_stride_argb, in ARGBColorMatrix() function