/external/libyuv/files/source/ |
D | convert.cc | 37 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() 226 uint8_t* dst_y, in I422ToNV21() 271 uint8_t* dst_y, in I422ToNV21() 416 uint8_t* dst_y, in I444ToI420() 437 uint8_t* dst_y, in I444ToNV21() 473 uint8_t* dst_y, in I400ToI420() [all …]
|
D | planar_functions.cc | 31 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() 512 uint8_t* dst_y, in NV21ToNV12() 698 uint8_t* dst_y, in MirrorPlane() [all …]
|
D | row_neon.cc | 941 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 …]
|
D | row_neon64.cc | 996 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 …]
|
D | convert_from_argb.cc | 27 uint8_t* dst_y, in ARGBToI444() 143 uint8_t* dst_y, in ARGBToI422() 258 uint8_t* dst_y, in ARGBToNV12() 418 uint8_t* dst_y, in ARGBToNV21() 578 uint8_t* dst_y, in ABGRToNV12() 1060 uint8_t* dst_y, in ARGBToI400()
|
D | row_gcc.cc | 1039 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/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 37 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 …]
|
D | planar_functions.cc | 31 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 …]
|
D | row_neon.cc | 941 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 …]
|
D | row_neon64.cc | 996 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 …]
|
D | convert_from_argb.cc | 27 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()
|
D | row_gcc.cc | 1039 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/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 34 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 …]
|
D | planar_functions.cc | 29 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 …]
|
D | convert_from_argb.cc | 26 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()
|
D | row_neon.cc | 1118 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 …]
|
D | row_neon64.cc | 1119 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 …]
|
D | convert_from.cc | 36 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()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_surface.c | 70 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/ |
D | intel_copy_image.c | 42 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()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_stress.c | 165 unsigned dst_x, unsigned dst_y) in emit_blt() 227 uint32_t *dst, unsigned dst_stride, unsigned dst_x, unsigned dst_y, in cpucpy2d() 258 struct igt_buf *dst, unsigned dst_x, unsigned dst_y, in cpu_copyfunc() 277 struct igt_buf *dst, unsigned dst_x, unsigned dst_y, in prw_copyfunc() 321 struct igt_buf *dst, unsigned dst_x, unsigned dst_y, in blitter_copyfunc() 351 struct igt_buf *dst, unsigned dst_x, unsigned dst_y, in render_copyfunc() 595 unsigned dst_tile, dst_buf_idx, dst_x, dst_y; in copy_tiles() local
|
/external/igt-gpu-tools/lib/ |
D | rendercopy_i915.c | 26 const struct igt_buf *dst, unsigned dst_x, unsigned dst_y) in gen3_render_copyfunc()
|
D | rendercopy_gen7.c | 152 uint32_t dst_x, uint32_t dst_y, in gen7_create_vertex_buffer() 179 int dst_x, int dst_y, in gen7_emit_vertex_buffer() 509 const struct igt_buf *dst, unsigned dst_x, unsigned dst_y) in gen7_render_copyfunc()
|
/external/libdrm/exynos/ |
D | exynos_fimg2d.c | 501 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/ |
D | x_server_pixel_buffer.cc | 273 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
|