/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 662 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()
|
D | row_neon.cc | 408 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()
|
D | row_neon64.cc | 402 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()
|
D | convert_from_argb.cc | 1022 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()
|
D | row_common.cc | 1419 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/ |
D | convert_from.cc | 749 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()
|
D | row_neon.cc | 369 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()
|
D | row_dspr2.cc | 959 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()
|
D | row_neon64.cc | 370 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()
|
D | convert_from_argb.cc | 1249 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()
|
D | row_common.cc | 1415 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 …]
|
D | row_msa.cc | 564 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/ |
D | convert_from_argb.h | 112 uint8* dst_argb4444,
|
D | row.h | 740 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/ |
D | convert_from_argb.h | 83 uint8* dst_argb4444, int dst_stride_argb4444,
|
D | row.h | 621 uint8* dst_argb4444, 1101 uint8* dst_argb4444, 1107 uint8* dst_argb4444,
|