Searched refs:dst_rgb24 (Results 1 - 20 of 20) sorted by relevance

/external/libyuv/files/source/
H A Dconvert_from.cc557 uint8* dst_rgb24, int dst_stride_rgb24,
567 if (!src_y || !src_u || !src_v || !dst_rgb24 ||
574 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24;
603 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, yuvconstants, width);
604 dst_rgb24 += dst_stride_rgb24;
619 uint8* dst_rgb24, int dst_stride_rgb24,
624 dst_rgb24, dst_stride_rgb24,
554 I420ToRGB24Matrix(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_rgb24, int dst_stride_rgb24, const struct YuvConstants* yuvconstants, int width, int height) argument
616 I420ToRGB24(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_rgb24, int dst_stride_rgb24, int width, int height) argument
H A Drow_neon.cc293 uint8* dst_rgb24,
308 "+r"(dst_rgb24), // %3
829 void RAWToRGB24Row_NEON(const uint8* src_raw, uint8* dst_rgb24, int width) { argument
840 "+r"(dst_rgb24), // %1
955 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int width) { argument
965 "+r"(dst_rgb24), // %1
290 I422ToRGB24Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgb24, const struct YuvConstants* yuvconstants, int width) argument
H A Drow_neon64.cc286 uint8* dst_rgb24,
301 "+r"(dst_rgb24), // %3
818 void RAWToRGB24Row_NEON(const uint8* src_raw, uint8* dst_rgb24, int width) { argument
830 "+r"(dst_rgb24), // %1
957 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int width) { argument
967 "+r"(dst_rgb24), // %1
283 I422ToRGB24Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgb24, const struct YuvConstants* yuvconstants, int width) argument
H A Dconvert_from_argb.cc753 uint8* dst_rgb24, int dst_stride_rgb24,
758 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) {
791 ARGBToRGB24Row(src_argb, dst_rgb24, width);
793 dst_rgb24 += dst_stride_rgb24;
752 ARGBToRGB24(const uint8* src_argb, int src_stride_argb, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
H A Drow_gcc.cc293 void RAWToRGB24Row_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width) { argument
314 "+r"(dst_rgb24), // %1
1702 uint8* dst_rgb24,
1722 "movq %%xmm0," MEMACCESS([dst_rgb24]) "\n"
1723 "movdqu %%xmm1," MEMACCESS2(0x8,[dst_rgb24]) "\n"
1724 "lea " MEMLEA(0x18,[dst_rgb24]) ",%[dst_rgb24] \n"
1730 [dst_rgb24]"+r"(dst_rgb24), // %[dst_rgb24]
1699 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, const struct YuvConstants* yuvconstants, int width) argument
[all...]
H A Drow_common.cc103 void RAWToRGB24Row_C(const uint8* src_raw, uint8* dst_rgb24, int width) { argument
109 dst_rgb24[0] = b;
110 dst_rgb24[1] = g;
111 dst_rgb24[2] = r;
112 dst_rgb24 += 3;
2581 uint8* dst_rgb24,
2590 ARGBToRGB24Row_SSSE3(row, dst_rgb24, twidth);
2594 dst_rgb24 += twidth * 3;
2578 I422ToRGB24Row_AVX2(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgb24, const struct YuvConstants* yuvconstants, int width) argument
H A Dplanar_functions.cc1100 uint8* dst_rgb24, int dst_stride_rgb24,
1103 void (*RAWToRGB24Row)(const uint8* src_rgb, uint8* dst_rgb24, int width) =
1105 if (!src_raw || !dst_rgb24 ||
1140 RAWToRGB24Row(src_raw, dst_rgb24, width);
1142 dst_rgb24 += dst_stride_rgb24;
1099 RAWToRGB24(const uint8* src_raw, int src_stride_raw, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
H A Drow_win.cc429 void RAWToRGB24Row_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width) {
432 mov edx, [esp + 8] // dst_rgb24
2670 uint8* dst_rgb24,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert_from_argb.h49 uint8* dst_rgb24, int dst_stride_rgb24,
H A Drow.h534 uint8* dst_rgb24,
1006 uint8* dst_rgb24,
1175 uint8* dst_rgb24,
1180 uint8* dst_rgb24,
/external/libyuv/files/include/libyuv/
H A Dconvert_from_argb.h49 uint8* dst_rgb24, int dst_stride_rgb24,
H A Drow.h598 uint8* dst_rgb24,
932 void RAWToRGB24Row_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width);
946 void RAWToRGB24Row_NEON(const uint8* src_raw, uint8* dst_rgb24, int width);
954 void RAWToRGB24Row_C(const uint8* src_raw, uint8* dst_rgb24, int width);
961 void RAWToRGB24Row_Any_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width);
979 void RAWToRGB24Row_Any_NEON(const uint8* src_raw, uint8* dst_rgb24, int width);
1090 uint8* dst_rgb24,
1282 uint8* dst_rgb24,
1288 uint8* dst_rgb24,
H A Dplanar_functions.h178 uint8* dst_rgb24, int dst_stride_rgb24,
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_from.cc716 uint8* dst_rgb24, int dst_stride_rgb24,
724 if (!src_y || !src_u || !src_v || !dst_rgb24 ||
731 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24;
760 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, width);
761 dst_rgb24 += dst_stride_rgb24;
713 I420ToRGB24(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_rgb24, int dst_stride_rgb24, int width, int height) argument
H A Dconvert_from_argb.cc764 uint8* dst_rgb24, int dst_stride_rgb24,
769 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) {
802 ARGBToRGB24Row(src_argb, dst_rgb24, width);
804 dst_rgb24 += dst_stride_rgb24;
763 ARGBToRGB24(const uint8* src_argb, int src_stride_argb, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
H A Drow_neon.cc355 uint8* dst_rgb24,
370 "+r"(dst_rgb24), // %3
1081 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { argument
1092 "+r"(dst_rgb24), // %1
352 I422ToRGB24Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgb24, int width) argument
H A Drow_neon64.cc348 uint8* dst_rgb24,
362 "+r"(dst_rgb24), // %3
1079 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { argument
1089 "+r"(dst_rgb24), // %1
345 I422ToRGB24Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgb24, int width) argument
H A Drow_gcc.cc1670 uint8* dst_rgb24,
1688 "movq %%xmm0," MEMACCESS([dst_rgb24]) "\n"
1689 "movdqu %%xmm1," MEMACCESS2(0x8,[dst_rgb24]) "\n"
1690 "lea " MEMLEA(0x18,[dst_rgb24]) ",%[dst_rgb24] \n"
1696 [dst_rgb24]"+r"(dst_rgb24), // %[dst_rgb24]
1667 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, int width) argument
H A Drow_common.cc2362 uint8* dst_rgb24,
2370 ARGBToRGB24Row_SSSE3(row, dst_rgb24, twidth);
2374 dst_rgb24 += twidth * 3;
2359 I422ToRGB24Row_AVX2(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgb24, int width) argument
H A Drow_win.cc2584 uint8* dst_rgb24,
2581 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, int width) argument

Completed in 1700 milliseconds