/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 35 uint8* dst_u, int dst_stride_u, in I4xxToI420() argument 51 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I4xxToI420() 67 uint8* dst_u, int dst_stride_u, in I420Copy() argument 73 !dst_y || !dst_u || !dst_v || in I420Copy() 93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy() 105 uint8* dst_u, int dst_stride_u, in I422ToI420() argument 113 dst_u, dst_stride_u, in I422ToI420() 126 uint8* dst_u, int dst_stride_u, in I444ToI420() argument 133 dst_u, dst_stride_u, in I444ToI420() 146 uint8* dst_u, int dst_stride_u, in I411ToI420() argument [all …]
|
D | row_neon.cc | 754 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument 768 "+r"(dst_u), // %1 in SplitUVRow_NEON() 877 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument 897 "+r"(dst_u), // %1 in MirrorUVRow_NEON() 1154 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument 1168 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 1176 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument 1190 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 1199 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument 1218 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON() [all …]
|
D | row_neon64.cc | 728 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_NEON() argument 741 "+r"(dst_u), // %1 in SplitUVRow_NEON() 854 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument 874 "+r"(dst_u), // %1 in MirrorUVRow_NEON() 1157 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument 1170 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 1180 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument 1193 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 1204 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument 1222 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON() [all …]
|
D | convert_from_argb.cc | 27 uint8* dst_u, int dst_stride_u, in ARGBToI444() argument 33 void (*ARGBToUV444Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToI444() 35 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI444() 94 ARGBToUV444Row(src_argb, dst_u, dst_v, width); in ARGBToI444() 98 dst_u += dst_stride_u; in ARGBToI444() 108 uint8* dst_u, int dst_stride_u, in ARGBToI422() argument 112 void (*ARGBToUV422Row)(const uint8* src_argb, uint8* dst_u, uint8* dst_v, in ARGBToI422() 116 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI422() 175 ARGBToUV422Row(src_argb, dst_u, dst_v, width); in ARGBToI422() 179 dst_u += dst_stride_u; in ARGBToI422() [all …]
|
D | rotate.cc | 275 void (*MirrorRowUV)(const uint8* src, uint8* dst_u, uint8* dst_v, int width) = in RotateUV180() 354 uint8* dst_u, int dst_stride_u, in I420Rotate() argument 361 !dst_y || !dst_u || !dst_v) { in I420Rotate() 384 dst_u, dst_stride_u, in I420Rotate() 392 dst_u, dst_stride_u, in I420Rotate() 403 dst_u, dst_stride_u, in I420Rotate() 414 dst_u, dst_stride_u, in I420Rotate() 430 uint8* dst_u, int dst_stride_u, in NV12ToI420Rotate() argument 437 !dst_y || !dst_u || !dst_v) { in NV12ToI420Rotate() 457 dst_u, dst_stride_u, in NV12ToI420Rotate() [all …]
|
D | row_mips.cc | 383 void SplitUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in SplitUVRow_MIPS_DSPR2() argument 442 [dst_u] "+r" (dst_u), in SplitUVRow_MIPS_DSPR2() 501 void MirrorUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_MIPS_DSPR2() argument 582 [dst_u] "+r" (dst_u), in MirrorUVRow_MIPS_DSPR2()
|
/external/libyuv/files/source/ |
D | convert.cc | 39 uint8* dst_u, in I4xxToI420() argument 58 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I4xxToI420() 77 uint8* dst_u, in I420Copy() argument 85 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) { in I420Copy() 104 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy() 120 uint8* dst_u, in I422ToI420() argument 128 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I422ToI420() 143 uint8* dst_u, in I444ToI420() argument 150 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I444ToI420() 160 uint8* dst_u, in I400ToI420() argument [all …]
|
D | row_neon.cc | 579 uint8* dst_u, in SplitUVRow_NEON() argument 593 "+r"(dst_u), // %1 in SplitUVRow_NEON() 702 uint8* dst_u, in MirrorUVRow_NEON() argument 722 "+r"(dst_u), // %1 in MirrorUVRow_NEON() 990 uint8* dst_u, in YUY2ToUV422Row_NEON() argument 1004 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 1013 uint8* dst_u, in UYVYToUV422Row_NEON() argument 1027 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 1037 uint8* dst_u, in YUY2ToUVRow_NEON() argument 1057 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON() [all …]
|
D | row_neon64.cc | 580 uint8* dst_u, in SplitUVRow_NEON() argument 594 "+r"(dst_u), // %1 in SplitUVRow_NEON() 700 uint8* dst_u, in MirrorUVRow_NEON() argument 719 "+r"(dst_u), // %1 in MirrorUVRow_NEON() 1000 uint8* dst_u, in YUY2ToUV422Row_NEON() argument 1014 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 1023 uint8* dst_u, in UYVYToUV422Row_NEON() argument 1037 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 1047 uint8* dst_u, in YUY2ToUVRow_NEON() argument 1067 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 39 uint8_t* dst_u, in I4xxToI420() argument 58 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I4xxToI420() 77 uint8_t* dst_u, in I420Copy() argument 85 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) { in I420Copy() 104 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy() 119 uint16_t* dst_u, in I010Copy() argument 127 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) { in I010Copy() 146 CopyPlane_16(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I010Copy() 161 uint8_t* dst_u, in I010ToI420() argument 169 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) { in I010ToI420() [all …]
|
D | convert_to_i420.cc | 32 uint8_t* dst_u, in ConvertToI420() argument 57 uint8_t* tmp_u = dst_u; in ConvertToI420() 66 if (!dst_y || !dst_u || !dst_v || !sample || src_width <= 0 || in ConvertToI420() 84 dst_u = dst_y + y_size; in ConvertToI420() 85 dst_v = dst_u + uv_size; in ConvertToI420() 94 r = YUY2ToI420(src, aligned_src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420() 100 r = UYVYToI420(src, aligned_src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420() 106 r = RGB565ToI420(src, src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420() 112 r = ARGB1555ToI420(src, src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420() 118 r = ARGB4444ToI420(src, src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420() [all …]
|
D | row_neon.cc | 548 uint8_t* dst_u, in SplitUVRow_NEON() argument 559 "+r"(dst_u), // %1 in SplitUVRow_NEON() 704 uint8_t* dst_u, in MirrorUVRow_NEON() argument 721 "+r"(dst_u), // %1 in MirrorUVRow_NEON() 972 uint8_t* dst_u, in YUY2ToUV422Row_NEON() argument 983 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 992 uint8_t* dst_u, in UYVYToUV422Row_NEON() argument 1003 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 1013 uint8_t* dst_u, in YUY2ToUVRow_NEON() argument 1029 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON() [all …]
|
D | row_neon64.cc | 595 uint8_t* dst_u, in SplitUVRow_NEON() argument 606 "+r"(dst_u), // %1 in SplitUVRow_NEON() 746 uint8_t* dst_u, in MirrorUVRow_NEON() argument 762 "+r"(dst_u), // %1 in MirrorUVRow_NEON() 1027 uint8_t* dst_u, in YUY2ToUV422Row_NEON() argument 1038 "+r"(dst_u), // %1 in YUY2ToUV422Row_NEON() 1047 uint8_t* dst_u, in UYVYToUV422Row_NEON() argument 1058 "+r"(dst_u), // %1 in UYVYToUV422Row_NEON() 1068 uint8_t* dst_u, in YUY2ToUVRow_NEON() argument 1084 "+r"(dst_u), // %2 in YUY2ToUVRow_NEON() [all …]
|
D | row_gcc.cc | 1202 uint8_t* dst_u, in ARGBToUVRow_SSSE3() argument 1253 "+r"(dst_u), // %1 in ARGBToUVRow_SSSE3() 1271 uint8_t* dst_u, in ARGBToUVRow_AVX2() argument 1318 "+r"(dst_u), // %1 in ARGBToUVRow_AVX2() 1334 uint8_t* dst_u, in ARGBToUVJRow_AVX2() argument 1382 "+r"(dst_u), // %1 in ARGBToUVJRow_AVX2() 1398 uint8_t* dst_u, in ARGBToUVJRow_SSSE3() argument 1450 "+r"(dst_u), // %1 in ARGBToUVJRow_SSSE3() 1463 uint8_t* dst_u, in ARGBToUV444Row_SSSE3() argument 1509 "+r"(dst_u), // %1 in ARGBToUV444Row_SSSE3() [all …]
|
D | rotate.cc | 317 void (*MirrorUVRow)(const uint8_t* src, uint8_t* dst_u, uint8_t* dst_v, in RotateUV180() 394 uint8_t* dst_u, in I420Rotate() argument 404 !dst_u || !dst_v) { in I420Rotate() 424 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I420Rotate() 428 RotatePlane90(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 435 RotatePlane270(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 442 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 460 uint8_t* dst_u, in NV12ToI420Rotate() argument 469 if (!src_y || !src_uv || width <= 0 || height == 0 || !dst_y || !dst_u || in NV12ToI420Rotate() 488 dst_stride_y, dst_u, dst_stride_u, dst_v, dst_stride_v, in NV12ToI420Rotate() [all …]
|
/external/libyuv/files/include/libyuv/ |
D | convert.h | 38 uint8* dst_u, 55 uint8* dst_u, 73 uint8* dst_u, 86 uint8* dst_u, 103 uint8* dst_u, 118 uint8* dst_u, 131 uint8* dst_u, 144 uint8* dst_u, 157 uint8* dst_u, 175 uint8* dst_u, [all …]
|
D | row.h | 879 uint8* dst_u, 884 uint8* dst_u, 888 uint8* dst_u, 893 uint8* dst_u, 898 uint8* dst_u, 903 uint8* dst_u, 908 uint8* dst_u, 913 uint8* dst_u, 918 uint8* dst_u, 923 uint8* dst_u, [all …]
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert.h | 32 uint8* dst_u, int dst_stride_u, 42 uint8* dst_u, int dst_stride_u, 52 uint8* dst_u, int dst_stride_u, 63 uint8* dst_u, int dst_stride_u, 71 uint8* dst_u, int dst_stride_u, 82 uint8* dst_u, int dst_stride_u, 91 uint8* dst_u, int dst_stride_u, 99 uint8* dst_u, int dst_stride_u, 107 uint8* dst_u, int dst_stride_u, 115 uint8* dst_u, int dst_stride_u, [all …]
|
D | row.h | 593 void ARGBToUV444Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, 595 void ARGBToUV422Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, 597 void ARGBToUV411Row_NEON(const uint8* src_argb, uint8* dst_u, uint8* dst_v, 600 uint8* dst_u, uint8* dst_v, int pix); 602 uint8* dst_u, uint8* dst_v, int pix); 604 uint8* dst_u, uint8* dst_v, int pix); 606 uint8* dst_u, uint8* dst_v, int pix); 608 uint8* dst_u, uint8* dst_v, int pix); 610 uint8* dst_u, uint8* dst_v, int pix); 612 uint8* dst_u, uint8* dst_v, int pix); [all …]
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert.h | 38 uint8_t* dst_u, 55 uint8_t* dst_u, 73 uint8_t* dst_u, 92 uint16_t* dst_u, 110 uint8_t* dst_u, 123 uint8_t* dst_u, 140 uint8_t* dst_u, 155 uint8_t* dst_u, 168 uint8_t* dst_u, 181 uint8_t* dst_u, [all …]
|
D | row.h | 842 uint8_t* dst_u, 847 uint8_t* dst_u, 851 uint8_t* dst_u, 856 uint8_t* dst_u, 861 uint8_t* dst_u, 866 uint8_t* dst_u, 871 uint8_t* dst_u, 876 uint8_t* dst_u, 881 uint8_t* dst_u, 886 uint8_t* dst_u, [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | idct_blk.c | 36 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, in vp8_dequant_idct_add_uv_block_c() argument 44 vp8_dequant_idct_add_c(q, dq, dst_u, stride); in vp8_dequant_idct_add_uv_block_c() 46 vp8_dc_only_idct_add_c(q[0] * dq[0], dst_u, stride, dst_u, stride); in vp8_dequant_idct_add_uv_block_c() 51 dst_u += 4; in vp8_dequant_idct_add_uv_block_c() 54 dst_u += 4 * stride - 8; in vp8_dequant_idct_add_uv_block_c()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idct_blk_dspr2.c | 38 unsigned char *dst_u, in vp8_dequant_idct_add_uv_block_dspr2() argument 46 vp8_dequant_idct_add_dspr2(q, dq, dst_u, stride); in vp8_dequant_idct_add_uv_block_dspr2() 48 vp8_dc_only_idct_add_dspr2(q[0] * dq[0], dst_u, stride, dst_u, stride); in vp8_dequant_idct_add_uv_block_dspr2() 53 dst_u += 4; in vp8_dequant_idct_add_uv_block_dspr2() 56 dst_u += 4 * stride - 8; in vp8_dequant_idct_add_uv_block_dspr2()
|
/external/libvpx/libvpx/vp8/common/mips/mmi/ |
D | idct_blk_mmi.c | 35 void vp8_dequant_idct_add_uv_block_mmi(int16_t *q, int16_t *dq, uint8_t *dst_u, in vp8_dequant_idct_add_uv_block_mmi() argument 42 vp8_dequant_idct_add_mmi(q, dq, dst_u, stride); in vp8_dequant_idct_add_uv_block_mmi() 44 vp8_dc_only_idct_add_mmi(q[0] * dq[0], dst_u, stride, dst_u, stride); in vp8_dequant_idct_add_uv_block_mmi() 49 dst_u += 4; in vp8_dequant_idct_add_uv_block_mmi() 52 dst_u += 4 * stride - 8; in vp8_dequant_idct_add_uv_block_mmi()
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idct_blk_sse2.c | 45 unsigned char *dst_u, in vp8_dequant_idct_add_uv_block_sse2() argument 50 vp8_idct_dequant_full_2x_sse2(q, dq, dst_u, stride); in vp8_dequant_idct_add_uv_block_sse2() 52 vp8_idct_dequant_0_2x_sse2(q, dq, dst_u, stride); in vp8_dequant_idct_add_uv_block_sse2() 56 dst_u += stride * 4; in vp8_dequant_idct_add_uv_block_sse2() 60 vp8_idct_dequant_full_2x_sse2(q, dq, dst_u, stride); in vp8_dequant_idct_add_uv_block_sse2() 62 vp8_idct_dequant_0_2x_sse2(q, dq, dst_u, stride); in vp8_dequant_idct_add_uv_block_sse2()
|