Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc662 uint8* dst_argb4444, int dst_stride_argb4444, in I420ToARGB4444() argument
671 if (!src_y || !src_u || !src_v || !dst_argb4444 || in I420ToARGB4444()
678 dst_argb4444 = dst_argb4444 + (height - 1) * dst_stride_argb4444; in I420ToARGB4444()
707 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, &kYuvI601Constants, in I420ToARGB4444()
709 dst_argb4444 += dst_stride_argb4444; in I420ToARGB4444()
Drow_neon.cc408 uint8* dst_argb4444, in I422ToARGB4444Row_NEON() argument
426 "+r"(dst_argb4444), // %3 in I422ToARGB4444Row_NEON()
1255 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, in ARGBToARGB4444Row_NEON() argument
1268 "+r"(dst_argb4444), // %1 in ARGBToARGB4444Row_NEON()
Drow_neon64.cc402 uint8* dst_argb4444, in I422ToARGB4444Row_NEON() argument
420 "+r"(dst_argb4444), // %3 in I422ToARGB4444Row_NEON()
1261 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, in ARGBToARGB4444Row_NEON() argument
1274 "+r"(dst_argb4444), // %1 in ARGBToARGB4444Row_NEON()
Dconvert_from_argb.cc1022 uint8* dst_argb4444, int dst_stride_argb4444, in ARGBToARGB4444() argument
1027 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) { in ARGBToARGB4444()
1068 ARGBToARGB4444Row(src_argb, dst_argb4444, width); in ARGBToARGB4444()
1070 dst_argb4444 += dst_stride_argb4444; in ARGBToARGB4444()
Drow_common.cc1419 uint8* dst_argb4444, in I422ToARGB4444Row_C() argument
1438 *(uint32*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | in I422ToARGB4444Row_C()
1443 dst_argb4444 += 4; // Advance 2 pixels. in I422ToARGB4444Row_C()
1450 *(uint16*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | in I422ToARGB4444Row_C()
2462 uint8* dst_argb4444, in I422ToARGB4444Row_SSSE3() argument
2470 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidth); in I422ToARGB4444Row_SSSE3()
2474 dst_argb4444 += twidth * 2; in I422ToARGB4444Row_SSSE3()
2555 uint8* dst_argb4444, in I422ToARGB4444Row_AVX2() argument
2564 ARGBToARGB4444Row_AVX2(row, dst_argb4444, twidth); in I422ToARGB4444Row_AVX2()
2566 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidth); in I422ToARGB4444Row_AVX2()
[all …]
/external/libyuv/files/source/
Dconvert_from.cc749 uint8* dst_argb4444, in I420ToARGB4444() argument
758 if (!src_y || !src_u || !src_v || !dst_argb4444 || width <= 0 || in I420ToARGB4444()
765 dst_argb4444 = dst_argb4444 + (height - 1) * dst_stride_argb4444; in I420ToARGB4444()
810 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, &kYuvI601Constants, in I420ToARGB4444()
812 dst_argb4444 += dst_stride_argb4444; in I420ToARGB4444()
Drow_neon.cc369 uint8* dst_argb4444, in I422ToARGB4444Row_NEON() argument
387 "+r"(dst_argb4444), // %3 in I422ToARGB4444Row_NEON()
1238 uint8* dst_argb4444, in ARGBToARGB4444Row_NEON() argument
1251 "+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()
Drow_neon64.cc370 uint8* dst_argb4444, in I422ToARGB4444Row_NEON() argument
388 "+r"(dst_argb4444), // %3 in I422ToARGB4444Row_NEON()
1251 uint8* dst_argb4444, in ARGBToARGB4444Row_NEON() argument
1264 "+r"(dst_argb4444), // %1 in ARGBToARGB4444Row_NEON()
Dconvert_from_argb.cc1249 uint8* dst_argb4444, in ARGBToARGB4444() argument
1256 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) { in ARGBToARGB4444()
1304 ARGBToARGB4444Row(src_argb, dst_argb4444, width); in ARGBToARGB4444()
1306 dst_argb4444 += dst_stride_argb4444; in ARGBToARGB4444()
Drow_common.cc1415 uint8* dst_argb4444, in I422ToARGB4444Row_C() argument
1434 *(uint32*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | (b1 << 16) | in I422ToARGB4444Row_C()
1439 dst_argb4444 += 4; // Advance 2 pixels. in I422ToARGB4444Row_C()
1446 *(uint16*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | 0xf000; in I422ToARGB4444Row_C()
2480 uint8* dst_argb4444, in I422ToARGB4444Row_SSSE3() argument
2488 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidth); in I422ToARGB4444Row_SSSE3()
2492 dst_argb4444 += twidth * 2; in I422ToARGB4444Row_SSSE3()
2573 uint8* dst_argb4444, in I422ToARGB4444Row_AVX2() argument
2582 ARGBToARGB4444Row_AVX2(row, dst_argb4444, twidth); in I422ToARGB4444Row_AVX2()
2584 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidth); in I422ToARGB4444Row_AVX2()
[all …]
Drow_msa.cc564 uint8* dst_argb4444, in I422ToARGB4444Row_MSA() argument
593 ST_UB(dst0, dst_argb4444); in I422ToARGB4444Row_MSA()
597 dst_argb4444 += 16; in I422ToARGB4444Row_MSA()
/external/libyuv/files/include/libyuv/
Dconvert_from_argb.h112 uint8* dst_argb4444,
Drow.h740 uint8* dst_argb4444,
781 uint8* dst_argb4444,
830 uint8* dst_argb4444,
1787 uint8* dst_argb4444,
1793 uint8* dst_argb4444,
2495 uint8* dst_argb4444,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from_argb.h83 uint8* dst_argb4444, int dst_stride_argb4444,
Drow.h621 uint8* dst_argb4444,
1101 uint8* dst_argb4444,
1107 uint8* dst_argb4444,