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

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert_from_argb.h83 uint8* dst_argb4444, int dst_stride_argb4444,
H A Drow.h621 uint8* dst_argb4444,
1101 uint8* dst_argb4444,
1107 uint8* dst_argb4444,
/external/libyuv/files/include/libyuv/
H A Dconvert_from_argb.h112 uint8* dst_argb4444,
H A 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/source/
H A Dconvert_from.cc662 uint8* dst_argb4444, int dst_stride_argb4444,
671 if (!src_y || !src_u || !src_v || !dst_argb4444 ||
678 dst_argb4444 = dst_argb4444 + (height - 1) * dst_stride_argb4444;
707 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, &kYuvI601Constants,
709 dst_argb4444 += dst_stride_argb4444;
659 I420ToARGB4444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb4444, int dst_stride_argb4444, int width, int height) argument
H A Dconvert_from_argb.cc1022 uint8* dst_argb4444, int dst_stride_argb4444,
1027 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) {
1068 ARGBToARGB4444Row(src_argb, dst_argb4444, width);
1070 dst_argb4444 += dst_stride_argb4444;
1021 ARGBToARGB4444(const uint8* src_argb, int src_stride_argb, uint8* dst_argb4444, int dst_stride_argb4444, int width, int height) argument
H A Drow_neon.cc408 uint8* dst_argb4444,
426 "+r"(dst_argb4444), // %3
1255 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, argument
1268 "+r"(dst_argb4444), // %1
405 I422ToARGB4444Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument
H A Drow_neon64.cc402 uint8* dst_argb4444,
420 "+r"(dst_argb4444), // %3
1261 void ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, argument
1274 "+r"(dst_argb4444), // %1
399 I422ToARGB4444Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument
H A Drow_common.cc1419 uint8* dst_argb4444,
1438 *(uint32*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) |
1443 dst_argb4444 += 4; // Advance 2 pixels.
1450 *(uint16*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) |
2462 uint8* dst_argb4444,
2470 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidth);
2474 dst_argb4444 += twidth * 2;
2555 uint8* dst_argb4444,
2564 ARGBToARGB4444Row_AVX2(row, dst_argb4444, twidth);
2566 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidt
1416 I422ToARGB4444Row_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument
2459 I422ToARGB4444Row_SSSE3(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument
2552 I422ToARGB4444Row_AVX2(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument
[all...]
/external/libyuv/files/source/
H A Dconvert_from.cc749 uint8* dst_argb4444,
758 if (!src_y || !src_u || !src_v || !dst_argb4444 || width <= 0 ||
765 dst_argb4444 = dst_argb4444 + (height - 1) * dst_stride_argb4444;
810 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, &kYuvI601Constants,
812 dst_argb4444 += dst_stride_argb4444;
743 I420ToARGB4444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb4444, int dst_stride_argb4444, int width, int height) argument
H A Drow_dspr2.cc959 uint8* dst_argb4444,
1029 "sw %[tmp_t8], 0(%[dst_argb4444]) \n"
1035 : [dst_argb4444] "r"(dst_argb4444), [yg] "r"(yg), [src_u] "r"(src_u),
1043 dst_argb4444 += 4; // Advance 2 pixels.
956 I422ToARGB4444Row_DSPR2(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument
H A Drow_neon.cc369 uint8* dst_argb4444,
387 "+r"(dst_argb4444), // %3
1238 uint8* dst_argb4444,
1251 "+r"(dst_argb4444), // %1
366 I422ToARGB4444Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument
1237 ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, int width) argument
H A Drow_neon64.cc370 uint8* dst_argb4444,
388 "+r"(dst_argb4444), // %3
1251 uint8* dst_argb4444,
1264 "+r"(dst_argb4444), // %1
367 I422ToARGB4444Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument
1250 ARGBToARGB4444Row_NEON(const uint8* src_argb, uint8* dst_argb4444, int width) argument
H A Dconvert_from_argb.cc1249 uint8* dst_argb4444,
1256 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) {
1304 ARGBToARGB4444Row(src_argb, dst_argb4444, width);
1306 dst_argb4444 += dst_stride_argb4444;
1247 ARGBToARGB4444(const uint8* src_argb, int src_stride_argb, uint8* dst_argb4444, int dst_stride_argb4444, int width, int height) argument
H A Drow_common.cc1415 uint8* dst_argb4444,
1434 *(uint32*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | (b1 << 16) |
1439 dst_argb4444 += 4; // Advance 2 pixels.
1446 *(uint16*)(dst_argb4444) = b0 | (g0 << 4) | (r0 << 8) | 0xf000;
2480 uint8* dst_argb4444,
2488 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidth);
2492 dst_argb4444 += twidth * 2;
2573 uint8* dst_argb4444,
2582 ARGBToARGB4444Row_AVX2(row, dst_argb4444, twidth);
2584 ARGBToARGB4444Row_SSE2(row, dst_argb4444, twidt
1412 I422ToARGB4444Row_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument
2477 I422ToARGB4444Row_SSSE3(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument
2570 I422ToARGB4444Row_AVX2(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument
[all...]
H A Drow_msa.cc564 uint8* dst_argb4444,
593 ST_UB(dst0, dst_argb4444);
597 dst_argb4444 += 16;
561 I422ToARGB4444Row_MSA(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_argb4444, const struct YuvConstants* yuvconstants, int width) argument

Completed in 318 milliseconds