Home
last modified time | relevance | path

Searched defs:dst_y (Results 1 – 25 of 91) sorted by relevance

1234

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc37 uint8_t* dst_y, in I4xxToI420()
75 uint8_t* dst_y, in I420Copy()
117 uint16_t* dst_y, in I010Copy()
159 uint8_t* dst_y, in I010ToI420()
204 uint8_t* dst_y, in I422ToI420()
227 uint8_t* dst_y, in I444ToI420()
244 uint8_t* dst_y, in I400ToI420()
328 uint8_t* dst_y, in X420ToI420()
391 uint8_t* dst_y, in NV12ToI420()
410 uint8_t* dst_y, in NV21ToI420()
[all …]
Dplanar_functions.cc31 uint8_t* dst_y, in CopyPlane()
88 uint16_t* dst_y, in CopyPlane_16()
128 uint8_t* dst_y, in Convert16To8Plane()
178 uint16_t* dst_y, in Convert8To16Plane()
232 uint8_t* dst_y, in I422Copy()
271 uint8_t* dst_y, in I444Copy()
305 uint8_t* dst_y, in I400ToI400()
330 uint8_t* dst_y, in I420ToI400()
610 uint8_t* dst_y, in MirrorPlane()
667 uint8_t* dst_y, in YUY2ToI422()
[all …]
Drow_neon.cc941 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON()
956 void UYVYToYRow_NEON(const uint8_t* src_uyvy, uint8_t* dst_y, int width) { in UYVYToYRow_NEON()
1206 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON()
1247 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_NEON()
1839 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_NEON()
1864 uint8_t* dst_y, in ARGB1555ToYRow_NEON()
1890 uint8_t* dst_y, in ARGB4444ToYRow_NEON()
1915 void BGRAToYRow_NEON(const uint8_t* src_bgra, uint8_t* dst_y, int width) { in BGRAToYRow_NEON()
1938 void ABGRToYRow_NEON(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_NEON()
1961 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
[all …]
Drow_neon64.cc996 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON()
1011 void UYVYToYRow_NEON(const uint8_t* src_uyvy, uint8_t* dst_y, int width) { in UYVYToYRow_NEON()
1263 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON()
1304 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_NEON()
1869 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_NEON()
1895 uint8_t* dst_y, in ARGB1555ToYRow_NEON()
1921 uint8_t* dst_y, in ARGB4444ToYRow_NEON()
1946 void BGRAToYRow_NEON(const uint8_t* src_bgra, uint8_t* dst_y, int width) { in BGRAToYRow_NEON()
1969 void ABGRToYRow_NEON(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_NEON()
1992 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
[all …]
Dconvert_from_argb.cc27 uint8_t* dst_y, in ARGBToI444()
127 uint8_t* dst_y, in ARGBToI422()
225 uint8_t* dst_y, in ARGBToNV12()
361 uint8_t* dst_y, in ARGBToNV21()
771 uint8_t* dst_y, in ARGBToI400()
Drow_gcc.cc1039 void ARGBToYRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_SSSE3()
1077 void ARGBToYJRow_SSSE3(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_SSSE3()
1118 void ARGBToYRow_AVX2(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_AVX2()
1159 void ARGBToYJRow_AVX2(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_AVX2()
1519 void BGRAToYRow_SSSE3(const uint8_t* src_bgra, uint8_t* dst_y, int width) { in BGRAToYRow_SSSE3()
1616 void ABGRToYRow_SSSE3(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_SSSE3()
1650 void RGBAToYRow_SSSE3(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_SSSE3()
3403 uint16_t* dst_y, in MultiplyRow_16_AVX2()
3441 uint8_t* dst_y, in Convert16To8Row_SSSE3()
3473 uint8_t* dst_y, in Convert16To8Row_AVX2()
[all …]
/external/libyuv/files/source/
Dconvert.cc37 uint8* dst_y, in I4xxToI420()
75 uint8* dst_y, in I420Copy()
118 uint8* dst_y, in I422ToI420()
141 uint8* dst_y, in I444ToI420()
158 uint8* dst_y, in I400ToI420()
247 uint8* dst_y, in X420ToI420()
310 uint8* dst_y, in NV12ToI420()
329 uint8* dst_y, in NV21ToI420()
346 uint8* dst_y, in M420ToI420()
364 uint8* dst_y, in YUY2ToI420()
[all …]
Dplanar_functions.cc31 uint8* dst_y, in CopyPlane()
92 uint16* dst_y, in CopyPlane_16()
141 uint8* dst_y, in I422Copy()
180 uint8* dst_y, in I444Copy()
214 uint8* dst_y, in I400ToI400()
239 uint8* dst_y, in I420ToI400()
405 uint8* dst_y, in MirrorPlane()
470 uint8* dst_y, in YUY2ToI422()
556 uint8* dst_y, in UYVYToI422()
642 uint8* dst_y, in YUY2ToY()
[all …]
Drow_neon64.cc965 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON()
982 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_NEON()
1271 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON()
1314 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON()
1935 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
1963 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON()
1990 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON()
2017 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON()
2043 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_NEON()
2069 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON()
[all …]
Drow_neon.cc955 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON()
972 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_NEON()
1258 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON()
1302 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON()
1963 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
1990 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON()
2017 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON()
2044 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON()
2070 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_NEON()
2096 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON()
[all …]
Dconvert_from_argb.cc27 uint8* dst_y, in ARGBToI444()
135 uint8* dst_y, in ARGBToI422()
248 uint8* dst_y, in ARGBToNV12()
399 uint8* dst_y, in ARGBToNV21()
838 uint8* dst_y, in ARGBToI400()
Drow_gcc.cc706 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_SSSE3()
745 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_SSSE3()
787 void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_AVX2()
829 void ARGBToYJRow_AVX2(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_AVX2()
1198 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_SSSE3()
1298 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_SSSE3()
1333 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_SSSE3()
3071 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_SSE2()
3176 void UYVYToYRow_SSE2(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_SSE2()
3280 void YUY2ToYRow_AVX2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_AVX2()
[all …]
/external/libaom/libaom/third_party/libyuv/source/
Dconvert.cc34 uint8* dst_y, int dst_stride_y, in I4xxToI420()
66 uint8* dst_y, int dst_stride_y, in I420Copy()
104 uint8* dst_y, int dst_stride_y, in I422ToI420()
125 uint8* dst_y, int dst_stride_y, in I444ToI420()
145 uint8* dst_y, int dst_stride_y, in I411ToI420()
163 uint8* dst_y, int dst_stride_y, in I400ToI420()
241 uint8* dst_y, int dst_stride_y, in X420ToI420()
341 uint8* dst_y, int dst_stride_y, in NV12ToI420()
357 uint8* dst_y, int dst_stride_y, in NV21ToI420()
372 uint8* dst_y, int dst_stride_y, in M420ToI420()
[all …]
Dplanar_functions.cc29 uint8* dst_y, int dst_stride_y, in CopyPlane()
80 uint16* dst_y, int dst_stride_y, in CopyPlane_16()
125 uint8* dst_y, int dst_stride_y, in I422Copy()
156 uint8* dst_y, int dst_stride_y, in I444Copy()
185 uint8* dst_y, int dst_stride_y, in I400ToI400()
205 uint8* dst_y, int dst_stride_y, in I420ToI400()
222 uint8* dst_y, int dst_stride_y, in MirrorPlane()
284 uint8* dst_y, int dst_stride_y, in YUY2ToI422()
356 uint8* dst_y, int dst_stride_y, in UYVYToI422()
428 uint8* dst_y, int dst_stride_y, in I400Mirror()
[all …]
Dconvert_from_argb.cc26 uint8* dst_y, int dst_stride_y, in ARGBToI444()
107 uint8* dst_y, int dst_stride_y, in ARGBToI422()
188 uint8* dst_y, int dst_stride_y, in ARGBToI411()
260 uint8* dst_y, int dst_stride_y, in ARGBToNV12()
369 uint8* dst_y, int dst_stride_y, in ARGBToNV21()
692 uint8* dst_y, int dst_stride_y, in ARGBToI400()
1163 uint8* dst_y, int dst_stride_y, in ARGBToJ422()
Drow_neon.cc1118 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_NEON()
1136 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int pix) { in UYVYToYRow_NEON()
1415 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_NEON()
1442 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_NEON()
2191 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int pix) { in RGB565ToYRow_NEON()
2219 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int pix) { in ARGB1555ToYRow_NEON()
2247 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int pix) { in ARGB4444ToYRow_NEON()
2275 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_NEON()
2302 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int pix) { in ABGRToYRow_NEON()
2329 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int pix) { in RGBAToYRow_NEON()
[all …]
Drow_neon64.cc1119 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_NEON()
1138 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int pix) { in UYVYToYRow_NEON()
1433 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_NEON()
1461 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_NEON()
2157 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int pix) { in RGB565ToYRow_NEON()
2187 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int pix) { in ARGB1555ToYRow_NEON()
2216 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int pix) { in ARGB4444ToYRow_NEON()
2245 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_NEON()
2273 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int pix) { in ABGRToYRow_NEON()
2301 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int pix) { in RGBAToYRow_NEON()
[all …]
Dconvert_from.cc36 uint8* dst_y, int dst_stride_y, in I420ToI4xx()
67 uint8* dst_y, int dst_stride_y, in I420ToI422()
89 uint8* dst_y, int dst_stride_y, in I420ToI444()
111 uint8* dst_y, int dst_stride_y, in I420ToI411()
130 uint8* dst_y, int dst_stride_y, in I400Copy()
366 uint8* dst_y, int dst_stride_y, in I420ToNV12()
442 uint8* dst_y, int dst_stride_y, in I420ToNV21()
Drow_gcc.cc665 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_SSSE3()
703 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_SSSE3()
746 void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYRow_AVX2()
787 void ARGBToYJRow_AVX2(const uint8* src_argb, uint8* dst_y, int pix) { in ARGBToYJRow_AVX2()
1129 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_SSSE3()
1224 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix) { in ABGRToYRow_SSSE3()
1258 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int pix) { in RGBAToYRow_SSSE3()
2820 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_SSE2()
2917 void UYVYToYRow_SSE2(const uint8* src_uyvy, uint8* dst_y, int pix) { in UYVYToYRow_SSE2()
3014 void YUY2ToYRow_AVX2(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_AVX2()
[all …]
/external/virglrenderer/src/gallium/auxiliary/util/
Du_surface.c70 unsigned dst_y, in util_copy_rect()
121 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_copy_box()
151 unsigned dst_y, in util_fill_rect()
249 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_resource_copy_region()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_copy_image.c42 int dst_x, int dst_y, int dst_z, unsigned dst_level, in copy_miptrees()
75 int dst_x, int dst_y, int dst_z, in intel_copy_image_sub_data()
Dintel_blit.c228 uint32_t dst_x, uint32_t dst_y, in emit_miptree_blit()
320 uint32_t dst_x, uint32_t dst_y, bool dst_flip, in intel_miptree_blit()
399 uint32_t dst_x, uint32_t dst_y, in intel_miptree_copy()
528 GLshort dst_x, GLshort dst_y, in intelEmitCopyBlit()
/external/libdrm/exynos/
Dexynos_fimg2d.c501 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_copy()
584 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_move()
684 unsigned int dst_y, unsigned int dst_w, in g2d_copy_with_scale()
791 unsigned int src_y, unsigned int dst_x, unsigned int dst_y, in g2d_blend()
909 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, in g2d_scale_and_blend()
/external/webrtc/webrtc/modules/desktop_capture/x11/
Dx_server_pixel_buffer.cc273 int dst_x = rect.left(), dst_y = rect.top(); in FastBlit() local
291 int dst_x = rect.left(), dst_y = rect.top(); in SlowBlit() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c70 unsigned dst_y, in util_copy_rect()
121 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_copy_box()
151 unsigned dst_y, in util_fill_rect()
254 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_resource_copy_region()

1234