Home
last modified time | relevance | path

Searched refs:matrix_argb (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1641 const int8* matrix_argb, in ARGBColorMatrix() argument
1645 const int8* matrix_argb, int width) = ARGBColorMatrixRow_C; in ARGBColorMatrix()
1646 if (!src_argb || !dst_argb || !matrix_argb || width <= 0 || height == 0) { in ARGBColorMatrix()
1672 ARGBColorMatrixRow(src_argb, dst_argb, matrix_argb, width); in ARGBColorMatrix()
1685 SIMD_ALIGNED(int8 matrix_argb[16]); 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()
[all …]
Drow_common.cc706 const int8* matrix_argb, int width) { in ARGBColorMatrixRow_C() argument
713 int sb = (b * matrix_argb[0] + g * matrix_argb[1] + in ARGBColorMatrixRow_C()
714 r * matrix_argb[2] + a * matrix_argb[3]) >> 6; in ARGBColorMatrixRow_C()
715 int sg = (b * matrix_argb[4] + g * matrix_argb[5] + in ARGBColorMatrixRow_C()
716 r * matrix_argb[6] + a * matrix_argb[7]) >> 6; in ARGBColorMatrixRow_C()
717 int sr = (b * matrix_argb[8] + g * matrix_argb[9] + in ARGBColorMatrixRow_C()
718 r * matrix_argb[10] + a * matrix_argb[11]) >> 6; in ARGBColorMatrixRow_C()
719 int sa = (b * matrix_argb[12] + g * matrix_argb[13] + in ARGBColorMatrixRow_C()
720 r * matrix_argb[14] + a * matrix_argb[15]) >> 6; in ARGBColorMatrixRow_C()
Drow_neon.cc2527 const int8* matrix_argb, int width) { in ARGBColorMatrixRow_NEON() argument
2580 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_NEON()
Drow_neon64.cc2488 const int8* matrix_argb, int width) { in ARGBColorMatrixRow_NEON() argument
2541 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_NEON()
Drow_gcc.cc3999 const int8* matrix_argb, int width) { in ARGBColorMatrixRow_SSSE3() argument
4052 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_SSSE3()
Drow_win.cc4679 const int8* matrix_argb, int width) {
/external/libyuv/files/source/
Dplanar_functions.cc1946 const int8* matrix_argb, in ARGBColorMatrix() argument
1951 const int8* matrix_argb, int width) = in ARGBColorMatrix()
1953 if (!src_argb || !dst_argb || !matrix_argb || width <= 0 || height == 0) { in ARGBColorMatrix()
1978 ARGBColorMatrixRow(src_argb, dst_argb, matrix_argb, width); in ARGBColorMatrix()
1995 SIMD_ALIGNED(int8 matrix_argb[16]); 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()
[all …]
Drow_common.cc688 const int8* matrix_argb, in ARGBColorMatrixRow_C() argument
696 int sb = (b * matrix_argb[0] + g * matrix_argb[1] + r * matrix_argb[2] + in ARGBColorMatrixRow_C()
697 a * matrix_argb[3]) >> in ARGBColorMatrixRow_C()
699 int sg = (b * matrix_argb[4] + g * matrix_argb[5] + r * matrix_argb[6] + in ARGBColorMatrixRow_C()
700 a * matrix_argb[7]) >> in ARGBColorMatrixRow_C()
702 int sr = (b * matrix_argb[8] + g * matrix_argb[9] + r * matrix_argb[10] + in ARGBColorMatrixRow_C()
703 a * matrix_argb[11]) >> in ARGBColorMatrixRow_C()
705 int sa = (b * matrix_argb[12] + g * matrix_argb[13] + r * matrix_argb[14] + in ARGBColorMatrixRow_C()
706 a * matrix_argb[15]) >> in ARGBColorMatrixRow_C()
Drow_neon.cc2495 const int8* matrix_argb, in ARGBColorMatrixRow_NEON() argument
2549 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_NEON()
Drow_neon64.cc2475 const int8* matrix_argb, in ARGBColorMatrixRow_NEON() argument
2529 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_NEON()
Drow_gcc.cc4032 const int8* matrix_argb, in ARGBColorMatrixRow_SSSE3() argument
4086 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_SSSE3()
Drow_win.cc4613 const int8* matrix_argb,
/external/libyuv/files/include/libyuv/
Dplanar_functions.h358 const int8* matrix_argb,
Drow.h2837 const int8* matrix_argb,
2841 const int8* matrix_argb,
2845 const int8* matrix_argb,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h233 const int8* matrix_argb,
Drow.h1802 const int8* matrix_argb, int width);
1804 const int8* matrix_argb, int width);
1806 const int8* matrix_argb, int width);