Home
last modified time | relevance | path

Searched refs:dst_v (Results 1 – 25 of 91) sorted by relevance

1234

/external/libaom/libaom/third_party/libyuv/source/
Dconvert.cc36 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 …]
Drow_neon.cc754 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 …]
Drow_neon64.cc728 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 …]
Drow_mips.cc383 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()
Dconvert_from_argb.cc28 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 …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc41 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 …]
Dconvert_to_i420.cc34 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 …]
Drow_neon.cc549 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 …]
Drow_neon64.cc596 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 …]
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert.h33 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 …]
Drow.h593 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/
Dconvert.h40 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 …]
Drow.h843 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/libyuv/files/include/libyuv/
Dconvert.h40 uint8_t* dst_v,
72 uint8_t* dst_v,
105 uint8_t* dst_v,
124 uint16_t* dst_v,
142 uint8_t* dst_v,
155 uint8_t* dst_v,
183 uint8_t* dst_v,
198 uint8_t* dst_v,
211 uint8_t* dst_v,
224 uint8_t* dst_v,
[all …]
Drow.h931 uint8_t* dst_v,
936 uint8_t* dst_v,
940 uint8_t* dst_v,
945 uint8_t* dst_v,
949 uint8_t* dst_v,
954 uint8_t* dst_v,
959 uint8_t* dst_v,
964 uint8_t* dst_v,
969 uint8_t* dst_v,
974 uint8_t* dst_v,
[all …]
/external/libyuv/files/source/
Dconvert.cc41 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 …]
Dconvert_to_i420.cc34 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 …]
Drow_neon.cc549 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 …]
Drow_neon64.cc596 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 …]
Drotate.cc343 void (*MirrorUVRow)(const uint8_t* src, uint8_t* dst_u, uint8_t* dst_v, in RotateUV180()
427 uint8_t* dst_v, in I420Rotate() argument
435 !dst_u || !dst_v) { in I420Rotate()
456 dst_v, dst_stride_v, width, height); in I420Rotate()
461 RotatePlane90(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate()
468 RotatePlane270(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate()
475 RotatePlane180(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate()
495 uint8_t* dst_v, in I444Rotate() argument
501 !dst_u || !dst_v) { in I444Rotate()
521 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Rotate()
[all …]
Drow_mmi.cc688 uint8_t* dst_v, in ARGBToUVRow_MMI() argument
903 [dst_u] "r"(dst_u), [dst_v] "r"(dst_v), [width] "r"(width), in ARGBToUVRow_MMI()
992 uint8_t* dst_v, in BGRAToUVRow_MMI() argument
1207 [dst_u] "r"(dst_u), [dst_v] "r"(dst_v), [width] "r"(width), in BGRAToUVRow_MMI()
1296 uint8_t* dst_v, in ABGRToUVRow_MMI() argument
1511 [dst_u] "r"(dst_u), [dst_v] "r"(dst_v), [width] "r"(width), in ABGRToUVRow_MMI()
1600 uint8_t* dst_v, in RGBAToUVRow_MMI() argument
1815 [dst_u] "r"(dst_u), [dst_v] "r"(dst_v), [width] "r"(width), in RGBAToUVRow_MMI()
1908 uint8_t* dst_v, in RGB24ToUVRow_MMI() argument
2139 [dst_u] "r"(dst_u), [dst_v] "r"(dst_v), [width] "r"(width), in RGB24ToUVRow_MMI()
[all …]
/external/libvpx/libvpx/vp8/common/
Didct_blk.c37 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/
Didct_blk_dspr2.c39 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/
Didct_blk_mmi.c36 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/
Didct_blk_sse2.c46 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()

1234