Home
last modified time | relevance | path

Searched refs:dst_rgb24 (Results 1 – 25 of 36) sorted by relevance

12

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc218 uint8_t* dst_rgb24, in I422ToRGB24Row_NEON() argument
230 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON()
429 uint8_t* dst_rgb24, in NV12ToRGB24Row_NEON() argument
444 "+r"(dst_rgb24), // %2 in NV12ToRGB24Row_NEON()
456 uint8_t* dst_rgb24, in NV21ToRGB24Row_NEON() argument
471 "+r"(dst_rgb24), // %2 in NV21ToRGB24Row_NEON()
784 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() argument
794 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_NEON()
908 uint8_t* dst_rgb24, in ARGBToRGB24Row_NEON() argument
918 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
Drow_neon64.cc236 uint8_t* dst_rgb24, in I422ToRGB24Row_NEON() argument
250 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON()
468 uint8_t* dst_rgb24, in NV12ToRGB24Row_NEON() argument
481 "+r"(dst_rgb24), // %2 in NV12ToRGB24Row_NEON()
494 uint8_t* dst_rgb24, in NV21ToRGB24Row_NEON() argument
507 "+r"(dst_rgb24), // %2 in NV21ToRGB24Row_NEON()
824 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() argument
834 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_NEON()
962 uint8_t* dst_rgb24, in ARGBToRGB24Row_NEON() argument
972 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
Dconvert_argb.cc1766 uint8_t* dst_rgb24, in NV12ToRGB24Matrix() argument
1775 if (!src_y || !src_uv || !dst_rgb24 || width <= 0 || height == 0) { in NV12ToRGB24Matrix()
1781 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV12ToRGB24Matrix()
1810 NV12ToRGB24Row(src_y, src_uv, dst_rgb24, yuvconstants, width); in NV12ToRGB24Matrix()
1811 dst_rgb24 += dst_stride_rgb24; in NV12ToRGB24Matrix()
1825 uint8_t* dst_rgb24, in NV21ToRGB24Matrix() argument
1834 if (!src_y || !src_vu || !dst_rgb24 || width <= 0 || height == 0) { in NV21ToRGB24Matrix()
1840 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV21ToRGB24Matrix()
1869 NV21ToRGB24Row(src_y, src_vu, dst_rgb24, yuvconstants, width); in NV21ToRGB24Matrix()
1870 dst_rgb24 += dst_stride_rgb24; in NV21ToRGB24Matrix()
[all …]
Dconvert_from.cc627 uint8_t* dst_rgb24, in I420ToRGB24Matrix() argument
637 if (!src_y || !src_u || !src_v || !dst_rgb24 || width <= 0 || height == 0) { in I420ToRGB24Matrix()
643 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24Matrix()
680 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, yuvconstants, width); in I420ToRGB24Matrix()
681 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24Matrix()
699 uint8_t* dst_rgb24, in I420ToRGB24() argument
704 src_stride_v, dst_rgb24, dst_stride_rgb24, in I420ToRGB24()
735 uint8_t* dst_rgb24, in H420ToRGB24() argument
740 src_stride_v, dst_rgb24, dst_stride_rgb24, in H420ToRGB24()
Drow_common.cc114 void RAWToRGB24Row_C(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_C() argument
120 dst_rgb24[0] = b; in RAWToRGB24Row_C()
121 dst_rgb24[1] = g; in RAWToRGB24Row_C()
122 dst_rgb24[2] = r; in RAWToRGB24Row_C()
123 dst_rgb24 += 3; in RAWToRGB24Row_C()
2966 uint8_t* dst_rgb24, in NV12ToRGB24Row_SSSE3() argument
2974 ARGBToRGB24Row_SSSE3(row, dst_rgb24, twidth); in NV12ToRGB24Row_SSSE3()
2977 dst_rgb24 += twidth * 3; in NV12ToRGB24Row_SSSE3()
2986 uint8_t* dst_rgb24, in NV21ToRGB24Row_SSSE3() argument
2994 ARGBToRGB24Row_SSSE3(row, dst_rgb24, twidth); in NV21ToRGB24Row_SSSE3()
[all …]
Drow_gcc.cc263 uint8_t* dst_rgb24, in RAWToRGB24Row_SSSE3() argument
286 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_SSSE3()
2039 uint8_t* dst_rgb24, in I422ToRGB24Row_SSSE3() argument
2068 [dst_rgb24]"+r"(dst_rgb24), // %[dst_rgb24] in I422ToRGB24Row_SSSE3()
Dconvert_from_argb.cc853 uint8_t* dst_rgb24, in ARGBToRGB24() argument
860 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) { in ARGBToRGB24()
916 ARGBToRGB24Row(src_argb, dst_rgb24, width); in ARGBToRGB24()
918 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
/external/libyuv/files/source/
Drow_neon.cc254 uint8* dst_rgb24, in I422ToRGB24Row_NEON() argument
269 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON()
792 void RAWToRGB24Row_NEON(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_NEON() argument
803 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_NEON()
920 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int width) { in ARGBToRGB24Row_NEON() argument
930 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
Dconvert_from.cc560 uint8* dst_rgb24, in I420ToRGB24Matrix() argument
570 if (!src_y || !src_u || !src_v || !dst_rgb24 || width <= 0 || height == 0) { in I420ToRGB24Matrix()
576 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24Matrix()
613 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, yuvconstants, width); in I420ToRGB24Matrix()
614 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24Matrix()
632 uint8* dst_rgb24, in I420ToRGB24() argument
637 src_stride_v, dst_rgb24, dst_stride_rgb24, in I420ToRGB24()
Drow_neon64.cc254 uint8* dst_rgb24, in I422ToRGB24Row_NEON() argument
269 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON()
788 void RAWToRGB24Row_NEON(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_NEON() argument
800 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_NEON()
929 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int width) { in ARGBToRGB24Row_NEON() argument
939 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
Drow_gcc.cc260 void RAWToRGB24Row_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_SSSE3() argument
281 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_SSSE3()
1688 uint8* dst_rgb24, in I422ToRGB24Row_SSSE3() argument
1709 "movq %%xmm0," MEMACCESS([dst_rgb24]) "\n" in I422ToRGB24Row_SSSE3()
1710 "movdqu %%xmm1," MEMACCESS2(0x8,[dst_rgb24]) "\n" in I422ToRGB24Row_SSSE3()
1711 "lea " MEMLEA(0x18,[dst_rgb24]) ",%[dst_rgb24] \n" in I422ToRGB24Row_SSSE3()
1717 [dst_rgb24]"+r"(dst_rgb24), // %[dst_rgb24] in I422ToRGB24Row_SSSE3()
Dconvert_from_argb.cc928 uint8* dst_rgb24, in ARGBToRGB24() argument
935 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) { in ARGBToRGB24()
975 ARGBToRGB24Row(src_argb, dst_rgb24, width); in ARGBToRGB24()
977 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
Drow_common.cc103 void RAWToRGB24Row_C(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_C() argument
109 dst_rgb24[0] = b; in RAWToRGB24Row_C()
110 dst_rgb24[1] = g; in RAWToRGB24Row_C()
111 dst_rgb24[2] = r; in RAWToRGB24Row_C()
112 dst_rgb24 += 3; in RAWToRGB24Row_C()
2599 uint8* dst_rgb24, in I422ToRGB24Row_AVX2() argument
2608 ARGBToRGB24Row_SSSE3(row, dst_rgb24, twidth); in I422ToRGB24Row_AVX2()
2612 dst_rgb24 += twidth * 3; in I422ToRGB24Row_AVX2()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from.h189 uint8_t* dst_rgb24,
213 uint8_t* dst_rgb24,
Drow.h698 uint8_t* dst_rgb24,
736 uint8_t* dst_rgb24,
741 uint8_t* dst_rgb24,
1601 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, uint8_t* dst_rgb24, int width);
1621 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width);
1622 void RAWToRGB24Row_MSA(const uint8_t* src_raw, uint8_t* dst_rgb24, int width);
1643 void RAWToRGB24Row_C(const uint8_t* src_raw, uint8_t* dst_rgb24, int width);
1754 uint8_t* dst_rgb24,
2014 uint8_t* dst_rgb24,
2019 uint8_t* dst_rgb24,
[all …]
Dconvert_argb.h285 uint8_t* dst_rgb24,
296 uint8_t* dst_rgb24,
Dconvert_from_argb.h84 uint8_t* dst_rgb24,
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_from.cc716 uint8* dst_rgb24, int dst_stride_rgb24, in I420ToRGB24() argument
724 if (!src_y || !src_u || !src_v || !dst_rgb24 || in I420ToRGB24()
731 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24()
760 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, width); in I420ToRGB24()
761 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24()
Drow_neon.cc355 uint8* dst_rgb24, in I422ToRGB24Row_NEON() argument
370 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON()
1081 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON() argument
1092 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
Drow_neon64.cc348 uint8* dst_rgb24, in I422ToRGB24Row_NEON() argument
362 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON()
1079 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON() argument
1089 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
Dconvert_from_argb.cc764 uint8* dst_rgb24, int dst_stride_rgb24, in ARGBToRGB24() argument
769 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) { in ARGBToRGB24()
802 ARGBToRGB24Row(src_argb, dst_rgb24, width); in ARGBToRGB24()
804 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
Drow_gcc.cc1670 uint8* dst_rgb24, in I422ToRGB24Row_SSSE3() argument
1688 "movq %%xmm0," MEMACCESS([dst_rgb24]) "\n" in I422ToRGB24Row_SSSE3()
1689 "movdqu %%xmm1," MEMACCESS2(0x8,[dst_rgb24]) "\n" in I422ToRGB24Row_SSSE3()
1690 "lea " MEMLEA(0x18,[dst_rgb24]) ",%[dst_rgb24] \n" in I422ToRGB24Row_SSSE3()
1696 [dst_rgb24]"+r"(dst_rgb24), // %[dst_rgb24] in I422ToRGB24Row_SSSE3()
/external/libyuv/files/include/libyuv/
Drow.h722 uint8* dst_rgb24,
818 uint8* dst_rgb24,
1548 void RAWToRGB24Row_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width);
1568 void RAWToRGB24Row_NEON(const uint8* src_raw, uint8* dst_rgb24, int width);
1569 void RAWToRGB24Row_MSA(const uint8* src_raw, uint8* dst_rgb24, int width);
1595 void RAWToRGB24Row_C(const uint8* src_raw, uint8* dst_rgb24, int width);
1603 void RAWToRGB24Row_Any_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width);
1630 void RAWToRGB24Row_Any_NEON(const uint8* src_raw, uint8* dst_rgb24, int width);
1631 void RAWToRGB24Row_Any_MSA(const uint8* src_raw, uint8* dst_rgb24, int width);
1781 uint8* dst_rgb24,
[all …]
Dconvert_from_argb.h62 uint8* dst_rgb24,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert_from_argb.h50 uint8* dst_rgb24, int dst_stride_rgb24,

12