/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 36 uint8* dst_v, int dst_stride_v, in I4xxToI420() argument 54 dst_v, dst_stride_v, dst_uv_width, dst_uv_height, in I4xxToI420() 68 uint8* dst_v, int dst_stride_v, in I420Copy() argument 73 !dst_y || !dst_u || !dst_v || in I420Copy() 94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Copy() 106 uint8* dst_v, int dst_stride_v, in I422ToI420() argument 114 dst_v, dst_stride_v, in I422ToI420() 127 uint8* dst_v, int dst_stride_v, in I444ToI420() argument 134 dst_v, dst_stride_v, in I444ToI420() 147 uint8* dst_v, int dst_stride_v, 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 769 "+r"(dst_v), // %2 in SplitUVRow_NEON() 877 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument 898 "+r"(dst_v), // %2 in MirrorUVRow_NEON() 1154 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument 1169 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON() 1176 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument 1191 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON() 1199 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument 1219 "+r"(dst_v), // %3 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 742 "+r"(dst_v), // %2 in SplitUVRow_NEON() 854 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_NEON() argument 875 "+r"(dst_v), // %2 in MirrorUVRow_NEON() 1157 void YUY2ToUV422Row_NEON(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v, in YUY2ToUV422Row_NEON() argument 1171 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON() 1180 void UYVYToUV422Row_NEON(const uint8* src_uyvy, uint8* dst_u, uint8* dst_v, in UYVYToUV422Row_NEON() argument 1194 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON() 1204 uint8* dst_u, uint8* dst_v, int pix) { in YUY2ToUVRow_NEON() argument 1223 "+r"(dst_v), // %3 in YUY2ToUVRow_NEON() [all …]
|
D | convert_from_argb.cc | 28 uint8* dst_v, int dst_stride_v, 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() 99 dst_v += dst_stride_v; in ARGBToI444() 109 uint8* dst_v, int dst_stride_v, 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() 180 dst_v += dst_stride_v; in ARGBToI422() [all …]
|
D | rotate.cc | 275 void (*MirrorRowUV)(const uint8* src, uint8* dst_u, uint8* dst_v, int width) = in RotateUV180() 355 uint8* dst_v, int dst_stride_v, in I420Rotate() argument 361 !dst_y || !dst_u || !dst_v) { in I420Rotate() 385 dst_v, dst_stride_v, in I420Rotate() 395 dst_v, dst_stride_v, in I420Rotate() 406 dst_v, dst_stride_v, in I420Rotate() 417 dst_v, dst_stride_v, in I420Rotate() 431 uint8* dst_v, int dst_stride_v, in NV12ToI420Rotate() argument 437 !dst_y || !dst_u || !dst_v) { in NV12ToI420Rotate() 458 dst_v, dst_stride_v, 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 443 [dst_v] "+r" (dst_v) in SplitUVRow_MIPS_DSPR2() 501 void MirrorUVRow_MIPS_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, in MirrorUVRow_MIPS_DSPR2() argument 583 [dst_v] "+r" (dst_v), in MirrorUVRow_MIPS_DSPR2()
|
/external/libyuv/files/source/ |
D | convert.cc | 41 uint8* dst_v, in I4xxToI420() argument 60 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I4xxToI420() 79 uint8* dst_v, in I420Copy() argument 85 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) { in I420Copy() 105 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Copy() 122 uint8* dst_v, in I422ToI420() argument 129 dst_v, dst_stride_v, width, height, src_uv_width, height); in I422ToI420() 145 uint8* dst_v, in I444ToI420() argument 151 dst_v, dst_stride_v, width, height, width, height); in I444ToI420() 162 uint8* dst_v, in I400ToI420() argument [all …]
|
D | row_neon.cc | 580 uint8* dst_v, in SplitUVRow_NEON() argument 594 "+r"(dst_v), // %2 in SplitUVRow_NEON() 703 uint8* dst_v, in MirrorUVRow_NEON() argument 723 "+r"(dst_v), // %2 in MirrorUVRow_NEON() 991 uint8* dst_v, in YUY2ToUV422Row_NEON() argument 1005 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON() 1014 uint8* dst_v, in UYVYToUV422Row_NEON() argument 1028 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON() 1038 uint8* dst_v, in YUY2ToUVRow_NEON() argument 1058 "+r"(dst_v), // %3 in YUY2ToUVRow_NEON() [all …]
|
D | row_neon64.cc | 581 uint8* dst_v, in SplitUVRow_NEON() argument 595 "+r"(dst_v), // %2 in SplitUVRow_NEON() 701 uint8* dst_v, in MirrorUVRow_NEON() argument 720 "+r"(dst_v), // %2 in MirrorUVRow_NEON() 1001 uint8* dst_v, in YUY2ToUV422Row_NEON() argument 1015 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON() 1024 uint8* dst_v, in UYVYToUV422Row_NEON() argument 1038 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON() 1048 uint8* dst_v, in YUY2ToUVRow_NEON() argument 1068 "+r"(dst_v), // %3 in YUY2ToUVRow_NEON() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 41 uint8_t* dst_v, in I4xxToI420() argument 60 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I4xxToI420() 79 uint8_t* dst_v, in I420Copy() argument 85 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) { in I420Copy() 105 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Copy() 121 uint16_t* dst_v, in I010Copy() argument 127 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) { in I010Copy() 147 CopyPlane_16(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I010Copy() 163 uint8_t* dst_v, 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 | 34 uint8_t* dst_v, in ConvertToI420() argument 58 uint8_t* tmp_v = dst_v; in ConvertToI420() 66 if (!dst_y || !dst_u || !dst_v || !sample || src_width <= 0 || in ConvertToI420() 85 dst_v = dst_u + uv_size; in ConvertToI420() 95 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420() 101 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420() 107 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420() 113 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420() 119 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420() 125 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420() [all …]
|
D | row_neon.cc | 549 uint8_t* dst_v, in SplitUVRow_NEON() argument 560 "+r"(dst_v), // %2 in SplitUVRow_NEON() 705 uint8_t* dst_v, in MirrorUVRow_NEON() argument 722 "+r"(dst_v), // %2 in MirrorUVRow_NEON() 973 uint8_t* dst_v, in YUY2ToUV422Row_NEON() argument 984 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON() 993 uint8_t* dst_v, in UYVYToUV422Row_NEON() argument 1004 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON() 1014 uint8_t* dst_v, in YUY2ToUVRow_NEON() argument 1030 "+r"(dst_v), // %3 in YUY2ToUVRow_NEON() [all …]
|
D | row_neon64.cc | 596 uint8_t* dst_v, in SplitUVRow_NEON() argument 607 "+r"(dst_v), // %2 in SplitUVRow_NEON() 747 uint8_t* dst_v, in MirrorUVRow_NEON() argument 763 "+r"(dst_v), // %2 in MirrorUVRow_NEON() 1028 uint8_t* dst_v, in YUY2ToUV422Row_NEON() argument 1039 "+r"(dst_v), // %2 in YUY2ToUV422Row_NEON() 1048 uint8_t* dst_v, in UYVYToUV422Row_NEON() argument 1059 "+r"(dst_v), // %2 in UYVYToUV422Row_NEON() 1069 uint8_t* dst_v, in YUY2ToUVRow_NEON() argument 1085 "+r"(dst_v), // %3 in YUY2ToUVRow_NEON() [all …]
|
D | row_gcc.cc | 1203 uint8_t* dst_v, in ARGBToUVRow_SSSE3() argument 1254 "+r"(dst_v), // %2 in ARGBToUVRow_SSSE3() 1272 uint8_t* dst_v, in ARGBToUVRow_AVX2() argument 1319 "+r"(dst_v), // %2 in ARGBToUVRow_AVX2() 1335 uint8_t* dst_v, in ARGBToUVJRow_AVX2() argument 1383 "+r"(dst_v), // %2 in ARGBToUVJRow_AVX2() 1399 uint8_t* dst_v, in ARGBToUVJRow_SSSE3() argument 1451 "+r"(dst_v), // %2 in ARGBToUVJRow_SSSE3() 1464 uint8_t* dst_v, in ARGBToUV444Row_SSSE3() argument 1510 "+r"(dst_v), // %2 in ARGBToUV444Row_SSSE3() [all …]
|
D | rotate.cc | 317 void (*MirrorUVRow)(const uint8_t* src, uint8_t* dst_u, uint8_t* dst_v, in RotateUV180() 396 uint8_t* dst_v, in I420Rotate() argument 404 !dst_u || !dst_v) { in I420Rotate() 425 dst_v, dst_stride_v, width, height); in I420Rotate() 430 RotatePlane90(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate() 437 RotatePlane270(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate() 444 RotatePlane180(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate() 462 uint8_t* dst_v, in NV12ToI420Rotate() argument 470 !dst_v) { 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 | 40 uint8* dst_v, 57 uint8* dst_v, 75 uint8* dst_v, 88 uint8* dst_v, 105 uint8* dst_v, 120 uint8* dst_v, 133 uint8* dst_v, 146 uint8* dst_v, 159 uint8* dst_v, 177 uint8* dst_v, [all …]
|
D | row.h | 880 uint8* dst_v, 885 uint8* dst_v, 889 uint8* dst_v, 894 uint8* dst_v, 899 uint8* dst_v, 904 uint8* dst_v, 909 uint8* dst_v, 914 uint8* dst_v, 919 uint8* dst_v, 924 uint8* dst_v, [all …]
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert.h | 33 uint8* dst_v, int dst_stride_v, 43 uint8* dst_v, int dst_stride_v, 53 uint8* dst_v, int dst_stride_v, 64 uint8* dst_v, int dst_stride_v, 72 uint8* dst_v, int dst_stride_v, 83 uint8* dst_v, int dst_stride_v, 92 uint8* dst_v, int dst_stride_v, 100 uint8* dst_v, int dst_stride_v, 108 uint8* dst_v, int dst_stride_v, 116 uint8* dst_v, int dst_stride_v, [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 | 40 uint8_t* dst_v, 57 uint8_t* dst_v, 75 uint8_t* dst_v, 94 uint16_t* dst_v, 112 uint8_t* dst_v, 125 uint8_t* dst_v, 142 uint8_t* dst_v, 157 uint8_t* dst_v, 170 uint8_t* dst_v, 183 uint8_t* dst_v, [all …]
|
D | row.h | 843 uint8_t* dst_v, 848 uint8_t* dst_v, 852 uint8_t* dst_v, 857 uint8_t* dst_v, 862 uint8_t* dst_v, 867 uint8_t* dst_v, 872 uint8_t* dst_v, 877 uint8_t* dst_v, 882 uint8_t* dst_v, 887 uint8_t* dst_v, [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | idct_blk.c | 37 unsigned char *dst_v, int stride, in vp8_dequant_idct_add_uv_block_c() argument 60 vp8_dequant_idct_add_c(q, dq, dst_v, stride); in vp8_dequant_idct_add_uv_block_c() 62 vp8_dc_only_idct_add_c(q[0] * dq[0], dst_v, stride, dst_v, stride); in vp8_dequant_idct_add_uv_block_c() 67 dst_v += 4; in vp8_dequant_idct_add_uv_block_c() 70 dst_v += 4 * stride - 8; in vp8_dequant_idct_add_uv_block_c()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idct_blk_dspr2.c | 39 unsigned char *dst_v, int stride, in vp8_dequant_idct_add_uv_block_dspr2() argument 62 vp8_dequant_idct_add_dspr2(q, dq, dst_v, stride); in vp8_dequant_idct_add_uv_block_dspr2() 64 vp8_dc_only_idct_add_dspr2(q[0] * dq[0], dst_v, stride, dst_v, stride); in vp8_dequant_idct_add_uv_block_dspr2() 69 dst_v += 4; in vp8_dequant_idct_add_uv_block_dspr2() 72 dst_v += 4 * stride - 8; in vp8_dequant_idct_add_uv_block_dspr2()
|
/external/libvpx/libvpx/vp8/common/mips/mmi/ |
D | idct_blk_mmi.c | 36 uint8_t *dst_v, int stride, char *eobs) { in vp8_dequant_idct_add_uv_block_mmi() argument 58 vp8_dequant_idct_add_mmi(q, dq, dst_v, stride); in vp8_dequant_idct_add_uv_block_mmi() 60 vp8_dc_only_idct_add_mmi(q[0] * dq[0], dst_v, stride, dst_v, stride); in vp8_dequant_idct_add_uv_block_mmi() 65 dst_v += 4; in vp8_dequant_idct_add_uv_block_mmi() 68 dst_v += 4 * stride - 8; in vp8_dequant_idct_add_uv_block_mmi()
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idct_blk_sse2.c | 46 unsigned char *dst_v, int stride, in vp8_dequant_idct_add_uv_block_sse2() argument 69 vp8_idct_dequant_full_2x_sse2(q, dq, dst_v, stride); in vp8_dequant_idct_add_uv_block_sse2() 71 vp8_idct_dequant_0_2x_sse2(q, dq, dst_v, stride); in vp8_dequant_idct_add_uv_block_sse2() 75 dst_v += stride * 4; in vp8_dequant_idct_add_uv_block_sse2() 79 vp8_idct_dequant_full_2x_sse2(q, dq, dst_v, stride); in vp8_dequant_idct_add_uv_block_sse2() 81 vp8_idct_dequant_0_2x_sse2(q, dq, dst_v, stride); in vp8_dequant_idct_add_uv_block_sse2()
|