Searched defs:dst_argb1555 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_from_argb.cc897 uint8* dst_argb1555, int dst_stride_argb1555,
902 if (!src_argb || !dst_argb1555 || width <= 0 || height == 0) {
935 ARGBToARGB1555Row(src_argb, dst_argb1555, width);
937 dst_argb1555 += dst_stride_argb1555;
896 ARGBToARGB1555(const uint8* src_argb, int src_stride_argb, uint8* dst_argb1555, int dst_stride_argb1555, int width, int height) argument
H A Dconvert_from.cc804 uint8* dst_argb1555, int dst_stride_argb1555,
812 if (!src_y || !src_u || !src_v || !dst_argb1555 ||
819 dst_argb1555 = dst_argb1555 + (height - 1) * dst_stride_argb1555;
839 I422ToARGB1555Row(src_y, src_u, src_v, dst_argb1555, width);
840 dst_argb1555 += dst_stride_argb1555;
801 I420ToARGB1555(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_argb1555, int dst_stride_argb1555, int width, int height) argument
H A Drow_neon.cc463 uint8* dst_argb1555,
486 "+r"(dst_argb1555), // %3
1438 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555, argument
1451 "+r"(dst_argb1555), // %1
460 I422ToARGB1555Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb1555, int width) argument
H A Drow_neon64.cc482 uint8* dst_argb1555,
505 "+r"(dst_argb1555), // %3
1534 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555, argument
1547 "+r"(dst_argb1555), // %1
479 I422ToARGB1555Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb1555, int width) argument
H A Drow_common.cc1122 uint8* dst_argb1555,
1140 *(uint32*)(dst_argb1555) = b0 | (g0 << 5) | (r0 << 10) |
1145 dst_argb1555 += 4; // Advance 2 pixels.
1152 *(uint16*)(dst_argb1555) = b0 | (g0 << 5) | (r0 << 10) |
1119 I422ToARGB1555Row_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb1555, int width) argument
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_from_argb.cc879 uint8* dst_argb1555, int dst_stride_argb1555,
884 if (!src_argb || !dst_argb1555 || width <= 0 || height == 0) {
917 ARGBToARGB1555Row(src_argb, dst_argb1555, width);
919 dst_argb1555 += dst_stride_argb1555;
878 ARGBToARGB1555(const uint8* src_argb, int src_stride_argb, uint8* dst_argb1555, int dst_stride_argb1555, int width, int height) argument
H A Dconvert_from.cc804 uint8* dst_argb1555, int dst_stride_argb1555,
812 if (!src_y || !src_u || !src_v || !dst_argb1555 ||
819 dst_argb1555 = dst_argb1555 + (height - 1) * dst_stride_argb1555;
839 I422ToARGB1555Row(src_y, src_u, src_v, dst_argb1555, width);
840 dst_argb1555 += dst_stride_argb1555;
801 I420ToARGB1555(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_argb1555, int dst_stride_argb1555, int width, int height) argument
H A Drow_neon.cc463 uint8* dst_argb1555,
486 "+r"(dst_argb1555), // %3
1439 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555, argument
1452 "+r"(dst_argb1555), // %1
460 I422ToARGB1555Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb1555, int width) argument
H A Drow_common.cc1122 uint8* dst_argb1555,
1140 *(uint32*)(dst_argb1555) = b0 | (g0 << 5) | (r0 << 10) |
1145 dst_argb1555 += 4; // Advance 2 pixels.
1152 *(uint16*)(dst_argb1555) = b0 | (g0 << 5) | (r0 << 10) |
1119 I422ToARGB1555Row_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb1555, int width) argument
/external/libyuv/files/source/
H A Dplanar_functions.cc756 uint8* dst_argb1555, int dst_stride_argb1555,
758 if (!src_argb || !dst_argb1555 || width <= 0 || height == 0) {
781 ARGBToARGB1555Row(src_argb, dst_argb1555, width);
783 dst_argb1555 += dst_stride_argb1555;
755 ARGBToARGB1555(const uint8* src_argb, int src_stride_argb, uint8* dst_argb1555, int dst_stride_argb1555, int width, int height) argument

Completed in 168 milliseconds