Home
last modified time | relevance | path

Searched refs:src (Results 6251 - 6275 of 13609) sorted by relevance

1...<<251252253254255256257258259260>>...545

/third_party/ffmpeg/libavfilter/
H A Dvf_blend_init.h56 #define COPY(src, depth) \
57 static void blend_copy ## src##_##depth(const uint8_t *top, ptrdiff_t top_linesize, \
63 av_image_copy_plane(dst, dst_linesize, src, src ## _linesize, \
H A Daf_apulsator.c133 const double *src = (const double *)in->data[0]; in filter_frame() local
157 double inL = src[0] * level_in; in filter_frame()
158 double inR = src[1] * level_in; in filter_frame()
178 src += 2; in filter_frame()
H A Daf_aresample.c129 AVFilterContext *ctx = outlink->src; in config_output()
231 AVFilterContext *ctx = outlink->src; in flush_frame()
233 AVFilterLink *const inlink = outlink->src->inputs[0]; in flush_frame()
262 AVFilterContext *ctx = outlink->src; in request_frame()
H A Dvf_neighbor_opencl.c130 cl_mem src, dst; in neighbor_opencl_filter_frame() local
160 src = (cl_mem) input->data[p]; in neighbor_opencl_filter_frame()
171 cle = clEnqueueCopyImage(ctx->command_queue, src, dst, in neighbor_opencl_filter_frame()
177 CL_SET_KERNEL_ARG(ctx->kernel, 1, cl_mem, &src); in neighbor_opencl_filter_frame()
H A Dvf_smartblur.c170 const uint8_t *src, const int src_linesize, in blur()
178 const uint8_t* const src_array[4] = {src}; in blur()
189 orig = src[x + y * src_linesize]; in blur()
211 orig = src[x + y * src_linesize]; in blur()
169 blur(uint8_t *dst, const int dst_linesize, const uint8_t *src, const int src_linesize, const int w, const int h, const int threshold, struct SwsContext *filter_context) blur() argument
H A Dvf_transpose_opencl.c74 AVFilterContext *avctx = outlink->src; in transpose_opencl_config_output()
140 cl_mem src, dst; in transpose_opencl_filter_frame() local
178 src = (cl_mem) input->data[p]; in transpose_opencl_filter_frame()
184 CL_SET_KERNEL_ARG(ctx->kernel, 1, cl_mem, &src); in transpose_opencl_filter_frame()
H A Dvf_swaprect.c175 uint8_t *src = in->data[p] + y1[p] * in->linesize[p] + x1[p] * s->pixsteps[p]; in filter_frame() local
179 memcpy(s->temp, src, pw[p] * s->pixsteps[p]); in filter_frame()
180 memmove(src, dst, pw[p] * s->pixsteps[p]); in filter_frame()
182 src += in->linesize[p]; in filter_frame()
/third_party/ffmpeg/libavcodec/
H A Dmsvideo1enc.c72 uint16_t *src; in encode_frame() local
88 src = (uint16_t*)(p->data[0] + p->linesize[0]*(FFALIGN(avctx->height, 4) - 1)); in encode_frame()
102 uint16_t val = src[x + i - j*p->linesize[0]/2]; in encode_frame()
243 src -= p->linesize[0] << 1; in encode_frame()
/third_party/ffmpeg/libavcodec/x86/
H A Daudiodsp.asm49 ; void ff_vector_clip_int32(int32_t *dst, const int32_t *src, int32_t min,
59 cglobal vector_clip_int32%5, 5,5,%1, dst, src, min, max, len
121 ; void ff_vector_clipf_sse(float *dst, const float *src,
124 cglobal vector_clipf, 3, 3, 6, dst, src, len, min, max
/third_party/ffmpeg/tests/checkasm/
H A Dllviddsp.c51 declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, uint8_t *src, ptrdiff_t w); in check_add_bytes()
117 declare_func_emms(AV_CPU_FLAG_MMX, int, uint8_t *dst, uint8_t *src, ptrdiff_t w, int acc); in check_add_left_pred()
146 declare_func_emms(AV_CPU_FLAG_MMX, int, uint16_t *dst, uint16_t *src, unsigned mask, ptrdiff_t w, unsigned acc); in check_add_left_pred_16()
171 declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *src, const ptrdiff_t stride, in check_add_gradient_pred()
/third_party/alsa-lib/src/rawmidi/
H A Dump.c343 * \param src source snd_ump_endpoint_info_t structure
346 const snd_ump_endpoint_info_t *src) in snd_ump_endpoint_info_copy()
348 *dst = *src; in snd_ump_endpoint_info_copy()
532 * \param src source snd_ump_block_info_t structure
535 const snd_ump_block_info_t *src) in snd_ump_block_info_copy()
537 *dst = *src; in snd_ump_block_info_copy()
345 snd_ump_endpoint_info_copy(snd_ump_endpoint_info_t *dst, const snd_ump_endpoint_info_t *src) snd_ump_endpoint_info_copy() argument
534 snd_ump_block_info_copy(snd_ump_block_info_t *dst, const snd_ump_block_info_t *src) snd_ump_block_info_copy() argument
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_esgs_io_to_mem.c170 emit_split_buffer_store(b, intrin->src[0].ssa, ring, io_off, es2gs_off, 4u, in lower_es_output_store()
171 intrin->src[0].ssa->num_components, intrin->src[0].ssa->bit_size, in lower_es_output_store()
177 nir_build_store_shared(b, intrin->src[0].ssa, off, .write_mask = write_mask, in lower_es_output_store()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_uniform_atomics.c215 nir_ssa_def *data = intrin->src[data_src].ssa; in optimize_atomic()
222 nir_instr_rewrite_src(&intrin->instr, &intrin->src[data_src], nir_src_for_ssa(reduce)); in optimize_atomic()
303 if (nir_src_is_divergent(intrin->src[offset_src])) in opt_uniform_atomics()
305 if (nir_src_is_divergent(intrin->src[offset2_src])) in opt_uniform_atomics()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.h166 struct radv_meta_blit2d_surf *src,
171 struct radv_meta_blit2d_buffer *src,
175 struct radv_meta_blit2d_surf *src,
202 void radv_fmask_copy(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *src,
/third_party/nghttp2/src/
H A Dhttp2.h293 int parse_http_status_code(const StringRef &src);
366 // Returns next URI-reference in Link header field value |src|. If no
370 std::vector<LinkHeader> parse_link_header(const StringRef &src);
415 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src);
431 // Copies |src| and return its lower-cased version.
432 StringRef copy_lower(BlockAllocator &balloc, const StringRef &src);
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c163 static void __sig_copy_sigaction(sigaction_t *src, sigaction_t *dst) in __sig_copy_sigaction() argument
165 dst->sa_handler = src->sa_handler; in __sig_copy_sigaction()
166 dst->sa_mask = src->sa_mask; in __sig_copy_sigaction()
167 dst->sa_flags = src->sa_flags; in __sig_copy_sigaction()
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaction.c148 static void __sig_copy_sigaction(sigaction_t *src, sigaction_t *dst) in __sig_copy_sigaction() argument
150 dst->sa_handler = src->sa_handler; in __sig_copy_sigaction()
151 dst->sa_mask = src->sa_mask; in __sig_copy_sigaction()
152 dst->sa_flags = src->sa_flags; in __sig_copy_sigaction()
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_xform.c137 const GLvector4f *src ) in ref_transform()
140 GLfloat *s = (GLfloat *)src->start; in ref_transform()
144 for ( i = 0 ; i < src->count ; i++ ) { in ref_transform()
146 s = (GLfloat *)((char *)s + src->stride); in ref_transform()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_live_variables.cpp80 if (inst->src[i].file == VGRF) { in setup_def_use()
83 const unsigned v = var_from_reg(alloc, inst->src[i], c, j); in setup_def_use()
281 if (inst->src[i].file == VGRF && in validate()
283 var_from_reg(alloc, inst->src[i], c), in validate()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmir_promote_uniforms.c51 (ins->src[1] == ~0) && in mir_is_direct_aligned_ubo()
52 (ins->src[2] == ~0); in mir_is_direct_aligned_ubo()
254 unsigned idx = ins->src[i]; in mir_special_indices()
295 if (ins->src[1] == ~0) in midgard_promote_uniforms()
/third_party/ltp/tools/sparse/sparse-src/
H A Dssa.c79 remove_use(&insn->src); in kill_store()
106 if (!insn->bb || insn->src != addr) in rewrite_local_var()
253 addr = insn->src; in ssa_rename_insn()
263 addr = insn->src; in ssa_rename_insn()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnode_to_instr.c153 ppir_src *src = ppir_node_get_src(succ, i); in ppir_do_one_node_to_instr() local
154 if (src && src->node == node) { in ppir_do_one_node_to_instr()
158 ppir_node_target_assign(src, node); in ppir_do_one_node_to_instr()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_point_sprite.c132 nir_deref_instr *deref = nir_src_as_deref(instr->src[0]); in lower_store()
138 state->point_pos = instr->src[1].ssa; in lower_store()
141 state->point_size = instr->src[1].ssa; in lower_store()
144 state->varying[var->data.location] = instr->src[1].ssa; in lower_store()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.h321 value* get_gpr_value(bool src, unsigned reg, unsigned chan, bool rel,
331 void add_pinned_gpr_values(vvec& vec, unsigned gpr, unsigned comp_mask, bool src);
379 alu_node* create_mov(value* dst, value* src);
380 alu_node* create_copy_mov(value *dst, value *src, unsigned affcost = 1);
H A Dsb_ra_checker.cpp118 void ra_checker::check_src_vec(node *n, unsigned id, vvec &vv, bool src) { in check_src_vec() argument
132 } else if (src) { in check_src_vec()
140 check_src_vec(n, 100, n->src, true); in check_op_src()
182 value *s = n->src[id]; in check_phi_src()

Completed in 19 milliseconds

1...<<251252253254255256257258259260>>...545