Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dplanar_functions.h217 int ARGBColorMatrix(const uint8* src_argb, int src_stride_argb,
/external/libyuv/files/include/libyuv/
Dplanar_functions.h354 int ARGBColorMatrix(const uint8* src_argb,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h416 int ARGBColorMatrix(const uint8_t* src_argb,
/external/libyuv/files/unit_test/
Dplanar_test.cc524 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/libaom/libaom/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.cc1942 int ARGBColorMatrix(const uint8* src_argb, in ARGBColorMatrix() function
2018 return ARGBColorMatrix((const uint8*)(dst), dst_stride_argb, dst, in RGBColorMatrix()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2141 int ARGBColorMatrix(const uint8_t* src_argb, in ARGBColorMatrix() function
2222 return ARGBColorMatrix((const uint8_t*)(dst), dst_stride_argb, dst, in RGBColorMatrix()