/external/libyuv/files/source/ |
D | planar_functions.cc | 721 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565() argument 723 if (!src_argb || !dst_rgb565 || width <= 0 || height == 0) { in ARGBToRGB565() 746 ARGBToRGB565Row(src_argb, dst_rgb565, width); in ARGBToRGB565() 748 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565() 828 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() argument 830 if (!src_y || !src_uv || !dst_rgb565 || width <= 0 || height == 0) { in NV12ToRGB565() 836 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV12ToRGB565() 865 ARGBToRGB565Row(row, dst_rgb565, width); in NV12ToRGB565() 866 dst_rgb565 += dst_stride_rgb565; in NV12ToRGB565() 879 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565() argument [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 414 uint8* dst_rgb565, in I422ToRGB565Row_NEON() argument 436 "+r"(dst_rgb565), // %3 in I422ToRGB565Row_NEON() 659 uint8* dst_rgb565, in NV12ToRGB565Row_NEON() argument 680 "+r"(dst_rgb565), // %2 in NV12ToRGB565Row_NEON() 691 uint8* dst_rgb565, in NV21ToRGB565Row_NEON() argument 712 "+r"(dst_rgb565), // %2 in NV21ToRGB565Row_NEON() 1419 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON() argument 1431 "+r"(dst_rgb565), // %1 in ARGBToRGB565Row_NEON()
|
D | row_neon64.cc | 431 uint8* dst_rgb565, in I422ToRGB565Row_NEON() argument 453 "+r"(dst_rgb565), // %3 in I422ToRGB565Row_NEON() 690 uint8* dst_rgb565, in NV12ToRGB565Row_NEON() argument 711 "+r"(dst_rgb565), // %2 in NV12ToRGB565Row_NEON() 724 uint8* dst_rgb565, in NV21ToRGB565Row_NEON() argument 745 "+r"(dst_rgb565), // %2 in NV21ToRGB565Row_NEON() 1512 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON() argument 1524 "+r"(dst_rgb565), // %1 in ARGBToRGB565Row_NEON()
|
D | planar_functions.cc | 976 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() argument 983 if (!src_y || !src_uv || !dst_rgb565 || in NV12ToRGB565() 990 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV12ToRGB565() 1010 NV12ToRGB565Row(src_y, src_uv, dst_rgb565, width); in NV12ToRGB565() 1011 dst_rgb565 += dst_stride_rgb565; in NV12ToRGB565() 1024 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565() argument 1031 if (!src_y || !src_vu || !dst_rgb565 || in NV21ToRGB565() 1038 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV21ToRGB565() 1058 NV21ToRGB565Row(src_y, src_vu, dst_rgb565, width); in NV21ToRGB565() 1059 dst_rgb565 += dst_stride_rgb565; in NV21ToRGB565()
|
D | row_common.cc | 1160 uint8* dst_rgb565, in I422ToRGB565Row_C() argument 1178 *(uint32*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11) | in I422ToRGB565Row_C() 1183 dst_rgb565 += 4; // Advance 2 pixels. in I422ToRGB565Row_C() 1190 *(uint16*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11); in I422ToRGB565Row_C() 1285 uint8* dst_rgb565, in NV12ToRGB565Row_C() argument 1303 *(uint32*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11) | in NV12ToRGB565Row_C() 1307 dst_rgb565 += 4; // Advance 2 pixels. in NV12ToRGB565Row_C() 1314 *(uint16*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11); in NV12ToRGB565Row_C() 1320 uint8* dst_rgb565, in NV21ToRGB565Row_C() argument 1338 *(uint32*)(dst_rgb565) = b0 | (g0 << 5) | (r0 << 11) | in NV21ToRGB565Row_C() [all …]
|
D | convert_from.cc | 907 uint8* dst_rgb565, int dst_stride_rgb565, in I420ToRGB565() argument 915 if (!src_y || !src_u || !src_v || !dst_rgb565 || in I420ToRGB565() 922 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I420ToRGB565() 942 I422ToRGB565Row(src_y, src_u, src_v, dst_rgb565, width); in I420ToRGB565() 943 dst_rgb565 += dst_stride_rgb565; in I420ToRGB565()
|
D | convert_from_argb.cc | 831 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565() argument 836 if (!src_argb || !dst_rgb565 || width <= 0 || height == 0) { in ARGBToRGB565() 869 ARGBToRGB565Row(src_argb, dst_rgb565, width); in ARGBToRGB565() 871 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565()
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 82 uint8* dst_rgb565, int dst_stride_rgb565, 89 uint8* dst_rgb565, int dst_stride_rgb565, 117 uint8* dst_rgb565, int dst_stride_rgb565,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 131 uint8* dst_rgb565, int dst_stride_rgb565, 138 uint8* dst_rgb565, int dst_stride_rgb565,
|
D | convert_from_argb.h | 61 uint8* dst_rgb565, int dst_stride_rgb565,
|
D | row.h | 520 uint8* dst_rgb565, 542 uint8* dst_rgb565, 546 uint8* dst_rgb565, 985 uint8* dst_rgb565,
|