Home
last modified time | relevance | path

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

123

/external/libyuv/files/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.cc30 uint8* dst_y, int dst_stride_y, in CopyPlane()
81 uint16* dst_y, int dst_stride_y, in CopyPlane_16()
126 uint8* dst_y, int dst_stride_y, in I422Copy()
157 uint8* dst_y, int dst_stride_y, in I444Copy()
186 uint8* dst_y, int dst_stride_y, in I400ToI400()
206 uint8* dst_y, int dst_stride_y, in I420ToI400()
223 uint8* dst_y, int dst_stride_y, in MirrorPlane()
277 uint8* dst_y, int dst_stride_y, in YUY2ToI422()
349 uint8* dst_y, int dst_stride_y, in UYVYToI422()
421 uint8* dst_y, int dst_stride_y, in I400Mirror()
[all …]
Drow_neon64.cc993 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON()
1010 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_NEON()
1281 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON()
1324 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON()
1958 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
1986 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON()
2013 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON()
2040 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON()
2066 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_NEON()
2092 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON()
[all …]
Drow_neon.cc990 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON()
1007 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_NEON()
1275 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON()
1319 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON()
2005 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
2032 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON()
2059 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON()
2086 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON()
2112 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_NEON()
2138 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON()
[all …]
Dconvert_from_argb.cc26 uint8* dst_y, int dst_stride_y, in ARGBToI444()
107 uint8* dst_y, int dst_stride_y, in ARGBToI422()
187 uint8* dst_y, int dst_stride_y, in ARGBToI411()
259 uint8* dst_y, int dst_stride_y, in ARGBToNV12()
368 uint8* dst_y, int dst_stride_y, in ARGBToNV21()
681 uint8* dst_y, int dst_stride_y, in ARGBToI400()
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.cc736 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_SSSE3()
774 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_SSSE3()
817 void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_AVX2()
858 void ARGBToYJRow_AVX2(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_AVX2()
1208 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_SSSE3()
1303 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_SSSE3()
1337 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_SSSE3()
3069 void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_SSE2()
3166 void UYVYToYRow_SSE2(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_SSE2()
3263 void YUY2ToYRow_AVX2(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_AVX2()
[all …]
/external/libvpx/libvpx/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/mesa3d/src/gallium/auxiliary/util/
Du_rect.c48 unsigned dst_y, in util_copy_rect()
95 unsigned dst_y, in util_fill_rect()
/external/libdrm/exynos/
Dexynos_fimg2d.c506 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_copy()
589 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_move()
689 unsigned int dst_y, unsigned int dst_w, in g2d_copy_with_scale()
796 unsigned int src_y, unsigned int dst_x, unsigned int dst_y, in g2d_blend()
914 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/webrtc/talk/media/base/
Dvideoframe.cc97 bool VideoFrame::CopyToPlanes(uint8_t* dst_y, in CopyToPlanes()
149 void VideoFrame::StretchToPlanes(uint8_t* dst_y, in StretchToPlanes()
/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c240 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_copy_test() local
533 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_blend_test() local
632 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_checkerboard_test() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_read.c83 GLint dst_x, dst_y; in do_blit_readpixels() local
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel_read.c83 GLint dst_x, dst_y; in do_blit_readpixels() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_read.c83 GLint dst_x, dst_y; in do_blit_readpixels() local
/external/mesa3d/src/gallium/drivers/i915/
Di915_blit.c98 short dst_x, short dst_y, in i915_copy_blit()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c100 GLint dst_x = 0, dst_y = 0; in do_blit_readpixels() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c100 GLint dst_x = 0, dst_y = 0; in do_blit_readpixels() local

123