Home
last modified time | relevance | path

Searched refs:dst_argb4444 (Results 1 – 25 of 26) sorted by relevance

12

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc844 uint8_t* dst_argb4444, in I420ToARGB4444() argument
853 if (!src_y || !src_u || !src_v || !dst_argb4444 || width <= 0 || in I420ToARGB4444()
860 dst_argb4444 = dst_argb4444 + (height - 1) * dst_stride_argb4444; in I420ToARGB4444()
897 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, &kYuvI601Constants, in I420ToARGB4444()
899 dst_argb4444 += dst_stride_argb4444; in I420ToARGB4444()
Drow_neon.cc319 uint8_t* dst_argb4444, in I422ToARGB4444Row_NEON() argument
335 "+r"(dst_argb4444), // %3 in I422ToARGB4444Row_NEON()
1188 uint8_t* dst_argb4444, in ARGBToARGB4444Row_NEON() argument
1200 "+r"(dst_argb4444), // %1 in ARGBToARGB4444Row_NEON()
Drow_neon64.cc345 uint8_t* dst_argb4444, in I422ToARGB4444Row_NEON() argument
362 "+r"(dst_argb4444), // %3 in I422ToARGB4444Row_NEON()
1244 uint8_t* dst_argb4444, in ARGBToARGB4444Row_NEON() argument
1257 "+r"(dst_argb4444), // %1 in ARGBToARGB4444Row_NEON()
Dconvert_from_argb.cc1198 uint8_t* dst_argb4444, in ARGBToARGB4444() argument
1205 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) { in ARGBToARGB4444()
1253 ARGBToARGB4444Row(src_argb, dst_argb4444, width); in ARGBToARGB4444()
1255 dst_argb4444 += dst_stride_argb4444; in ARGBToARGB4444()
Drow_common.cc1702 uint8_t* dst_argb4444, in I422ToARGB4444Row_C() argument
1721 *(uint32_t*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | (b1 << 16) | in I422ToARGB4444Row_C()
1726 dst_argb4444 += 4; // Advance 2 pixels. in I422ToARGB4444Row_C()
1733 *(uint16_t*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | 0xf000; in I422ToARGB4444Row_C()
2925 uint8_t* dst_argb4444, in I422ToARGB4444Row_SSSE3() argument
2933 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidth); in I422ToARGB4444Row_SSSE3()
2937 dst_argb4444 += twidth * 2; in I422ToARGB4444Row_SSSE3()
3106 uint8_t* dst_argb4444, in I422ToARGB4444Row_AVX2() argument
3115 ARGBToARGB4444Row_AVX2(row, dst_argb4444, twidth); in I422ToARGB4444Row_AVX2()
3117 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidth); in I422ToARGB4444Row_AVX2()
[all …]
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_from.cc897 uint8* dst_argb4444, int dst_stride_argb4444, in I420ToARGB4444() argument
905 if (!src_y || !src_u || !src_v || !dst_argb4444 || in I420ToARGB4444()
912 dst_argb4444 = dst_argb4444 + (height - 1) * dst_stride_argb4444; in I420ToARGB4444()
941 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, width); in I420ToARGB4444()
942 dst_argb4444 += dst_stride_argb4444; in I420ToARGB4444()
Drow_neon.cc511 uint8* dst_argb4444, in I422ToARGB4444Row_NEON() argument
529 "+r"(dst_argb4444), // %3 in I422ToARGB4444Row_NEON()
1394 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, in ARGBToARGB4444Row_NEON() argument
1408 "+r"(dst_argb4444), // %1 in ARGBToARGB4444Row_NEON()
Drow_neon64.cc489 uint8* dst_argb4444, in I422ToARGB4444Row_NEON() argument
506 "+r"(dst_argb4444), // %3 in I422ToARGB4444Row_NEON()
1411 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, in ARGBToARGB4444Row_NEON() argument
1424 "+r"(dst_argb4444), // %1 in ARGBToARGB4444Row_NEON()
Dconvert_from_argb.cc1033 uint8* dst_argb4444, int dst_stride_argb4444, in ARGBToARGB4444() argument
1038 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) { in ARGBToARGB4444()
1079 ARGBToARGB4444Row(src_argb, dst_argb4444, width); in ARGBToARGB4444()
1081 dst_argb4444 += dst_stride_argb4444; in ARGBToARGB4444()
Drow_common.cc1229 uint8* dst_argb4444, in I422ToARGB4444Row_C() argument
1247 *(uint32*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | in I422ToARGB4444Row_C()
1252 dst_argb4444 += 4; // Advance 2 pixels. in I422ToARGB4444Row_C()
1259 *(uint16*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | in I422ToARGB4444Row_C()
2209 uint8* dst_argb4444, in I422ToARGB4444Row_SSSE3() argument
2216 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidth); in I422ToARGB4444Row_SSSE3()
2220 dst_argb4444 += twidth * 2; in I422ToARGB4444Row_SSSE3()
2341 uint8* dst_argb4444, in I422ToARGB4444Row_AVX2() argument
2348 ARGBToARGB4444Row_AVX2(row, dst_argb4444, twidth); in I422ToARGB4444Row_AVX2()
2352 dst_argb4444 += twidth * 2; in I422ToARGB4444Row_AVX2()
/external/libyuv/files/source/
Drow_neon.cc319 uint8_t* dst_argb4444, in I422ToARGB4444Row_NEON() argument
335 "+r"(dst_argb4444), // %3 in I422ToARGB4444Row_NEON()
1188 uint8_t* dst_argb4444, in ARGBToARGB4444Row_NEON() argument
1200 "+r"(dst_argb4444), // %1 in ARGBToARGB4444Row_NEON()
Drow_dspr2.cc959 uint8* dst_argb4444, in I422ToARGB4444Row_DSPR2() argument
1035 : [dst_argb4444] "r"(dst_argb4444), [yg] "r"(yg), [src_u] "r"(src_u), in I422ToARGB4444Row_DSPR2()
1043 dst_argb4444 += 4; // Advance 2 pixels. in I422ToARGB4444Row_DSPR2()
Dconvert_from.cc868 uint8_t* dst_argb4444, in I420ToARGB4444() argument
877 if (!src_y || !src_u || !src_v || !dst_argb4444 || width <= 0 || in I420ToARGB4444()
884 dst_argb4444 = dst_argb4444 + (height - 1) * dst_stride_argb4444; in I420ToARGB4444()
921 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, &kYuvI601Constants, in I420ToARGB4444()
923 dst_argb4444 += dst_stride_argb4444; in I420ToARGB4444()
Drow_neon64.cc345 uint8_t* dst_argb4444, in I422ToARGB4444Row_NEON() argument
362 "+r"(dst_argb4444), // %3 in I422ToARGB4444Row_NEON()
1244 uint8_t* dst_argb4444, in ARGBToARGB4444Row_NEON() argument
1257 "+r"(dst_argb4444), // %1 in ARGBToARGB4444Row_NEON()
Dconvert_from_argb.cc1535 uint8_t* dst_argb4444, in ARGBToARGB4444() argument
1542 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) { in ARGBToARGB4444()
1598 ARGBToARGB4444Row(src_argb, dst_argb4444, width); in ARGBToARGB4444()
1600 dst_argb4444 += dst_stride_argb4444; in ARGBToARGB4444()
Drow_common.cc1702 uint8_t* dst_argb4444, in I422ToARGB4444Row_C() argument
1721 *(uint32_t*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | (b1 << 16) | in I422ToARGB4444Row_C()
1726 dst_argb4444 += 4; // Advance 2 pixels. in I422ToARGB4444Row_C()
1733 *(uint16_t*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | 0xf000; in I422ToARGB4444Row_C()
2925 uint8_t* dst_argb4444, in I422ToARGB4444Row_SSSE3() argument
2933 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidth); in I422ToARGB4444Row_SSSE3()
2937 dst_argb4444 += twidth * 2; in I422ToARGB4444Row_SSSE3()
3106 uint8_t* dst_argb4444, in I422ToARGB4444Row_AVX2() argument
3115 ARGBToARGB4444Row_AVX2(row, dst_argb4444, twidth); in I422ToARGB4444Row_AVX2()
3117 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidth); in I422ToARGB4444Row_AVX2()
[all …]
Drow_msa.cc564 uint8_t* dst_argb4444, in I422ToARGB4444Row_MSA() argument
593 ST_UB(dst0, dst_argb4444); in I422ToARGB4444Row_MSA()
597 dst_argb4444 += 16; in I422ToARGB4444Row_MSA()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from_argb.h134 uint8_t* dst_argb4444,
Dconvert_from.h290 uint8_t* dst_argb4444,
Drow.h716 uint8_t* dst_argb4444,
793 uint8_t* dst_argb4444,
1764 uint8_t* dst_argb4444,
1894 uint8_t* dst_argb4444,
2077 uint8_t* dst_argb4444,
2083 uint8_t* dst_argb4444,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert_from_argb.h84 uint8* dst_argb4444, int dst_stride_argb4444,
Drow.h555 uint8* dst_argb4444,
1017 uint8* dst_argb4444,
1022 uint8* dst_argb4444,
/external/libyuv/files/include/libyuv/
Dconvert_from_argb.h134 uint8_t* dst_argb4444,
Dconvert_from.h314 uint8_t* dst_argb4444,
Drow.h798 uint8_t* dst_argb4444,
879 uint8_t* dst_argb4444,
2075 uint8_t* dst_argb4444,
2225 uint8_t* dst_argb4444,
2412 uint8_t* dst_argb4444,
2418 uint8_t* dst_argb4444,

12