/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 319 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()
|
D | convert_from.cc | 844 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()
|
D | row_neon64.cc | 345 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()
|
D | convert_from_argb.cc | 1198 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()
|
D | row_common.cc | 1702 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 …]
|
D | row_msa.cc | 564 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/libaom/libaom/third_party/libyuv/source/ |
D | convert_from.cc | 897 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()
|
D | row_neon.cc | 511 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()
|
D | row_neon64.cc | 489 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()
|
D | convert_from_argb.cc | 1033 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()
|
D | row_common.cc | 1229 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/ |
D | row_neon.cc | 319 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()
|
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 | convert_from.cc | 868 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()
|
D | row_neon64.cc | 345 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()
|
D | convert_from_argb.cc | 1535 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()
|
D | row_common.cc | 1702 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/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 134 uint8_t* dst_argb4444,
|
D | convert_from.h | 290 uint8_t* dst_argb4444,
|
D | row.h | 716 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/ |
D | convert_from_argb.h | 84 uint8* dst_argb4444, int dst_stride_argb4444,
|
D | row.h | 555 uint8* dst_argb4444, 1017 uint8* dst_argb4444, 1022 uint8* dst_argb4444,
|
/external/libyuv/files/include/libyuv/ |
D | convert_from_argb.h | 134 uint8_t* dst_argb4444,
|
D | convert_from.h | 314 uint8_t* dst_argb4444,
|
D | row.h | 798 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,
|