Searched refs:dst_argb4444 (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert_from_argb.h73 uint8* dst_argb4444, int dst_stride_argb4444,
H A Drow.h618 uint8* dst_argb4444,
1063 uint8* dst_argb4444,
1068 uint8* dst_argb4444,
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dconvert_from_argb.h73 uint8* dst_argb4444, int dst_stride_argb4444,
H A Drow.h526 uint8* dst_argb4444,
971 uint8* dst_argb4444,
976 uint8* dst_argb4444,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_from.cc856 uint8* dst_argb4444, int dst_stride_argb4444,
864 if (!src_y || !src_u || !src_v || !dst_argb4444 ||
871 dst_argb4444 = dst_argb4444 + (height - 1) * dst_stride_argb4444;
891 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, width);
892 dst_argb4444 += dst_stride_argb4444;
853 I420ToARGB4444(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_argb4444, int dst_stride_argb4444, int width, int height) argument
H A Dconvert_from_argb.cc945 uint8* dst_argb4444, int dst_stride_argb4444,
950 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) {
983 ARGBToARGB4444Row(src_argb, dst_argb4444, width);
985 dst_argb4444 += dst_stride_argb4444;
944 ARGBToARGB4444(const uint8* src_argb, int src_stride_argb, uint8* dst_argb4444, int dst_stride_argb4444, int width, int height) argument
H A Drow_neon.cc507 uint8* dst_argb4444,
531 "+r"(dst_argb4444), // %3
1458 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, argument
1472 "+r"(dst_argb4444), // %1
504 I422ToARGB4444Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, int width) argument
H A Drow_neon64.cc528 uint8* dst_argb4444,
552 "+r"(dst_argb4444), // %3
1556 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, argument
1570 "+r"(dst_argb4444), // %1
525 I422ToARGB4444Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, int width) argument
H A Drow_common.cc1084 uint8* dst_argb4444,
1102 *(uint32*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) |
1107 dst_argb4444 += 4; // Advance 2 pixels.
1114 *(uint16*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) |
1081 I422ToARGB4444Row_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, int width) argument
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_from.cc856 uint8* dst_argb4444, int dst_stride_argb4444,
864 if (!src_y || !src_u || !src_v || !dst_argb4444 ||
871 dst_argb4444 = dst_argb4444 + (height - 1) * dst_stride_argb4444;
891 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, width);
892 dst_argb4444 += dst_stride_argb4444;
853 I420ToARGB4444(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_argb4444, int dst_stride_argb4444, int width, int height) argument
H A Dconvert_from_argb.cc927 uint8* dst_argb4444, int dst_stride_argb4444,
932 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) {
965 ARGBToARGB4444Row(src_argb, dst_argb4444, width);
967 dst_argb4444 += dst_stride_argb4444;
926 ARGBToARGB4444(const uint8* src_argb, int src_stride_argb, uint8* dst_argb4444, int dst_stride_argb4444, int width, int height) argument
H A Drow_neon.cc507 uint8* dst_argb4444,
531 "+r"(dst_argb4444), // %3
1459 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, argument
1473 "+r"(dst_argb4444), // %1
504 I422ToARGB4444Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, int width) argument
H A Drow_common.cc1084 uint8* dst_argb4444,
1102 *(uint32*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) |
1107 dst_argb4444 += 4; // Advance 2 pixels.
1114 *(uint16*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) |
1081 I422ToARGB4444Row_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, int width) argument
/external/libyuv/files/include/libyuv/
H A Dplanar_functions.h129 uint8* dst_argb4444, int dst_stride_argb4444,
/external/libyuv/files/source/
H A Dplanar_functions.cc791 uint8* dst_argb4444, int dst_stride_argb4444,
793 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) {
816 ARGBToARGB4444Row(src_argb, dst_argb4444, width);
818 dst_argb4444 += dst_stride_argb4444;
790 ARGBToARGB4444(const uint8* src_argb, int src_stride_argb, uint8* dst_argb4444, int dst_stride_argb4444, int width, int height) argument

Completed in 207 milliseconds