Home
last modified time | relevance | path

Searched refs:src (Results 1026 - 1050 of 14328) sorted by relevance

1...<<41424344454647484950>>...574

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fmask_copy.c67 frag_mask_fetch->src[0].src_type = nir_tex_src_coord; in build_fmask_copy_compute_shader()
68 frag_mask_fetch->src[0].src = nir_src_for_ssa(src_coord); in build_fmask_copy_compute_shader()
69 frag_mask_fetch->src[1].src_type = nir_tex_src_lod; in build_fmask_copy_compute_shader()
70 frag_mask_fetch->src[1].src = nir_src_for_ssa(nir_imm_int(&b, 0)); in build_fmask_copy_compute_shader()
71 frag_mask_fetch->src[2].src_type = nir_tex_src_texture_deref; in build_fmask_copy_compute_shader()
72 frag_mask_fetch->src[2].src = nir_src_for_ssa(input_img_deref); in build_fmask_copy_compute_shader()
101 frag_fetch->src[ in build_fmask_copy_compute_shader()
289 radv_fmask_copy(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *src, struct radv_meta_blit2d_surf *dst) radv_fmask_copy() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dasm.py221 for i, (op, src) in enumerate(zip(operands, ins.srcs)):
233 if mod in src.offset and src.bits[mod] == 1:
234 encoded |= (1 << src.offset[mod])
235 elif src.halfswizzle and mod in enums[f'half_swizzles_{src.size}_bit'].bare_values:
238 val = enums[f'half_swizzles_{src.size}_bit'].bare_values.index(mod)
239 encoded |= (val << src.offset['widen'])
240 elif mod in enums[f'swizzles_{src.size}_bit'].bare_values and (src
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c38 nir_ssa_def *def_outside_loop; /* The phi-src outside the loop */
170 nir_src_bit_size(alu->src[0].src) < 64) in instr_cost()
176 if (nir_src_bit_size(alu->src[i].src) == 64 && in instr_cost()
258 if (!mark_invariant(alu->src[i].src.ssa, state)) { in mark_invariant()
305 nir_foreach_phi_src(src, phi) { in phi_instr_as_alu()
306 assert(src->src in phi_instr_as_alu()
336 is_only_uniform_src(nir_src *src) is_only_uniform_src() argument
438 nir_src *src = &alu->src[i].src; compute_induction_information() local
683 nir_ssa_scalar src = nir_ssa_scalar_chase_alu_src(limit, i); try_find_limit_of_alu() local
701 nir_const_value *src[1] = { &src0 }; eval_const_unop() local
713 nir_const_value *src[2] = { &src0, &src1 }; eval_const_binop() local
791 nir_const_value *src[2]; will_break_on_first_iteration() local
840 nir_const_value *src[2]; test_iterations() local
1037 nir_ssa_scalar src = nir_ssa_scalar_chase_alu_src(iand, i); try_find_trip_count_vars_in_iand() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp95 // swaps $rX <-> $rY, i.e. do not create live range overlaps of phi src and def.
107 if (mov->def(0).getFile() != mov->src(0).getFile()) in visit()
165 return ld && ld->op == OP_LOAD && ld->src(0).getFile() == FILE_MEMORY_CONST; in isCSpaceLoad()
177 return ld->src(0).getImmediate(val) && !val.isInteger(0); in isImmdLoad()
186 (ld->src(0).getFile() == FILE_SHADER_INPUT || in isAttribOrSharedLoad()
187 ld->src(0).getFile() == FILE_MEMORY_SHARED))); in isAttribOrSharedLoad()
205 if (insn->src(1).getFile() != FILE_GPR) in checkSwapSrc01()
245 insn->src(0).mod = insn->src(0).mod ^ Modifier(NV50_IR_MOD_NEG); in checkSwapSrc01()
246 insn->src( in checkSwapSrc01()
1399 Instruction *src = i->getSrc(t)->getInsn(); opnd() local
1898 Value *src; tryADDToMADOrSAD() local
2312 Instruction *src = i->getSrc(0)->getInsn(); handleNEG() local
2461 Value *src; tryADDToSHLADD() local
2844 Value *src[4]; // no modifiers in ValueRef allowed for st combineSt() local
3600 Value *src = vtmp->getInsn()->getSrc(0); handleMADforNV50() local
3861 Value *src = NULL; visit() local
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_compat.c228 static int xfrm_nla_cpy(struct sk_buff *dst, const struct nlattr *src, int len) in xfrm_nla_cpy() argument
230 return nla_put(dst, src->nla_type, len, nla_data(src)); in xfrm_nla_cpy()
233 static int xfrm_xlate64_attr(struct sk_buff *dst, const struct nlattr *src) in xfrm_xlate64_attr() argument
235 switch (src->nla_type) { in xfrm_xlate64_attr()
245 return xfrm_nla_cpy(dst, src, nla_len(src)); in xfrm_xlate64_attr()
247 return xfrm_nla_cpy(dst, src, XMSGSIZE(compat_xfrm_usersa_info)); in xfrm_xlate64_attr()
249 return xfrm_nla_cpy(dst, src, XMSGSIZE(compat_xfrm_userpolicy_info)); in xfrm_xlate64_attr()
251 return xfrm_nla_cpy(dst, src, nla_le in xfrm_xlate64_attr()
354 xfrm_user_rcv_calculate_len64(const struct nlmsghdr *src, struct nlattr *attrs[XFRMA_MAX + 1], int maxtype) xfrm_user_rcv_calculate_len64() argument
399 xfrm_attr_cpy32(void *dst, size_t *pos, const struct nlattr *src, size_t size, int copy_len, int payload) xfrm_attr_cpy32() argument
464 xfrm_xlate32(struct nlmsghdr *dst, const struct nlmsghdr *src, struct nlattr *attrs[XFRMA_MAX+1], size_t size, u8 type, int maxtype, struct netlink_ext_ack *extack) xfrm_xlate32() argument
[all...]
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_compat.c228 static int xfrm_nla_cpy(struct sk_buff *dst, const struct nlattr *src, int len) in xfrm_nla_cpy() argument
230 return nla_put(dst, src->nla_type, len, nla_data(src)); in xfrm_nla_cpy()
233 static int xfrm_xlate64_attr(struct sk_buff *dst, const struct nlattr *src) in xfrm_xlate64_attr() argument
235 switch (src->nla_type) { in xfrm_xlate64_attr()
245 return xfrm_nla_cpy(dst, src, nla_len(src)); in xfrm_xlate64_attr()
247 return xfrm_nla_cpy(dst, src, XMSGSIZE(compat_xfrm_usersa_info)); in xfrm_xlate64_attr()
249 return xfrm_nla_cpy(dst, src, XMSGSIZE(compat_xfrm_userpolicy_info)); in xfrm_xlate64_attr()
251 return xfrm_nla_cpy(dst, src, nla_le in xfrm_xlate64_attr()
354 xfrm_user_rcv_calculate_len64(const struct nlmsghdr *src, struct nlattr *attrs[XFRMA_MAX + 1], int maxtype) xfrm_user_rcv_calculate_len64() argument
399 xfrm_attr_cpy32(void *dst, size_t *pos, const struct nlattr *src, size_t size, int copy_len, int payload) xfrm_attr_cpy32() argument
464 xfrm_xlate32(struct nlmsghdr *dst, const struct nlmsghdr *src, struct nlattr *attrs[XFRMA_MAX+1], size_t size, u8 type, int maxtype, struct netlink_ext_ack *extack) xfrm_xlate32() argument
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp_init.c35 uint8_t *src, ptrdiff_t srcstride,
38 uint8_t *src, ptrdiff_t srcstride,
41 uint8_t *src, ptrdiff_t srcstride,
44 uint8_t *src, ptrdiff_t srcstride,
48 uint8_t *src, ptrdiff_t srcstride,
51 uint8_t *src, ptrdiff_t srcstride,
54 uint8_t *src, ptrdiff_t srcstride,
57 uint8_t *src, ptrdiff_t srcstride,
61 uint8_t *src, ptrdiff_t srcstride,
64 uint8_t *src, ptrdiff_
[all...]
/third_party/ffmpeg/libswscale/
H A Dvscale.c46 int sp = first - desc->src->plane[0].sliceY; in lum_planar_vscale()
48 uint8_t **src = desc->src->plane[0].line + sp; in lum_planar_vscale() local
53 inst->pfn.yuv2planar1((const int16_t*)src[0], dst[0], dstW, c->lumDither8, 0); in lum_planar_vscale()
55 inst->pfn.yuv2planarX(filter, inst->filter_size, (const int16_t**)src, dst[0], dstW, c->lumDither8, 0); in lum_planar_vscale()
58 int sp = first - desc->src->plane[3].sliceY; in lum_planar_vscale()
60 uint8_t **src = desc->src->plane[3].line + sp; in lum_planar_vscale() local
65 inst->pfn.yuv2planar1((const int16_t*)src[0], dst[0], dstW, c->lumDither8, 0); in lum_planar_vscale()
67 inst->pfn.yuv2planarX(filter, inst->filter_size, (const int16_t**)src, ds in lum_planar_vscale()
213 ff_init_vscale(SwsContext *c, SwsFilterDescriptor *desc, SwsSlice *src, SwsSlice *dst) ff_init_vscale() argument
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dlzo-rle.c52 static int __lzorle_compress(const u8 *src, unsigned int slen, in __lzorle_compress() argument
58 err = lzorle1x_1_compress(src, slen, dst, &tmp_len, ctx); in __lzorle_compress()
67 static int lzorle_compress(struct crypto_tfm *tfm, const u8 *src, in lzorle_compress() argument
72 return __lzorle_compress(src, slen, dst, dlen, ctx->lzorle_comp_mem); in lzorle_compress()
75 static int lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_scompress() argument
79 return __lzorle_compress(src, slen, dst, dlen, ctx); in lzorle_scompress()
82 static int __lzorle_decompress(const u8 *src, unsigned int slen, in __lzorle_decompress() argument
88 err = lzo1x_decompress_safe(src, slen, dst, &tmp_len); in __lzorle_decompress()
97 static int lzorle_decompress(struct crypto_tfm *tfm, const u8 *src, in lzorle_decompress() argument
100 return __lzorle_decompress(src, sle in lzorle_decompress()
103 lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lzorle_sdecompress() argument
[all...]
H A Dlz4hc.c52 static int __lz4hc_compress_crypto(const u8 *src, unsigned int slen, in __lz4hc_compress_crypto() argument
55 int out_len = LZ4_compress_HC(src, dst, slen, in __lz4hc_compress_crypto()
65 static int lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_scompress() argument
69 return __lz4hc_compress_crypto(src, slen, dst, dlen, ctx); in lz4hc_scompress()
72 static int lz4hc_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4hc_compress_crypto() argument
78 return __lz4hc_compress_crypto(src, slen, dst, dlen, in lz4hc_compress_crypto()
82 static int __lz4hc_decompress_crypto(const u8 *src, unsigned int slen, in __lz4hc_decompress_crypto() argument
85 int out_len = LZ4_decompress_safe(src, dst, slen, *dlen); in __lz4hc_decompress_crypto()
94 static int lz4hc_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_sdecompress() argument
98 return __lz4hc_decompress_crypto(src, sle in lz4hc_sdecompress()
101 lz4hc_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4hc_decompress_crypto() argument
[all...]
H A Dlzo.c52 static int __lzo_compress(const u8 *src, unsigned int slen, in __lzo_compress() argument
58 err = lzo1x_1_compress(src, slen, dst, &tmp_len, ctx); in __lzo_compress()
67 static int lzo_compress(struct crypto_tfm *tfm, const u8 *src, in lzo_compress() argument
72 return __lzo_compress(src, slen, dst, dlen, ctx->lzo_comp_mem); in lzo_compress()
75 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, in lzo_scompress() argument
79 return __lzo_compress(src, slen, dst, dlen, ctx); in lzo_scompress()
82 static int __lzo_decompress(const u8 *src, unsigned int slen, in __lzo_decompress() argument
88 err = lzo1x_decompress_safe(src, slen, dst, &tmp_len); in __lzo_decompress()
97 static int lzo_decompress(struct crypto_tfm *tfm, const u8 *src, in lzo_decompress() argument
100 return __lzo_decompress(src, sle in lzo_decompress()
103 lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lzo_sdecompress() argument
[all...]
H A Dlz4.c53 static int __lz4_compress_crypto(const u8 *src, unsigned int slen, in __lz4_compress_crypto() argument
56 int out_len = LZ4_compress_default(src, dst, in __lz4_compress_crypto()
66 static int lz4_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4_scompress() argument
70 return __lz4_compress_crypto(src, slen, dst, dlen, ctx); in lz4_scompress()
73 static int lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_compress_crypto() argument
78 return __lz4_compress_crypto(src, slen, dst, dlen, ctx->lz4_comp_mem); in lz4_compress_crypto()
81 static int __lz4_decompress_crypto(const u8 *src, unsigned int slen, in __lz4_decompress_crypto() argument
84 int out_len = LZ4_decompress_safe(src, dst, slen, *dlen); in __lz4_decompress_crypto()
93 static int lz4_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4_sdecompress() argument
97 return __lz4_decompress_crypto(src, sle in lz4_sdecompress()
100 lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4_decompress_crypto() argument
[all...]
/kernel/linux/linux-5.10/arch/ia64/lib/
H A Dstrlen.S77 #define src r19 define
92 dep src=0,in0,0,3 // src=8byte-aligned in0 address
99 ld8 v[1]=[src],8 // must not speculate: can fail here
103 ld8.s w[1]=[src],8 // speculatively load next
110 add base=-16,src // keep track of aligned base
114 ld8.s v[0]=[src],8 // speculatively load next
118 ld8.s w[0]=[src],8 // speculatively load next to next
142 (p8) adds src=-16,src // correc
[all...]
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Dstrlen.S77 #define src r19 define
92 dep src=0,in0,0,3 // src=8byte-aligned in0 address
99 ld8 v[1]=[src],8 // must not speculate: can fail here
103 ld8.s w[1]=[src],8 // speculatively load next
110 add base=-16,src // keep track of aligned base
114 ld8.s v[0]=[src],8 // speculatively load next
118 ld8.s w[0]=[src],8 // speculatively load next to next
142 (p8) adds src=-16,src // correc
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Duuid.h41 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy() argument
43 memcpy(dst, src, sizeof(guid_t)); in guid_copy()
46 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid() argument
48 memcpy(dst, src, sizeof(guid_t)); in import_guid()
51 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid() argument
53 memcpy(dst, src, sizeof(guid_t)); in export_guid()
66 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy() argument
68 memcpy(dst, src, sizeof(uuid_t)); in uuid_copy()
71 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid() argument
73 memcpy(dst, src, sizeo in import_uuid()
76 export_uuid(__u8 *dst, const uuid_t *src) export_uuid() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Duuid.h51 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy() argument
53 memcpy(dst, src, sizeof(guid_t)); in guid_copy()
56 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid() argument
58 memcpy(dst, src, sizeof(guid_t)); in import_guid()
61 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid() argument
63 memcpy(dst, src, sizeof(guid_t)); in export_guid()
76 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy() argument
78 memcpy(dst, src, sizeof(uuid_t)); in uuid_copy()
81 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid() argument
83 memcpy(dst, src, sizeo in import_uuid()
86 export_uuid(__u8 *dst, const uuid_t *src) export_uuid() argument
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dlzo-rle.c52 static int __lzorle_compress(const u8 *src, unsigned int slen, in __lzorle_compress() argument
58 err = lzorle1x_1_compress(src, slen, dst, &tmp_len, ctx); in __lzorle_compress()
67 static int lzorle_compress(struct crypto_tfm *tfm, const u8 *src, in lzorle_compress() argument
72 return __lzorle_compress(src, slen, dst, dlen, ctx->lzorle_comp_mem); in lzorle_compress()
75 static int lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_scompress() argument
79 return __lzorle_compress(src, slen, dst, dlen, ctx); in lzorle_scompress()
82 static int __lzorle_decompress(const u8 *src, unsigned int slen, in __lzorle_decompress() argument
88 err = lzo1x_decompress_safe(src, slen, dst, &tmp_len); in __lzorle_decompress()
97 static int lzorle_decompress(struct crypto_tfm *tfm, const u8 *src, in lzorle_decompress() argument
100 return __lzorle_decompress(src, sle in lzorle_decompress()
103 lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lzorle_sdecompress() argument
[all...]
H A Dlz4hc.c52 static int __lz4hc_compress_crypto(const u8 *src, unsigned int slen, in __lz4hc_compress_crypto() argument
55 int out_len = LZ4_compress_HC(src, dst, slen, in __lz4hc_compress_crypto()
65 static int lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_scompress() argument
69 return __lz4hc_compress_crypto(src, slen, dst, dlen, ctx); in lz4hc_scompress()
72 static int lz4hc_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4hc_compress_crypto() argument
78 return __lz4hc_compress_crypto(src, slen, dst, dlen, in lz4hc_compress_crypto()
82 static int __lz4hc_decompress_crypto(const u8 *src, unsigned int slen, in __lz4hc_decompress_crypto() argument
85 int out_len = LZ4_decompress_safe(src, dst, slen, *dlen); in __lz4hc_decompress_crypto()
94 static int lz4hc_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_sdecompress() argument
98 return __lz4hc_decompress_crypto(src, sle in lz4hc_sdecompress()
101 lz4hc_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4hc_decompress_crypto() argument
[all...]
H A Dlzo.c52 static int __lzo_compress(const u8 *src, unsigned int slen, in __lzo_compress() argument
58 err = lzo1x_1_compress(src, slen, dst, &tmp_len, ctx); in __lzo_compress()
67 static int lzo_compress(struct crypto_tfm *tfm, const u8 *src, in lzo_compress() argument
72 return __lzo_compress(src, slen, dst, dlen, ctx->lzo_comp_mem); in lzo_compress()
75 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, in lzo_scompress() argument
79 return __lzo_compress(src, slen, dst, dlen, ctx); in lzo_scompress()
82 static int __lzo_decompress(const u8 *src, unsigned int slen, in __lzo_decompress() argument
88 err = lzo1x_decompress_safe(src, slen, dst, &tmp_len); in __lzo_decompress()
97 static int lzo_decompress(struct crypto_tfm *tfm, const u8 *src, in lzo_decompress() argument
100 return __lzo_decompress(src, sle in lzo_decompress()
103 lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) lzo_sdecompress() argument
[all...]
H A Dlz4.c53 static int __lz4_compress_crypto(const u8 *src, unsigned int slen, in __lz4_compress_crypto() argument
56 int out_len = LZ4_compress_default(src, dst, in __lz4_compress_crypto()
66 static int lz4_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4_scompress() argument
70 return __lz4_compress_crypto(src, slen, dst, dlen, ctx); in lz4_scompress()
73 static int lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_compress_crypto() argument
78 return __lz4_compress_crypto(src, slen, dst, dlen, ctx->lz4_comp_mem); in lz4_compress_crypto()
81 static int __lz4_decompress_crypto(const u8 *src, unsigned int slen, in __lz4_decompress_crypto() argument
84 int out_len = LZ4_decompress_safe(src, dst, slen, *dlen); in __lz4_decompress_crypto()
93 static int lz4_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4_sdecompress() argument
97 return __lz4_decompress_crypto(src, sle in lz4_sdecompress()
100 lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) lz4_decompress_crypto() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhuffyuvdsp.c29 static void add_int16_c(uint16_t *dst, const uint16_t *src, unsigned mask, int w){ in add_int16_c() argument
34 long a = *(long*)(src+i); in add_int16_c()
39 dst[i] = (dst[i] + src[i]) & mask; in add_int16_c()
42 static void add_hfyu_median_pred_int16_c(uint16_t *dst, const uint16_t *src, const uint16_t *diff, unsigned mask, int w, int *left, int *left_top){ in add_hfyu_median_pred_int16_c() argument
50 l = (mid_pred(l, src[i], (l + src[i] - lt) & mask) + diff[i]) & mask; in add_hfyu_median_pred_int16_c()
51 lt = src[i]; in add_hfyu_median_pred_int16_c()
59 static void add_hfyu_left_pred_bgr32_c(uint8_t *dst, const uint8_t *src, in add_hfyu_left_pred_bgr32_c() argument
66 b += src[4 * i + B]; in add_hfyu_left_pred_bgr32_c()
67 g += src[ in add_hfyu_left_pred_bgr32_c()
[all...]
H A Dsgirledec.c49 void rbg323_to_bgr8(uint8_t *dst, const uint8_t *src, int size) in rbg323_to_bgr8() argument
53 dst[i] = RBG323_TO_BGR8(src[i]); in rbg323_to_bgr8()
58 * @param[in] src Source buffer
67 const uint8_t *src, int src_size, in decode_sgirle8()
70 const uint8_t *src_end = src + src_size; in decode_sgirle8()
82 while (src_end - src >= 2) { in decode_sgirle8()
83 uint8_t v = *src++; in decode_sgirle8()
89 memset(dst + y * linesize + x, RBG323_TO_BGR8(*src), length); in decode_sgirle8()
93 src++; in decode_sgirle8()
97 int length = FFMIN3(v, width - x, src_end - src); in decode_sgirle8()
66 decode_sgirle8(AVCodecContext *avctx, uint8_t *dst, const uint8_t *src, int src_size, int width, int height, ptrdiff_t linesize) decode_sgirle8() argument
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Dmpegvideodsp.c34 static void gmc1_altivec(uint8_t *dst /* align 8 */, uint8_t *src /* align1 */, in gmc1_altivec()
53 unsigned long src_really_odd = (unsigned long) src & 0x0000000F; in gmc1_altivec()
63 /* we'll be able to pick-up our 9 char elements at src from those in gmc1_altivec()
65 * reuse 'src + stride' from one iteration as the 'src' of the next. */ in gmc1_altivec()
66 register vector unsigned char src_0 = vec_ld(0, src); in gmc1_altivec()
67 register vector unsigned char src_1 = vec_ld(16, src); in gmc1_altivec()
69 vec_lvsl(0, src)); in gmc1_altivec()
72 /* If (src & 0xF) == 0xF, then (src in gmc1_altivec()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_hflip_init.h32 static void hflip_byte_c(const uint8_t *src, uint8_t *dst, int w) in hflip_byte_c() argument
35 dst[j] = src[-j]; in hflip_byte_c()
40 const uint16_t *src = (const uint16_t *)ssrc; in hflip_short_c() local
44 dst[j] = src[-j]; in hflip_short_c()
49 const uint32_t *src = (const uint32_t *)ssrc; in hflip_dword_c() local
53 dst[j] = src[-j]; in hflip_dword_c()
56 static void hflip_b24_c(const uint8_t *src, uint8_t *dst, int w) in hflip_b24_c() argument
58 const uint8_t *in = src; in hflip_b24_c()
68 static void hflip_b48_c(const uint8_t *src, uint8_t *dst, int w) in hflip_b48_c() argument
70 const uint8_t *in = src; in hflip_b48_c()
82 const uint64_t *src = (const uint64_t *)ssrc; hflip_qword_c() local
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dcasemap.h43 * @param src The original string.
44 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
67 const char16_t *src, int32_t srcLength,
79 * @param src The original string.
80 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
103 const char16_t *src, int32_t srcLength,
129 * @param src The original string.
130 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
154 const char16_t *src, int32_t srcLength,
172 * @param src Th
[all...]

Completed in 14 milliseconds

1...<<41424344454647484950>>...574