Home
last modified time | relevance | path

Searched refs:pdst (Results 1 – 25 of 44) sorted by relevance

12

/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_qr_f16.c95 float16_t *pdst; in arm_mat_qr_f16() local
122 pdst = pTmpB; in arm_mat_qr_f16()
134 vst1q_f16(pdst,v2); in arm_mat_qr_f16()
137 pdst += 8; in arm_mat_qr_f16()
146 vst1q_p_f16(pdst,v2,p0); in arm_mat_qr_f16()
153 pdst = pTmpB; in arm_mat_qr_f16()
170 v1 = vld1q_f16(pdst); in arm_mat_qr_f16()
184 vst1q_f16(pdst,v1); in arm_mat_qr_f16()
186 pdst += 8; in arm_mat_qr_f16()
198 v1 = vld1q_f16(pdst); in arm_mat_qr_f16()
[all …]
Darm_mat_qr_f32.c168 float32_t *pdst; in arm_mat_qr_f32() local
195 pdst = pTmpB; in arm_mat_qr_f32()
207 vst1q_f32(pdst,v2); in arm_mat_qr_f32()
210 pdst += 4; in arm_mat_qr_f32()
219 vst1q_p_f32(pdst,v2,p0); in arm_mat_qr_f32()
226 pdst = pTmpB; in arm_mat_qr_f32()
243 v1 = vld1q_f32(pdst); in arm_mat_qr_f32()
257 vst1q_f32(pdst,v1); in arm_mat_qr_f32()
259 pdst += 4; in arm_mat_qr_f32()
271 v1 = vld1q_f32(pdst); in arm_mat_qr_f32()
[all …]
Darm_mat_qr_f64.c88 float64_t *pdst; in arm_mat_qr_f64() local
112 pdst = pTmpB; in arm_mat_qr_f64()
119 *pdst++ = *pv * *pa++; in arm_mat_qr_f64()
123 pdst = pTmpB; in arm_mat_qr_f64()
139 sum = *pdst; in arm_mat_qr_f64()
146 *pdst++ = sum; in arm_mat_qr_f64()
153 pdst = pTmpB; in arm_mat_qr_f64()
163 *pdst++ += *pv * *pa++; in arm_mat_qr_f64()
167 pdst = pTmpB; in arm_mat_qr_f64()
222 pdst = pTmpB; in arm_mat_qr_f64()
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_msa.c24 #define CONVERT16_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
29 ST_UB2(dst0, dst1, pdst, 16); \
30 ST_UB(dst2, pdst + 32); \
33 #define CONVERT12_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
39 ST_UB2(dst0, dst1, pdst, 16); \
41 SW(pix_w, pdst + 32); \
44 #define CONVERT8_BGRA_XXX(psrc, pdst, m0, m1) do { \ argument
49 ST_UB(dst0, pdst); \
51 SD(pix_d, pdst + 16); \
54 #define CONVERT4_BGRA_XXX(psrc, pdst, m) do { \ argument
[all …]
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
86 static inline void FUNC_NAME(TYPE val, void* const pdst) { \
87 uint8_t* const pdst_m = (uint8_t*)pdst; \
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
[all …]
Dalpha_processing_mips_dsp_r2.c26 uint8_t* pdst = dst; in DispatchAlpha_MIPSdspR2() local
44 [temp3]"=&r"(temp3), [palpha]"+r"(palpha), [pdst]"+r"(pdst), in DispatchAlpha_MIPSdspR2()
58 : [temp0]"=&r"(temp0), [palpha]"+r"(palpha), [pdst]"+r"(pdst), in DispatchAlpha_MIPSdspR2()
Dfilters_mips_dsp_r2.c38 uint8_t* pdst = (uint8_t*)(DST); \
98 [temp6]"=&r"(temp6), [dst]"+&r"(pdst), [src]"+&r"(psrc) \
112 uint8_t* pdst = (uint8_t*)(DST); \
162 [dst]"+&r"(pdst), [src]"+&r"(psrc) \
/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
160 uint8_t *pdst_sh_m = (uint8_t *) (pdst); \
171 #define SW(val, pdst) \ argument
173 uint8_t *pdst_sw_m = (uint8_t *) (pdst); \
184 #define SD(val, pdst) \ argument
186 uint8_t *pdst_sd_m = (uint8_t *) (pdst); \
[all …]
/third_party/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c60 #define SH(val, pdst) \ argument
62 uint8_t *pdst_sh_m = (uint8_t *) (pdst); \
73 #define SW(val, pdst) \ argument
75 uint8_t *pdst_sw_m = (uint8_t *) (pdst); \
87 #define SD(val, pdst) \ argument
89 uint8_t *pdst_sd_m = (uint8_t *) (pdst); \
100 #define SD(val, pdst) \ argument
102 uint8_t *pdst_sd_m = (uint8_t *) (pdst); \
131 #define SH(val, pdst) \ argument
133 uint8_t *pdst_sh_m = (uint8_t *) (pdst); \
[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
145 uint8_t *pdst_sh_m = (uint8_t *) (pdst); \
156 #define SW(val, pdst) \ argument
158 uint8_t *pdst_sw_m = (uint8_t *) (pdst); \
169 #define SD(val, pdst) \ argument
171 uint8_t *pdst_sd_m = (uint8_t *) (pdst); \
223 #define MSA_ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in); 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() argument
44 if(pdst == NULL || *pdst == src) in vmw_svga_winsys_shader_reference()
47 dst = *pdst; in vmw_svga_winsys_shader_reference()
66 *pdst = src; 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() argument
253 if(pdst == NULL || *pdst == src) in vmw_svga_winsys_surface_reference()
256 dst = *pdst; in vmw_svga_winsys_surface_reference()
274 *pdst = src; in vmw_svga_winsys_surface_reference()
Dvmw_shader.h65 vmw_svga_winsys_shader_reference(struct vmw_svga_winsys_shader **pdst,
Dvmw_surface.h87 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst,
/third_party/ffmpeg/libavcodec/
Dcfhd.c1420 CFHDContext *pdst = dst->priv_data; in update_thread_context() local
1426 if (pdst->plane[0].idwt_size != psrc->plane[0].idwt_size || in update_thread_context()
1427 pdst->a_format != psrc->a_format || in update_thread_context()
1428 pdst->a_width != psrc->a_width || in update_thread_context()
1429 pdst->a_height != psrc->a_height || in update_thread_context()
1430 pdst->a_transform_type != psrc->a_transform_type) in update_thread_context()
1431 free_buffers(pdst); in update_thread_context()
1433 pdst->a_format = psrc->a_format; in update_thread_context()
1434 pdst->a_width = psrc->a_width; in update_thread_context()
1435 pdst->a_height = psrc->a_height; in update_thread_context()
[all …]
Dpngdec.c1666 PNGDecContext *pdst = dst->priv_data; in update_thread_context() local
1675 pdst->width = psrc->width; in update_thread_context()
1676 pdst->height = psrc->height; in update_thread_context()
1677 pdst->bit_depth = psrc->bit_depth; in update_thread_context()
1678 pdst->color_type = psrc->color_type; in update_thread_context()
1679 pdst->compression_type = psrc->compression_type; in update_thread_context()
1680 pdst->interlace_type = psrc->interlace_type; in update_thread_context()
1681 pdst->filter_type = psrc->filter_type; in update_thread_context()
1682 pdst->cur_w = psrc->cur_w; in update_thread_context()
1683 pdst->cur_h = psrc->cur_h; in update_thread_context()
[all …]
Dffv1dec.c269 PlaneContext *pdst = &fsdst->plane[i]; in decode_slice() local
271 av_free(pdst->state); in decode_slice()
272 av_free(pdst->vlc_state); in decode_slice()
273 memcpy(pdst, psrc, sizeof(*pdst)); in decode_slice()
274 pdst->state = NULL; in decode_slice()
275 pdst->vlc_state = NULL; in decode_slice()
278 pdst->state = av_malloc_array(CONTEXT_SIZE, psrc->context_count); in decode_slice()
279 memcpy(pdst->state, psrc->state, CONTEXT_SIZE * psrc->context_count); in decode_slice()
281 pdst->vlc_state = av_malloc_array(sizeof(*pdst->vlc_state), psrc->context_count); in decode_slice()
282 … memcpy(pdst->vlc_state, psrc->vlc_state, sizeof(*pdst->vlc_state) * psrc->context_count); in decode_slice()
/third_party/ffmpeg/libavutil/
Dbuffer.c219 int av_buffer_replace(AVBufferRef **pdst, AVBufferRef *src) in av_buffer_replace() argument
221 AVBufferRef *dst = *pdst; in av_buffer_replace()
225 av_buffer_unref(pdst); in av_buffer_replace()
240 av_buffer_unref(pdst); in av_buffer_replace()
241 *pdst = tmp; in av_buffer_replace()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c208 struct pipe_resource *pdst, in v3d_tfu() argument
220 struct v3d_resource *dst = v3d_resource(pdst); in v3d_tfu()
223 int msaa_scale = pdst->nr_samples > 1 ? 2 : 1; in v3d_tfu()
224 int width = u_minify(pdst->width0, base_level) * msaa_scale; in v3d_tfu()
225 int height = u_minify(pdst->height0, base_level) * msaa_scale; in v3d_tfu()
228 if (psrc->format != pdst->format) in v3d_tfu()
230 if (psrc->nr_samples != pdst->nr_samples) in v3d_tfu()
243 pformat = pdst->format; in v3d_tfu()
263 v3d_flush_jobs_reading_resource(v3d, pdst, V3D_FLUSH_DEFAULT, false); in v3d_tfu()
287 v3d_layer_offset(pdst, base_level, dst_layer)); in v3d_tfu()
/third_party/openssl/ssl/
Dssl_asn1.c215 static int ssl_session_strndup(char **pdst, ASN1_OCTET_STRING *src) in ssl_session_strndup() argument
217 OPENSSL_free(*pdst); in ssl_session_strndup()
218 *pdst = NULL; in ssl_session_strndup()
221 *pdst = OPENSSL_strndup((char *)src->data, src->length); in ssl_session_strndup()
222 if (*pdst == NULL) in ssl_session_strndup()
/third_party/node/deps/openssl/openssl/ssl/
Dssl_asn1.c215 static int ssl_session_strndup(char **pdst, ASN1_OCTET_STRING *src) in ssl_session_strndup() argument
217 OPENSSL_free(*pdst); in ssl_session_strndup()
218 *pdst = NULL; in ssl_session_strndup()
221 *pdst = OPENSSL_strndup((char *)src->data, src->length); in ssl_session_strndup()
222 if (*pdst == NULL) 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
345 pdst = nir_blend_factor( in nir_blend()
346 b, pdst, in nir_blend()
351 channels[c] = nir_blend_func(b, chan.func, psrc, pdst); in nir_blend()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_winsys.h606 struct svga_winsys_surface **pdst,
664 struct pipe_fence_handle **pdst,
/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
694 if (psrc[i] == pdst[i] && pdst[i] != TRANSPARENT_COLOR) { in IncreaseTransparency()
695 pdst[i] = TRANSPARENT_COLOR; in IncreaseTransparency()
730 uint32_t* const pdst = dst->argb + j * dst->argb_stride + i; in FlattenSimilarBlocks() local
736 PixelsAreSimilar(src_pixel, pdst[x + y * dst->argb_stride], in FlattenSimilarBlocks()
754 pdst[x + y * dst->argb_stride] = color; in FlattenSimilarBlocks()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c700 struct pipe_resource *pdst, in tegra_resource_copy_region() argument
710 struct tegra_resource *dst = to_tegra_resource(pdst); in tegra_resource_copy_region()
746 struct pipe_surface *pdst, in tegra_clear_render_target() argument
755 struct tegra_surface *dst = to_tegra_surface(pdst); in tegra_clear_render_target()
763 struct pipe_surface *pdst, in tegra_clear_depth_stencil() argument
774 struct tegra_surface *dst = to_tegra_surface(pdst); in tegra_clear_depth_stencil()

12