Home
last modified time | relevance | path

Searched refs:matrix_rgb (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1683 const int8* matrix_rgb, in RGBColorMatrix() argument
1687 if (!dst_argb || !matrix_rgb || width <= 0 || height <= 0 || in RGBColorMatrix()
1693 matrix_argb[0] = matrix_rgb[0] / 2; in RGBColorMatrix()
1694 matrix_argb[1] = matrix_rgb[1] / 2; in RGBColorMatrix()
1695 matrix_argb[2] = matrix_rgb[2] / 2; in RGBColorMatrix()
1696 matrix_argb[3] = matrix_rgb[3] / 2; in RGBColorMatrix()
1697 matrix_argb[4] = matrix_rgb[4] / 2; in RGBColorMatrix()
1698 matrix_argb[5] = matrix_rgb[5] / 2; in RGBColorMatrix()
1699 matrix_argb[6] = matrix_rgb[6] / 2; in RGBColorMatrix()
1700 matrix_argb[7] = matrix_rgb[7] / 2; in RGBColorMatrix()
[all …]
/external/libyuv/files/source/
Dplanar_functions.cc1990 const int8* matrix_rgb, in RGBColorMatrix() argument
1997 if (!dst_argb || !matrix_rgb || width <= 0 || height <= 0 || dst_x < 0 || in RGBColorMatrix()
2003 matrix_argb[0] = matrix_rgb[0] / 2; in RGBColorMatrix()
2004 matrix_argb[1] = matrix_rgb[1] / 2; in RGBColorMatrix()
2005 matrix_argb[2] = matrix_rgb[2] / 2; in RGBColorMatrix()
2006 matrix_argb[3] = matrix_rgb[3] / 2; in RGBColorMatrix()
2007 matrix_argb[4] = matrix_rgb[4] / 2; in RGBColorMatrix()
2008 matrix_argb[5] = matrix_rgb[5] / 2; in RGBColorMatrix()
2009 matrix_argb[6] = matrix_rgb[6] / 2; in RGBColorMatrix()
2010 matrix_argb[7] = matrix_rgb[7] / 2; in RGBColorMatrix()
[all …]
/external/libyuv/files/include/libyuv/
Dplanar_functions.h371 const int8* matrix_rgb,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h244 const int8* matrix_rgb,