Home
last modified time | relevance | path

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

12

/external/libvpx/third_party/libyuv/include/libyuv/
Dmacros_msa.h54 #define SW(val, pdst) \ argument
64 #define SD(val, pdst) \ argument
73 #define SD(val, pdst) \ argument
119 #define SW(val, pdst) \ argument
128 #define SD(val, pdst) \ argument
143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument
146 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument
176 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument
183 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument
195 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ argument
/external/libyuv/files/include/libyuv/
Dmacros_msa.h54 #define SW(val, pdst) \ argument
64 #define SD(val, pdst) \ argument
73 #define SD(val, pdst) \ argument
129 #define SW(val, pdst) \ argument
138 #define SD(val, pdst) \ argument
156 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument
159 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument
189 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument
196 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument
208 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ argument
/external/webp/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.h64 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
68 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
72 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
99 #define MSA_STORE(val, pdst, FUNC_NAME) FUNC_NAME(val, pdst) argument
115 #define SH(val, pdst) MSA_STORE(val, pdst, msa_sh) argument
117 #define SW(val, pdst) MSA_STORE(val, pdst, msa_sw) argument
119 #define SD(val, pdst) MSA_STORE(val, pdst, msa_sd) argument
134 #define SH(val, pdst) MSA_STORE(val, pdst, msa_ush) argument
136 #define SW(val, pdst) MSA_STORE(val, pdst, msa_usw) argument
137 #define SD(val, pdst) do { \ argument
[all …]
Dalpha_processing_mips_dsp_r2.c26 uint8_t* pdst = dst; in DispatchAlpha_MIPSdspR2() local
Ddec_msa.c293 #define ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride) do { \ argument
300 #define ST6x4_UB(in0, start_in0_idx, in1, start_in1_idx, pdst, stride) do { \ argument
/external/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 …]
/external/libvpx/vpx_dsp/mips/
Dvpx_convolve_msa.h95 #define PCKEV_XORI128_AVG_ST_UB(in0, in1, dst, pdst) \ argument
104 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) \ argument
113 #define PCKEV_AVG_ST8x4_UB(in0, in1, in2, in3, dst0, dst1, pdst, stride) \ argument
Dmacros_msa.h26 #define ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
69 #define SH(val, pdst) *(uint16_t *)(pdst) = (val); argument
70 #define SW(val, pdst) *(uint32_t *)(pdst) = (val); argument
71 #define SD(val, pdst) *(uint64_t *)(pdst) = (val); argument
132 #define SH(val, pdst) \ argument
143 #define SW(val, pdst) \ argument
154 #define SD(val, pdst) \ argument
207 #define SW4(in0, in1, in2, in3, pdst, stride) \ argument
222 #define SD4(in0, in1, in2, in3, pdst, stride) \ argument
316 #define ST_V2(RTYPE, in0, in1, pdst, stride) \ argument
[all …]
/external/ComputeLibrary/src/cpu/kernels/floor/neon/
Dfp32.cpp44 auto pdst = static_cast<float *>(dst); in fp32_neon_floor() local
Dfp16.cpp46 auto pdst = static_cast<__fp16 *>(dst); in fp16_neon_floor() local
/external/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.c109 struct pipe_fence_handle **pdst, in vmw_svga_winsys_fence_reference()
/external/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
87 #define SH(val, pdst) \ argument
98 #define SW(val, pdst) \ argument
109 #define SD(val, pdst) \ argument
165 #define SH(val, pdst) \ argument
176 #define SW(val, pdst) \ argument
187 #define SD(val, pdst) \ argument
240 #define SW4(in0, in1, in2, in3, pdst, stride) \ argument
[all …]
/external/fastrpc/inc/
Dsbuf.h157 static __inline void sbuf_read(struct sbuf* buf, void *pdst, int dstLen) { in sbuf_read()
/external/libvpx/vpx_dsp/loongarch/
Dvpx_convolve_lsx.h124 #define AVG_ST4_D(in0, in1, dst0, dst1, pdst, stride) \ argument
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c348 struct pipe_resource *pdst, in v3d_tfu()
/external/mesa3d/src/gallium/drivers/panfrost/nir/
Dnir_lower_blend.c295 nir_ssa_def *pdst = nir_channel(b, dst, c); in nir_blend() local
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c668 struct pipe_resource *pdst, in tegra_resource_copy_region()
714 struct pipe_surface *pdst, in tegra_clear_render_target()
731 struct pipe_surface *pdst, in tegra_clear_depth_stencil()
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c512 struct pipe_fence_handle **pdst, in trace_screen_fence_reference()
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c360 struct pipe_fence_handle **pdst, in dd_screen_fence_reference()
/external/webp/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
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c1045 struct pipe_resource *pdst, in zink_resource_copy_region()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1396 IUnknown *src, **pdst; in copy_com_pointer() local

12