Home
last modified time | relevance | path

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

12

/external/libaom/libaom/third_party/libyuv/source/
Dplanar_functions.cc1470 const int8* matrix_argb, in ARGBColorMatrix() argument
1474 const int8* matrix_argb, int width) = ARGBColorMatrixRow_C; in ARGBColorMatrix()
1475 if (!src_argb || !dst_argb || !matrix_argb || width <= 0 || height == 0) { in ARGBColorMatrix()
1501 ARGBColorMatrixRow(src_argb, dst_argb, matrix_argb, width); in ARGBColorMatrix()
1514 SIMD_ALIGNED(int8 matrix_argb[16]); 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()
[all …]
Drow_common.cc735 const int8* matrix_argb, int width) { in ARGBColorMatrixRow_C() argument
742 int sb = (b * matrix_argb[0] + g * matrix_argb[1] + in ARGBColorMatrixRow_C()
743 r * matrix_argb[2] + a * matrix_argb[3]) >> 6; in ARGBColorMatrixRow_C()
744 int sg = (b * matrix_argb[4] + g * matrix_argb[5] + in ARGBColorMatrixRow_C()
745 r * matrix_argb[6] + a * matrix_argb[7]) >> 6; in ARGBColorMatrixRow_C()
746 int sr = (b * matrix_argb[8] + g * matrix_argb[9] + in ARGBColorMatrixRow_C()
747 r * matrix_argb[10] + a * matrix_argb[11]) >> 6; in ARGBColorMatrixRow_C()
748 int sa = (b * matrix_argb[12] + g * matrix_argb[13] + in ARGBColorMatrixRow_C()
749 r * matrix_argb[14] + a * matrix_argb[15]) >> 6; in ARGBColorMatrixRow_C()
Drow_neon.cc2756 const int8* matrix_argb, int width) { in ARGBColorMatrixRow_NEON() argument
2810 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_NEON()
Drow_neon64.cc2749 const int8* matrix_argb, int width) { in ARGBColorMatrixRow_NEON() argument
2802 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_NEON()
Drow_gcc.cc3782 const int8* matrix_argb, int width) { in ARGBColorMatrixRow_SSSE3() argument
3835 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_SSSE3()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2145 const int8_t* matrix_argb, in ARGBColorMatrix() argument
2150 const int8_t* matrix_argb, int width) = in ARGBColorMatrix()
2152 if (!src_argb || !dst_argb || !matrix_argb || width <= 0 || height == 0) { in ARGBColorMatrix()
2182 ARGBColorMatrixRow(src_argb, dst_argb, matrix_argb, width); in ARGBColorMatrix()
2199 SIMD_ALIGNED(int8_t matrix_argb[16]); in RGBColorMatrix()
2207 matrix_argb[0] = matrix_rgb[0] / 2; in RGBColorMatrix()
2208 matrix_argb[1] = matrix_rgb[1] / 2; in RGBColorMatrix()
2209 matrix_argb[2] = matrix_rgb[2] / 2; in RGBColorMatrix()
2210 matrix_argb[3] = matrix_rgb[3] / 2; in RGBColorMatrix()
2211 matrix_argb[4] = matrix_rgb[4] / 2; in RGBColorMatrix()
[all …]
Drow_common.cc768 const int8_t* matrix_argb, in ARGBColorMatrixRow_C() argument
776 int sb = (b * matrix_argb[0] + g * matrix_argb[1] + r * matrix_argb[2] + in ARGBColorMatrixRow_C()
777 a * matrix_argb[3]) >> in ARGBColorMatrixRow_C()
779 int sg = (b * matrix_argb[4] + g * matrix_argb[5] + r * matrix_argb[6] + in ARGBColorMatrixRow_C()
780 a * matrix_argb[7]) >> in ARGBColorMatrixRow_C()
782 int sr = (b * matrix_argb[8] + g * matrix_argb[9] + r * matrix_argb[10] + in ARGBColorMatrixRow_C()
783 a * matrix_argb[11]) >> in ARGBColorMatrixRow_C()
785 int sa = (b * matrix_argb[12] + g * matrix_argb[13] + r * matrix_argb[14] + in ARGBColorMatrixRow_C()
786 a * matrix_argb[15]) >> in ARGBColorMatrixRow_C()
Drow_neon.cc2322 const int8_t* matrix_argb, in ARGBColorMatrixRow_NEON() argument
2373 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_NEON()
Drow_neon64.cc2364 const int8_t* matrix_argb, in ARGBColorMatrixRow_NEON() argument
2415 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_NEON()
Drow_gcc.cc5015 const int8_t* matrix_argb, in ARGBColorMatrixRow_SSSE3() argument
5069 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_SSSE3()
Drow_msa.cc3177 const int8_t* matrix_argb, in ARGBColorMatrixRow_MSA() argument
3189 src0 = __msa_ld_b((v16i8*)matrix_argb, 0); in ARGBColorMatrixRow_MSA()
Drow_win.cc4623 const int8_t* matrix_argb,
/external/libyuv/files/source/
Dplanar_functions.cc2364 const int8_t* matrix_argb, in ARGBColorMatrix() argument
2369 const int8_t* matrix_argb, int width) = in ARGBColorMatrix()
2371 if (!src_argb || !dst_argb || !matrix_argb || width <= 0 || height == 0) { in ARGBColorMatrix()
2406 ARGBColorMatrixRow(src_argb, dst_argb, matrix_argb, width); in ARGBColorMatrix()
2423 SIMD_ALIGNED(int8_t matrix_argb[16]); in RGBColorMatrix()
2431 matrix_argb[0] = matrix_rgb[0] / 2; in RGBColorMatrix()
2432 matrix_argb[1] = matrix_rgb[1] / 2; in RGBColorMatrix()
2433 matrix_argb[2] = matrix_rgb[2] / 2; in RGBColorMatrix()
2434 matrix_argb[3] = matrix_rgb[3] / 2; in RGBColorMatrix()
2435 matrix_argb[4] = matrix_rgb[4] / 2; in RGBColorMatrix()
[all …]
Drow_common.cc768 const int8_t* matrix_argb, in ARGBColorMatrixRow_C() argument
776 int sb = (b * matrix_argb[0] + g * matrix_argb[1] + r * matrix_argb[2] + in ARGBColorMatrixRow_C()
777 a * matrix_argb[3]) >> in ARGBColorMatrixRow_C()
779 int sg = (b * matrix_argb[4] + g * matrix_argb[5] + r * matrix_argb[6] + in ARGBColorMatrixRow_C()
780 a * matrix_argb[7]) >> in ARGBColorMatrixRow_C()
782 int sr = (b * matrix_argb[8] + g * matrix_argb[9] + r * matrix_argb[10] + in ARGBColorMatrixRow_C()
783 a * matrix_argb[11]) >> in ARGBColorMatrixRow_C()
785 int sa = (b * matrix_argb[12] + g * matrix_argb[13] + r * matrix_argb[14] + in ARGBColorMatrixRow_C()
786 a * matrix_argb[15]) >> in ARGBColorMatrixRow_C()
Drow_neon.cc2322 const int8_t* matrix_argb, in ARGBColorMatrixRow_NEON() argument
2373 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_NEON()
Drow_neon64.cc2364 const int8_t* matrix_argb, in ARGBColorMatrixRow_NEON() argument
2415 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_NEON()
Drow_gcc.cc5015 const int8_t* matrix_argb, in ARGBColorMatrixRow_SSSE3() argument
5069 : "r"(matrix_argb) // %3 in ARGBColorMatrixRow_SSSE3()
Drow_mmi.cc4175 const int8_t* matrix_argb, in ARGBColorMatrixRow_MMI() argument
4272 : [src_ptr] "r"(src_argb), [matrix_ptr] "r"(matrix_argb), in ARGBColorMatrixRow_MMI()
Drow_msa.cc3177 const int8_t* matrix_argb, in ARGBColorMatrixRow_MSA() argument
3189 src0 = __msa_ld_b((void*)matrix_argb, 0); in ARGBColorMatrixRow_MSA()
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dplanar_functions.h219 const int8* matrix_argb,
Drow.h1709 const int8* matrix_argb, int width);
1711 const int8* matrix_argb, int width);
1713 const int8* matrix_argb, int width);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h420 const int8_t* matrix_argb,
Drow.h3083 const int8_t* matrix_argb,
3087 const int8_t* matrix_argb,
3091 const int8_t* matrix_argb,
3095 const int8_t* matrix_argb,
/external/libyuv/files/include/libyuv/
Dplanar_functions.h433 const int8_t* matrix_argb,
Drow.h3582 const int8_t* matrix_argb,
3586 const int8_t* matrix_argb,
3590 const int8_t* matrix_argb,
3594 const int8_t* matrix_argb,
3598 const int8_t* matrix_argb,

12