Searched refs:dst_rgba (Results 1 - 25 of 28) sorted by relevance

12

/external/libyuv/files/source/
H A Dplanar_functions.cc540 uint8* dst_rgba, int dst_stride_rgba,
543 !dst_rgba ||
550 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba;
570 if (IS_ALIGNED(dst_rgba, 16) && IS_ALIGNED(dst_stride_rgba, 16)) {
578 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, width);
579 dst_rgba += dst_stride_rgba;
590 uint8* dst_rgba, int dst_stride_rgba,
592 if (!src_argb || !dst_rgba ||
602 void (*ARGBToRGBARow)(const uint8* src_argb, uint8* dst_rgba, in
537 I422ToRGBA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
589 ARGBToRGBA(const uint8* src_argb, int src_stride_argb, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
[all...]
H A Drow_neon.cc639 void ARGBToRGBARow_NEON(const uint8* src_argb, uint8* dst_rgba, int pix) { argument
649 "+r"(dst_rgba), // %1
H A Dconvert_from.cc848 uint8* dst_rgba, int dst_stride_rgba,
851 !dst_rgba ||
858 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba;
878 if (IS_ALIGNED(dst_rgba, 16) && IS_ALIGNED(dst_stride_rgba, 16)) {
886 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, width);
887 dst_rgba += dst_stride_rgba;
845 I420ToRGBA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
H A Drow_posix.cc222 void ARGBToRGBARow_SSSE3(const uint8* src_argb, uint8* dst_rgba, int pix) { argument
236 "+r"(dst_rgba), // %1
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert_from.h117 uint8* dst_rgba, int dst_stride_rgba,
H A Dconvert_from_argb.h43 uint8* dst_rgba, int dst_stride_rgba,
H A Drow.h593 uint8* dst_rgba,
1048 uint8* dst_rgba,
1133 uint8* dst_rgba,
1204 uint8* dst_rgba,
1261 uint8* dst_rgba,
1266 uint8* dst_rgba,
1271 uint8* dst_rgba,
1276 uint8* dst_rgba,
H A Dplanar_functions.h163 uint8* dst_rgba, int dst_stride_rgba,
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dconvert_from.h117 uint8* dst_rgba, int dst_stride_rgba,
H A Dconvert_from_argb.h43 uint8* dst_rgba, int dst_stride_rgba,
H A Drow.h501 uint8* dst_rgba,
956 uint8* dst_rgba,
1041 uint8* dst_rgba,
1112 uint8* dst_rgba,
1169 uint8* dst_rgba,
1174 uint8* dst_rgba,
1179 uint8* dst_rgba,
1184 uint8* dst_rgba,
H A Dplanar_functions.h163 uint8* dst_rgba, int dst_stride_rgba,
/external/libyuv/files/include/libyuv/
H A Dconvert_from.h109 uint8* dst_rgba, int dst_stride_rgba,
H A Dplanar_functions.h168 uint8* dst_rgba, int dst_stride_rgba,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_from.cc648 uint8* dst_rgba, int dst_stride_rgba,
656 if (!src_y || !src_u || !src_v || !dst_rgba ||
663 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba;
671 if (IS_ALIGNED(dst_rgba, 16) && IS_ALIGNED(dst_stride_rgba, 16)) {
686 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, width);
687 dst_rgba += dst_stride_rgba;
645 I420ToRGBA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
H A Drow_posix.cc2752 uint8* dst_rgba,
2768 "movdqa %%xmm5," MEMACCESS([dst_rgba]) "\n"
2769 "movdqa %%xmm0," MEMACCESS2(0x10,[dst_rgba]) "\n"
2770 "lea " MEMLEA(0x20,[dst_rgba]) ",%[dst_rgba] \n"
2776 [dst_rgba]"+r"(dst_rgba), // %[dst_rgba]
2871 uint8* dst_rgba,
2887 "movdqu %%xmm5," MEMACCESS([dst_rgba]) "\
2749 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
2868 I422ToRGBARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
[all...]
H A Dplanar_functions.cc915 uint8* dst_rgba, int dst_stride_rgba,
924 !dst_rgba ||
931 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba;
955 if (IS_ALIGNED(dst_rgba, 16) && IS_ALIGNED(dst_stride_rgba, 16)) {
963 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, width);
964 dst_rgba += dst_stride_rgba;
912 I422ToRGBA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
H A Dconvert_from_argb.cc744 uint8* dst_rgba, int dst_stride_rgba,
747 dst_rgba, dst_stride_rgba,
743 ARGBToRGBA(const uint8* src_argb, int src_stride_argb, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
H A Drow_neon.cc301 uint8* dst_rgba,
323 "+r"(dst_rgba), // %3
298 I422ToRGBARow_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgba, int width) argument
H A Drow_neon64.cc312 uint8* dst_rgba,
334 "+r"(dst_rgba), // %3
309 I422ToRGBARow_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgba, int width) argument
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_from.cc648 uint8* dst_rgba, int dst_stride_rgba,
656 if (!src_y || !src_u || !src_v || !dst_rgba ||
663 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba;
671 if (IS_ALIGNED(dst_rgba, 16) && IS_ALIGNED(dst_stride_rgba, 16)) {
686 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, width);
687 dst_rgba += dst_stride_rgba;
645 I420ToRGBA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
H A Drow_posix.cc2752 uint8* dst_rgba,
2768 "movdqa %%xmm5," MEMACCESS([dst_rgba]) "\n"
2769 "movdqa %%xmm0," MEMACCESS2(0x10,[dst_rgba]) "\n"
2770 "lea " MEMLEA(0x20,[dst_rgba]) ",%[dst_rgba] \n"
2776 [dst_rgba]"+r"(dst_rgba), // %[dst_rgba]
2871 uint8* dst_rgba,
2887 "movdqu %%xmm5," MEMACCESS([dst_rgba]) "\
2749 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
2868 I422ToRGBARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
[all...]
H A Dplanar_functions.cc915 uint8* dst_rgba, int dst_stride_rgba,
924 !dst_rgba ||
931 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba;
955 if (IS_ALIGNED(dst_rgba, 16) && IS_ALIGNED(dst_stride_rgba, 16)) {
963 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, width);
964 dst_rgba += dst_stride_rgba;
912 I422ToRGBA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
H A Dconvert_from_argb.cc726 uint8* dst_rgba, int dst_stride_rgba,
729 dst_rgba, dst_stride_rgba,
725 ARGBToRGBA(const uint8* src_argb, int src_stride_argb, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
H A Drow_neon.cc301 uint8* dst_rgba,
323 "+r"(dst_rgba), // %3
298 I422ToRGBARow_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgba, int width) argument

Completed in 203 milliseconds

12