Home
last modified time | relevance | path

Searched refs:dst_rgb565 (Results 1 – 25 of 32) sorted by relevance

12

/external/libyuv/files/source/
Dconvert_from.cc941 uint8_t* dst_rgb565, in I420ToRGB565Matrix() argument
951 if (!src_y || !src_u || !src_v || !dst_rgb565 || width <= 0 || height == 0) { in I420ToRGB565Matrix()
957 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I420ToRGB565Matrix()
994 I422ToRGB565Row(src_y, src_u, src_v, dst_rgb565, yuvconstants, width); in I420ToRGB565Matrix()
995 dst_rgb565 += dst_stride_rgb565; in I420ToRGB565Matrix()
1013 uint8_t* dst_rgb565, in I420ToRGB565() argument
1018 src_stride_v, dst_rgb565, dst_stride_rgb565, in I420ToRGB565()
1030 uint8_t* dst_rgb565, in J420ToRGB565() argument
1035 src_stride_v, dst_rgb565, dst_stride_rgb565, in J420ToRGB565()
1047 uint8_t* dst_rgb565, in H420ToRGB565() argument
[all …]
Drow_neon.cc250 uint8_t* dst_rgb565, in I422ToRGB565Row_NEON() argument
262 "+r"(dst_rgb565), // %3 in I422ToRGB565Row_NEON()
483 uint8_t* dst_rgb565, in NV12ToRGB565Row_NEON() argument
494 "+r"(dst_rgb565), // %2 in NV12ToRGB565Row_NEON()
1132 uint8_t* dst_rgb565, in ARGBToRGB565Row_NEON() argument
1142 "+r"(dst_rgb565), // %1 in ARGBToRGB565Row_NEON()
Drow_neon64.cc271 uint8_t* dst_rgb565, in I422ToRGB565Row_NEON() argument
285 "+r"(dst_rgb565), // %3 in I422ToRGB565Row_NEON()
520 uint8_t* dst_rgb565, in NV12ToRGB565Row_NEON() argument
533 "+r"(dst_rgb565), // %2 in NV12ToRGB565Row_NEON()
1188 uint8_t* dst_rgb565, in ARGBToRGB565Row_NEON() argument
1198 "+r"(dst_rgb565), // %1 in ARGBToRGB565Row_NEON()
Dconvert_from_argb.cc1311 uint8_t* dst_rgb565, in ARGBToRGB565Dither() argument
1320 if (!src_argb || !dst_rgb565 || width <= 0 || height == 0) { in ARGBToRGB565Dither()
1373 ARGBToRGB565DitherRow(src_argb, dst_rgb565, in ARGBToRGB565Dither()
1377 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565Dither()
1387 uint8_t* dst_rgb565, in ARGBToRGB565() argument
1394 if (!src_argb || !dst_rgb565 || width <= 0 || height == 0) { in ARGBToRGB565()
1450 ARGBToRGB565Row(src_argb, dst_rgb565, width); in ARGBToRGB565()
1452 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565()
Drow_common.cc1778 uint8_t* dst_rgb565, in I422ToRGB565Row_C() argument
1797 *(uint32_t*)(dst_rgb565) = in I422ToRGB565Row_C()
1802 dst_rgb565 += 4; // Advance 2 pixels. in I422ToRGB565Row_C()
1809 *(uint16_t*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11); in I422ToRGB565Row_C()
1905 uint8_t* dst_rgb565, in NV12ToRGB565Row_C() argument
1924 *(uint32_t*)(dst_rgb565) = in NV12ToRGB565Row_C()
1928 dst_rgb565 += 4; // Advance 2 pixels. in NV12ToRGB565Row_C()
1935 *(uint16_t*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11); in NV12ToRGB565Row_C()
2882 uint8_t* dst_rgb565, in I422ToRGB565Row_SSSE3() argument
2889 ARGBToRGB565Row_SSE2(row, dst_rgb565, twidth); in I422ToRGB565Row_SSSE3()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc917 uint8_t* dst_rgb565, in I420ToRGB565() argument
926 if (!src_y || !src_u || !src_v || !dst_rgb565 || width <= 0 || height == 0) { in I420ToRGB565()
932 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I420ToRGB565()
969 I422ToRGB565Row(src_y, src_u, src_v, dst_rgb565, &kYuvI601Constants, width); in I420ToRGB565()
970 dst_rgb565 += dst_stride_rgb565; in I420ToRGB565()
988 uint8_t* dst_rgb565, in I422ToRGB565() argument
997 if (!src_y || !src_u || !src_v || !dst_rgb565 || width <= 0 || height == 0) { in I422ToRGB565()
1003 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I422ToRGB565()
1040 I422ToRGB565Row(src_y, src_u, src_v, dst_rgb565, &kYuvI601Constants, width); in I422ToRGB565()
1041 dst_rgb565 += dst_stride_rgb565; in I422ToRGB565()
[all …]
Drow_neon.cc250 uint8_t* dst_rgb565, in I422ToRGB565Row_NEON() argument
262 "+r"(dst_rgb565), // %3 in I422ToRGB565Row_NEON()
483 uint8_t* dst_rgb565, in NV12ToRGB565Row_NEON() argument
494 "+r"(dst_rgb565), // %2 in NV12ToRGB565Row_NEON()
1132 uint8_t* dst_rgb565, in ARGBToRGB565Row_NEON() argument
1142 "+r"(dst_rgb565), // %1 in ARGBToRGB565Row_NEON()
Dconvert_from_argb.cc998 uint8_t* dst_rgb565, in ARGBToRGB565Dither() argument
1007 if (!src_argb || !dst_rgb565 || width <= 0 || height == 0) { in ARGBToRGB565Dither()
1052 ARGBToRGB565DitherRow(src_argb, dst_rgb565, in ARGBToRGB565Dither()
1056 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565Dither()
1066 uint8_t* dst_rgb565, in ARGBToRGB565() argument
1073 if (!src_argb || !dst_rgb565 || width <= 0 || height == 0) { in ARGBToRGB565()
1121 ARGBToRGB565Row(src_argb, dst_rgb565, width); in ARGBToRGB565()
1123 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565()
Drow_neon64.cc271 uint8_t* dst_rgb565, in I422ToRGB565Row_NEON() argument
285 "+r"(dst_rgb565), // %3 in I422ToRGB565Row_NEON()
520 uint8_t* dst_rgb565, in NV12ToRGB565Row_NEON() argument
533 "+r"(dst_rgb565), // %2 in NV12ToRGB565Row_NEON()
1188 uint8_t* dst_rgb565, in ARGBToRGB565Row_NEON() argument
1198 "+r"(dst_rgb565), // %1 in ARGBToRGB565Row_NEON()
Drow_common.cc1778 uint8_t* dst_rgb565, in I422ToRGB565Row_C() argument
1797 *(uint32_t*)(dst_rgb565) = in I422ToRGB565Row_C()
1802 dst_rgb565 += 4; // Advance 2 pixels. in I422ToRGB565Row_C()
1809 *(uint16_t*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11); in I422ToRGB565Row_C()
1905 uint8_t* dst_rgb565, in NV12ToRGB565Row_C() argument
1924 *(uint32_t*)(dst_rgb565) = in NV12ToRGB565Row_C()
1928 dst_rgb565 += 4; // Advance 2 pixels. in NV12ToRGB565Row_C()
1935 *(uint16_t*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11); in NV12ToRGB565Row_C()
2882 uint8_t* dst_rgb565, in I422ToRGB565Row_SSSE3() argument
2889 ARGBToRGB565Row_SSE2(row, dst_rgb565, twidth); in I422ToRGB565Row_SSSE3()
[all …]
/external/libyuv/files/include/libyuv/
Dconvert_from.h237 uint8_t* dst_rgb565,
249 uint8_t* dst_rgb565,
261 uint8_t* dst_rgb565,
273 uint8_t* dst_rgb565,
289 uint8_t* dst_rgb565,
Dconvert_from_argb.h102 uint8_t* dst_rgb565,
115 uint8_t* dst_rgb565,
Drow.h786 uint8_t* dst_rgb565,
808 uint8_t* dst_rgb565,
873 uint8_t* dst_rgb565,
895 uint8_t* dst_rgb565,
2069 uint8_t* dst_rgb565,
2180 uint8_t* dst_rgb565,
2237 uint8_t* dst_rgb565,
2355 uint8_t* dst_rgb565,
2374 uint8_t* dst_rgb565,
2436 uint8_t* dst_rgb565,
[all …]
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_from.cc957 uint8* dst_rgb565, int dst_stride_rgb565, in I420ToRGB565() argument
965 if (!src_y || !src_u || !src_v || !dst_rgb565 || in I420ToRGB565()
972 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I420ToRGB565()
1001 I422ToRGB565Row(src_y, src_u, src_v, dst_rgb565, width); in I420ToRGB565()
1002 dst_rgb565 += dst_stride_rgb565; in I420ToRGB565()
1025 uint8* dst_rgb565, int dst_stride_rgb565, in I420ToRGB565Dither() argument
1035 if (!src_y || !src_u || !src_v || !dst_rgb565 || in I420ToRGB565Dither()
1042 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I420ToRGB565Dither()
1109 ARGBToRGB565DitherRow(row_argb, dst_rgb565, in I420ToRGB565Dither()
1111 dst_rgb565 += dst_stride_rgb565; in I420ToRGB565Dither()
Drow_common.cc1305 uint8* dst_rgb565, in I422ToRGB565Row_C() argument
1323 *(uint32*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11) | in I422ToRGB565Row_C()
1328 dst_rgb565 += 4; // Advance 2 pixels. in I422ToRGB565Row_C()
1335 *(uint16*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11); in I422ToRGB565Row_C()
1430 uint8* dst_rgb565, in NV12ToRGB565Row_C() argument
1448 *(uint32*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11) | in NV12ToRGB565Row_C()
1452 dst_rgb565 += 4; // Advance 2 pixels. in NV12ToRGB565Row_C()
1459 *(uint16*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11); in NV12ToRGB565Row_C()
1465 uint8* dst_rgb565, in NV21ToRGB565Row_C() argument
1483 *(uint32*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11) | in NV21ToRGB565Row_C()
[all …]
Drow_neon.cc426 uint8* dst_rgb565, in I422ToRGB565Row_NEON() argument
442 "+r"(dst_rgb565), // %3 in I422ToRGB565Row_NEON()
647 uint8* dst_rgb565, in NV12ToRGB565Row_NEON() argument
662 "+r"(dst_rgb565), // %2 in NV12ToRGB565Row_NEON()
675 uint8* dst_rgb565, in NV21ToRGB565Row_NEON() argument
690 "+r"(dst_rgb565), // %2 in NV21ToRGB565Row_NEON()
1331 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON() argument
1343 "+r"(dst_rgb565), // %1 in ARGBToRGB565Row_NEON()
Drow_neon64.cc411 uint8* dst_rgb565, in I422ToRGB565Row_NEON() argument
426 "+r"(dst_rgb565), // %3 in I422ToRGB565Row_NEON()
623 uint8* dst_rgb565, in NV12ToRGB565Row_NEON() argument
637 "+r"(dst_rgb565), // %2 in NV12ToRGB565Row_NEON()
650 uint8* dst_rgb565, in NV21ToRGB565Row_NEON() argument
664 "+r"(dst_rgb565), // %2 in NV21ToRGB565Row_NEON()
1345 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON() argument
1356 "+r"(dst_rgb565), // %1 in ARGBToRGB565Row_NEON()
Dconvert_from_argb.cc868 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565Dither() argument
873 if (!src_argb || !dst_rgb565 || width <= 0 || height == 0) { in ARGBToRGB565Dither()
909 ARGBToRGB565DitherRow(src_argb, dst_rgb565, in ARGBToRGB565Dither()
912 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565Dither()
921 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565() argument
926 if (!src_argb || !dst_rgb565 || width <= 0 || height == 0) { in ARGBToRGB565()
967 ARGBToRGB565Row(src_argb, dst_rgb565, width); in ARGBToRGB565()
969 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565()
Dplanar_functions.cc998 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() argument
1005 if (!src_y || !src_uv || !dst_rgb565 || in NV12ToRGB565()
1012 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV12ToRGB565()
1041 NV12ToRGB565Row(src_y, src_uv, dst_rgb565, width); in NV12ToRGB565()
1042 dst_rgb565 += dst_stride_rgb565; in NV12ToRGB565()
1055 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565() argument
1062 if (!src_y || !src_vu || !dst_rgb565 || in NV21ToRGB565()
1069 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV21ToRGB565()
1098 NV21ToRGB565Row(src_y, src_vu, dst_rgb565, width); in NV21ToRGB565()
1099 dst_rgb565 += dst_stride_rgb565; in NV21ToRGB565()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from.h237 uint8_t* dst_rgb565,
249 uint8_t* dst_rgb565,
265 uint8_t* dst_rgb565,
Dconvert_from_argb.h102 uint8_t* dst_rgb565,
115 uint8_t* dst_rgb565,
Drow.h704 uint8_t* dst_rgb565,
726 uint8_t* dst_rgb565,
787 uint8_t* dst_rgb565,
809 uint8_t* dst_rgb565,
1758 uint8_t* dst_rgb565,
1853 uint8_t* dst_rgb565,
1906 uint8_t* dst_rgb565,
2024 uint8_t* dst_rgb565,
2039 uint8_t* dst_rgb565,
2101 uint8_t* dst_rgb565,
[all …]
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert_from_argb.h62 uint8* dst_rgb565, int dst_stride_rgb565,
72 uint8* dst_rgb565, int dst_stride_rgb565,
Dplanar_functions.h146 uint8* dst_rgb565, int dst_stride_rgb565,
153 uint8* dst_rgb565, int dst_stride_rgb565,
/external/libyuv/files/unit_test/
Dconvert_test.cc2273 align_buffer_page_end(dst_rgb565, benchmark_width_ * benchmark_height_ * 2); in TEST_F()
2277 MemRandomize(dst_rgb565, benchmark_width_ * benchmark_height_ * 2); in TEST_F()
2279 ARGBToRGB565(src_argb, benchmark_width_ * 4, dst_rgb565, benchmark_width_ * 2, in TEST_F()
2285 EXPECT_EQ(dst_rgb565[i], dst_rgb565dither[i]); in TEST_F()
2289 free_aligned_buffer_page_end(dst_rgb565); in TEST_F()
2300 align_buffer_page_end(dst_rgb565, benchmark_width_ * benchmark_height_ * 2); in TEST_F()
2307 MemRandomize(dst_rgb565, benchmark_width_ * benchmark_height_ * 2); in TEST_F()
2311 ARGBToRGB565(src_argb, benchmark_width_ * 4, dst_rgb565, benchmark_width_ * 2, in TEST_F()
2316 RGB565ToARGB(dst_rgb565, benchmark_width_ * 2, dst_argb, benchmark_width_ * 4, in TEST_F()
2325 free_aligned_buffer_page_end(dst_rgb565); in TEST_F()

12