Home
last modified time | relevance | path

Searched defs:pdst (Results 1 – 25 of 40) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_msa.c24 #define CONVERT16_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
33 #define CONVERT12_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
44 #define CONVERT8_BGRA_XXX(psrc, pdst, m0, m1) do { \ argument
54 #define CONVERT4_BGRA_XXX(psrc, pdst, m) do { \ argument
63 #define CONVERT1_BGRA_BGR(psrc, pdst) do { \ argument
72 #define CONVERT1_BGRA_RGB(psrc, pdst) do { \ argument
Dmsa_macro.h60 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
64 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
68 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
95 #define MSA_STORE(val, pdst, FUNC_NAME) FUNC_NAME(val, pdst) argument
111 #define SH(val, pdst) MSA_STORE(val, pdst, msa_sh) argument
113 #define SW(val, pdst) MSA_STORE(val, pdst, msa_sw) argument
115 #define SD(val, pdst) MSA_STORE(val, pdst, msa_sd) argument
130 #define SH(val, pdst) MSA_STORE(val, pdst, msa_ush) argument
132 #define SW(val, pdst) MSA_STORE(val, pdst, msa_usw) argument
133 #define SD(val, pdst) do { \ argument
[all …]
Dalpha_processing_mips_dsp_r2.c26 uint8_t* pdst = dst; in DispatchAlpha_MIPSdspR2() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_msa.c24 #define CONVERT16_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
33 #define CONVERT12_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
44 #define CONVERT8_BGRA_XXX(psrc, pdst, m0, m1) do { \ argument
54 #define CONVERT4_BGRA_XXX(psrc, pdst, m) do { \ argument
63 #define CONVERT1_BGRA_BGR(psrc, pdst) do { \ argument
72 #define CONVERT1_BGRA_RGB(psrc, pdst) do { \ argument
Dmsa_macro.h60 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
64 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
68 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
95 #define MSA_STORE(val, pdst, FUNC_NAME) FUNC_NAME(val, pdst) argument
111 #define SH(val, pdst) MSA_STORE(val, pdst, msa_sh) argument
113 #define SW(val, pdst) MSA_STORE(val, pdst, msa_sw) argument
115 #define SD(val, pdst) MSA_STORE(val, pdst, msa_sd) argument
130 #define SH(val, pdst) MSA_STORE(val, pdst, msa_ush) argument
132 #define SW(val, pdst) MSA_STORE(val, pdst, msa_usw) argument
133 #define SD(val, pdst) do { \ argument
[all …]
Dalpha_processing_mips_dsp_r2.c26 uint8_t* pdst = dst; in DispatchAlpha_MIPSdspR2() local
/third_party/flutter/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c60 #define SH(val, pdst) \ argument
73 #define SW(val, pdst) \ argument
87 #define SD(val, pdst) \ argument
100 #define SD(val, pdst) \ argument
131 #define SH(val, pdst) \ argument
144 #define SW(val, pdst) \ argument
158 #define SD(val, pdst) \ argument
171 #define SD(val, pdst) \ argument
199 #define SH(val, pdst) \ argument
212 #define SW(val, pdst) \ argument
[all …]
/third_party/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c60 #define SH(val, pdst) \ argument
73 #define SW(val, pdst) \ argument
87 #define SD(val, pdst) \ argument
100 #define SD(val, pdst) \ argument
131 #define SH(val, pdst) \ argument
144 #define SW(val, pdst) \ argument
158 #define SD(val, pdst) \ argument
171 #define SD(val, pdst) \ argument
199 #define SH(val, pdst) \ argument
212 #define SW(val, pdst) \ argument
[all …]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_shader.c37 vmw_svga_winsys_shader_reference(struct vmw_svga_winsys_shader **pdst, in vmw_svga_winsys_shader_reference()
Dvmw_surface.c246 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst, in vmw_svga_winsys_surface_reference()
Dvmw_screen_svga.c413 struct pipe_fence_handle **pdst, in vmw_svga_winsys_fence_reference()
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h43 #define ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
88 #define SH(val, pdst) *(uint16_t *)(pdst) = (val); argument
89 #define SW(val, pdst) *(uint32_t *)(pdst) = (val); argument
90 #define SD(val, pdst) *(uint64_t *)(pdst) = (val); argument
158 #define SH(val, pdst) \ argument
171 #define SW(val, pdst) \ argument
184 #define SD(val, pdst) \ argument
245 #define SW4(in0, in1, in2, in3, pdst, stride) \ argument
260 #define SD4(in0, in1, in2, in3, pdst, stride) \ argument
362 #define ST_V2(RTYPE, in0, in1, pdst, stride) \ argument
[all …]
/third_party/openh264/codec/common/inc/
Dmsa_macros.h75 #define SH(val, pdst) *(uint16_t *)(pdst) = (val); argument
76 #define SW(val, pdst) *(uint32_t *)(pdst) = (val); argument
77 #define SD(val, pdst) *(uint64_t *)(pdst) = (val); argument
143 #define SH(val, pdst) \ argument
156 #define SW(val, pdst) \ argument
169 #define SD(val, pdst) \ argument
223 #define MSA_ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in); argument
225 #define MSA_ST_V2(RTYPE, in0, in1, pdst, stride) \ argument
231 #define MSA_ST_V4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument
237 #define MSA_ST_V8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride) \ argument
[all …]
/third_party/ffmpeg/libavutil/
Dbuffer.c219 int av_buffer_replace(AVBufferRef **pdst, AVBufferRef *src) in av_buffer_replace()
/third_party/openssl/ssl/
Dssl_asn1.c215 static int ssl_session_strndup(char **pdst, ASN1_OCTET_STRING *src) in ssl_session_strndup()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c337 nir_ssa_def *pdst = nir_channel(b, dst, c); in nir_blend() local
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dwuffs-deflate-decoder-decode-huffman.c246 uint8_t* pdst = in c_wuffs_deflate__decoder__decode_huffman_fast() local
/third_party/ffmpeg/libavcodec/
Drv34.c1009 uint8_t *pdst, int stride, in rv34_process_block()
1077 uint8_t *pdst; in rv34_output_i16x16() local
1289 uint8_t *pdst; in rv34_decode_inter_macroblock() local
Dffv1dec.c269 PlaneContext *pdst = &fsdst->plane[i]; in decode_slice() local
Dcfhd.c1420 CFHDContext *pdst = dst->priv_data; in update_thread_context() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c208 struct pipe_resource *pdst, in v3d_tfu()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c700 struct pipe_resource *pdst, in tegra_resource_copy_region()
746 struct pipe_surface *pdst, in tegra_clear_render_target()
763 struct pipe_surface *pdst, in tegra_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp969 struct pipe_resource *pdst, in d3d12_resource_copy_region()
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c692 uint32_t* const pdst = dst->argb + j * dst->argb_stride; in IncreaseTransparency() local
730 uint32_t* const pdst = dst->argb + j * dst->argb_stride + i; in FlattenSimilarBlocks() local
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c695 uint32_t* const pdst = dst->argb + j * dst->argb_stride; in IncreaseTransparency() local
733 uint32_t* const pdst = dst->argb + j * dst->argb_stride + i; in FlattenSimilarBlocks() local

12