Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1512 const int8* matrix_rgb, in RGBColorMatrix() argument
1516 if (!dst_argb || !matrix_rgb || width <= 0 || height <= 0 || in RGBColorMatrix()
1522 matrix_argb[0] = matrix_rgb[0] / 2; in RGBColorMatrix()
1523 matrix_argb[1] = matrix_rgb[1] / 2; in RGBColorMatrix()
1524 matrix_argb[2] = matrix_rgb[2] / 2; in RGBColorMatrix()
1525 matrix_argb[3] = matrix_rgb[3] / 2; in RGBColorMatrix()
1526 matrix_argb[4] = matrix_rgb[4] / 2; in RGBColorMatrix()
1527 matrix_argb[5] = matrix_rgb[5] / 2; in RGBColorMatrix()
1528 matrix_argb[6] = matrix_rgb[6] / 2; in RGBColorMatrix()
1529 matrix_argb[7] = matrix_rgb[7] / 2; in RGBColorMatrix()
[all …]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h229 const int8* matrix_rgb,