/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 599 uint8* dst_argb1555, int dst_stride_argb1555, in I420ToARGB1555() argument 608 if (!src_y || !src_u || !src_v || !dst_argb1555 || in I420ToARGB1555() 615 dst_argb1555 = dst_argb1555 + (height - 1) * dst_stride_argb1555; in I420ToARGB1555() 644 I422ToARGB1555Row(src_y, src_u, src_v, dst_argb1555, &kYuvI601Constants, in I420ToARGB1555() 646 dst_argb1555 += dst_stride_argb1555; in I420ToARGB1555()
|
D | row_neon.cc | 368 uint8* dst_argb1555, in I422ToARGB1555Row_NEON() argument 385 "+r"(dst_argb1555), // %3 in I422ToARGB1555Row_NEON() 1236 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555, in ARGBToARGB1555Row_NEON() argument 1248 "+r"(dst_argb1555), // %1 in ARGBToARGB1555Row_NEON()
|
D | row_neon64.cc | 361 uint8* dst_argb1555, in I422ToARGB1555Row_NEON() argument 378 "+r"(dst_argb1555), // %3 in I422ToARGB1555Row_NEON() 1242 void ARGBToARGB1555Row_NEON(const uint8* src_argb, uint8* dst_argb1555, in ARGBToARGB1555Row_NEON() argument 1254 "+r"(dst_argb1555), // %1 in ARGBToARGB1555Row_NEON()
|
D | convert_from_argb.cc | 966 uint8* dst_argb1555, int dst_stride_argb1555, in ARGBToARGB1555() argument 971 if (!src_argb || !dst_argb1555 || width <= 0 || height == 0) { in ARGBToARGB1555() 1012 ARGBToARGB1555Row(src_argb, dst_argb1555, width); in ARGBToARGB1555() 1014 dst_argb1555 += dst_stride_argb1555; in ARGBToARGB1555()
|
D | row_common.cc | 1458 uint8* dst_argb1555, in I422ToARGB1555Row_C() argument 1477 *(uint32*)(dst_argb1555) = b0 | (g0 << 5) | (r0 << 10) | in I422ToARGB1555Row_C() 1482 dst_argb1555 += 4; // Advance 2 pixels. in I422ToARGB1555Row_C() 1489 *(uint16*)(dst_argb1555) = b0 | (g0 << 5) | (r0 << 10) | in I422ToARGB1555Row_C() 2440 uint8* dst_argb1555, in I422ToARGB1555Row_SSSE3() argument 2448 ARGBToARGB1555Row_SSE2(row, dst_argb1555, twidth); in I422ToARGB1555Row_SSSE3() 2452 dst_argb1555 += twidth * 2; in I422ToARGB1555Row_SSSE3() 2529 uint8* dst_argb1555, in I422ToARGB1555Row_AVX2() argument 2538 ARGBToARGB1555Row_AVX2(row, dst_argb1555, twidth); in I422ToARGB1555Row_AVX2() 2540 ARGBToARGB1555Row_SSE2(row, dst_argb1555, twidth); in I422ToARGB1555Row_AVX2() [all …]
|
/external/libyuv/files/source/ |
D | convert_from.cc | 668 uint8* dst_argb1555, in I420ToARGB1555() argument 677 if (!src_y || !src_u || !src_v || !dst_argb1555 || width <= 0 || in I420ToARGB1555() 684 dst_argb1555 = dst_argb1555 + (height - 1) * dst_stride_argb1555; in I420ToARGB1555() 729 I422ToARGB1555Row(src_y, src_u, src_v, dst_argb1555, &kYuvI601Constants, in I420ToARGB1555() 731 dst_argb1555 += dst_stride_argb1555; in I420ToARGB1555()
|
D | row_neon.cc | 329 uint8* dst_argb1555, in I422ToARGB1555Row_NEON() argument 346 "+r"(dst_argb1555), // %3 in I422ToARGB1555Row_NEON() 1218 uint8* dst_argb1555, in ARGBToARGB1555Row_NEON() argument 1230 "+r"(dst_argb1555), // %1 in ARGBToARGB1555Row_NEON()
|
D | row_dspr2.cc | 1050 uint8* dst_argb1555, in I422ToARGB1555Row_DSPR2() argument 1127 : [dst_argb1555] "r"(dst_argb1555), [yg] "r"(yg), [src_u] "r"(src_u), in I422ToARGB1555Row_DSPR2() 1135 dst_argb1555 += 4; // Advance 2 pixels. in I422ToARGB1555Row_DSPR2()
|
D | row_neon64.cc | 329 uint8* dst_argb1555, in I422ToARGB1555Row_NEON() argument 346 "+r"(dst_argb1555), // %3 in I422ToARGB1555Row_NEON() 1231 uint8* dst_argb1555, in ARGBToARGB1555Row_NEON() argument 1243 "+r"(dst_argb1555), // %1 in ARGBToARGB1555Row_NEON()
|
D | convert_from_argb.cc | 1183 uint8* dst_argb1555, in ARGBToARGB1555() argument 1190 if (!src_argb || !dst_argb1555 || width <= 0 || height == 0) { in ARGBToARGB1555() 1238 ARGBToARGB1555Row(src_argb, dst_argb1555, width); in ARGBToARGB1555() 1240 dst_argb1555 += dst_stride_argb1555; in ARGBToARGB1555()
|
D | row_common.cc | 1453 uint8* dst_argb1555, in I422ToARGB1555Row_C() argument 1472 *(uint32*)(dst_argb1555) = b0 | (g0 << 5) | (r0 << 10) | (b1 << 16) | in I422ToARGB1555Row_C() 1477 dst_argb1555 += 4; // Advance 2 pixels. in I422ToARGB1555Row_C() 1484 *(uint16*)(dst_argb1555) = b0 | (g0 << 5) | (r0 << 10) | 0x8000; in I422ToARGB1555Row_C() 2458 uint8* dst_argb1555, in I422ToARGB1555Row_SSSE3() argument 2466 ARGBToARGB1555Row_SSE2(row, dst_argb1555, twidth); in I422ToARGB1555Row_SSSE3() 2470 dst_argb1555 += twidth * 2; in I422ToARGB1555Row_SSSE3() 2547 uint8* dst_argb1555, in I422ToARGB1555Row_AVX2() argument 2556 ARGBToARGB1555Row_AVX2(row, dst_argb1555, twidth); in I422ToARGB1555Row_AVX2() 2558 ARGBToARGB1555Row_SSE2(row, dst_argb1555, twidth); in I422ToARGB1555Row_AVX2() [all …]
|
D | row_msa.cc | 604 uint8* dst_argb1555, in I422ToARGB1555Row_MSA() argument 633 ST_UB(dst0, dst_argb1555); in I422ToARGB1555Row_MSA() 637 dst_argb1555 += 16; in I422ToARGB1555Row_MSA()
|
/external/libyuv/files/include/libyuv/ |
D | convert_from_argb.h | 103 uint8* dst_argb1555,
|
D | row.h | 734 uint8* dst_argb1555, 787 uint8* dst_argb1555, 836 uint8* dst_argb1555, 2501 uint8* dst_argb1555,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 77 uint8* dst_argb1555, int dst_stride_argb1555,
|
D | row.h | 615 uint8* dst_argb1555,
|