/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_qr_f16.c | 95 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 …]
|
D | arm_mat_qr_f32.c | 168 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 …]
|
D | arm_mat_qr_f64.c | 88 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/ |
D | lossless_msa.c | 24 #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 …]
|
D | msa_macro.h | 60 #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 …]
|
D | alpha_processing_mips_dsp_r2.c | 26 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()
|
D | filters_mips_dsp_r2.c | 38 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/ |
D | generic_macros_msa.h | 43 #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/ |
D | filter_msa_intrinsics.c | 60 #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/ |
D | msa_macros.h | 75 #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/ |
D | vmw_shader.c | 37 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()
|
D | vmw_surface.c | 246 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()
|
D | vmw_shader.h | 65 vmw_svga_winsys_shader_reference(struct vmw_svga_winsys_shader **pdst,
|
D | vmw_surface.h | 87 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst,
|
/third_party/ffmpeg/libavcodec/ |
D | cfhd.c | 1420 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 …]
|
D | pngdec.c | 1666 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 …]
|
D | ffv1dec.c | 269 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/ |
D | buffer.c | 219 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/ |
D | v3d_blit.c | 208 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/ |
D | ssl_asn1.c | 215 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/ |
D | ssl_asn1.c | 215 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/ |
D | nir_lower_blend.c | 337 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/ |
D | svga_winsys.h | 606 struct svga_winsys_surface **pdst, 664 struct pipe_fence_handle **pdst,
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 692 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/ |
D | tegra_context.c | 700 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()
|