/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_16bpp_neon.S | 149 .macro vmull_lane dst, src, idx 151 vmull.s16 \dst, \src, d0[\idx] 153 vmull.s16 \dst, \src, d1[\idx - 4] 156 .macro vmlal_lane dst, src, idx 158 vmlal.s16 \dst, \src, d0[\idx] 160 vmlal.s16 \dst, \src, d1[\idx - 4] 208 @ Load src
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegutils.c | 71 AVFrame *src; in ff_draw_horiz_band() local 77 src = cur; in ff_draw_horiz_band() 79 src = last; in ff_draw_horiz_band() 89 offset[0]= y * src->linesize[0]; in ff_draw_horiz_band() 91 offset[2]= (y >> vshift) * src->linesize[1]; in ff_draw_horiz_band() 98 avctx->draw_horiz_band(avctx, src, offset, in ff_draw_horiz_band()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_asubboost.c | 115 const double *src = (const double *)in->extended_data[ch]; in filter_channels() local 135 out_sample = src[n] * b0 + w[0]; in filter_channels() 136 w[0] = b1 * src[n] + w[1] + a1 * out_sample; in filter_channels() 137 w[1] = b2 * src[n] + a2 * out_sample; in filter_channels() 140 boost = av_clipd((1. - (fabs(src[n] * dry))) / fabs(buffer[write_pos]), 0., max_boost); in filter_channels() 143 dst[n] = (src[n] * dry + w[2] * buffer[write_pos] * mix) * wet; in filter_channels()
|
H A D | vf_median.c | 68 static void hadd(htype *dst, const htype *src, int bins) in hadd() argument 71 dst[i] += src[i]; in hadd() 74 static void hsub(htype *dst, const htype *src, int bins) in hsub() argument 77 dst[i] -= src[i]; in hsub() 80 static void hmuladd(htype *dst, const htype *src, int f, int bins) in hmuladd() argument 83 dst[i] += f * src[i]; in hmuladd()
|
H A D | vf_lagfun.c | 88 const type *src = (const type *)in->data[p] + \ 96 (const uint8_t *)src, in->linesize[p], \ 103 const float v = fmaxf(src[x], osrc[x] * decay); \ 107 dst[x] = src[x]; \ 113 src += in->linesize[p] / sizeof(type); \ 132 AVFilterContext *ctx = outlink->src; in config_output()
|
/third_party/ffmpeg/libavutil/ |
H A D | samplefmt.c | 222 int av_samples_copy(uint8_t **dst, uint8_t * const *src, int dst_offset, in av_samples_copy() argument 235 if((dst[0] < src[0] ? src[0] - dst[0] : dst[0] - src[0]) >= data_size) { in av_samples_copy() 237 memcpy(dst[i] + dst_offset, src[i] + src_offset, data_size); in av_samples_copy() 240 memmove(dst[i] + dst_offset, src[i] + src_offset, data_size); in av_samples_copy()
|
H A D | vulkan.h | 44 #define GLSLC(N, S) av_bprintf(&shd->src, C(N, S)) 45 #define GLSLA(...) av_bprintf(&shd->src, __VA_ARGS__) 46 #define GLSLF(N, S, ...) av_bprintf(&shd->src, C(N, S), __VA_ARGS__) 48 av_bprint_append_data(&shd->src, D, strlen(D)); \ 60 AVBPrint src; member 365 size_t size, void *src);
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_h264.c | 218 const uint8_t *src = buf; in ff_h264_handle_aggregated_packet() local 222 uint16_t nal_size = AV_RB16(src); in ff_h264_handle_aggregated_packet() 225 src += 2; in ff_h264_handle_aggregated_packet() 236 memcpy(dst, src, nal_size); in ff_h264_handle_aggregated_packet() 238 nal_counters[(*src) & nal_mask]++; in ff_h264_handle_aggregated_packet() 248 src += nal_size + skip_between; in ff_h264_handle_aggregated_packet()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | aacpsdsp.c | 53 LOCAL_ALIGNED_16(INTFLOAT, src, [BUF_SIZE], [2]); in test_add_squares() 56 const INTFLOAT (*src)[2], int n); in test_add_squares() 58 randomize((INTFLOAT *)src, BUF_SIZE * 2); in test_add_squares() 61 call_ref(dst0, src, BUF_SIZE); in test_add_squares() 62 call_new(dst1, src, BUF_SIZE); in test_add_squares() 65 bench_new(dst1, src, BUF_SIZE); in test_add_squares()
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_include.c | 138 snd_config_t *dst, snd_config_t *src, in compound_merge() 146 if (snd_config_get_type(src) != SND_CONFIG_TYPE_COMPOUND) { in compound_merge() 164 return snd_config_merge(dst, src, 0); /* merge / append mode */ in compound_merge() 176 if (array && snd_config_is_array(src) <= 0) { in compound_merge() 194 snd_config_for_each(i, next, src) { in compound_merge() 236 snd_config_delete(src); in compound_merge() 137 compound_merge(snd_use_case_mgr_t *uc_mgr, const char *id, snd_config_t *dst, snd_config_t *src, snd_config_t *before, snd_config_t *after) compound_merge() argument
|
/third_party/alsa-lib/src/timer/ |
H A D | timer_query.c | 270 * \param src source snd_timer_info_t structure 272 void snd_timer_ginfo_copy(snd_timer_ginfo_t *dst, const snd_timer_ginfo_t *src) in snd_timer_ginfo_copy() argument 274 assert(dst && src); in snd_timer_ginfo_copy() 275 *dst = *src; in snd_timer_ginfo_copy() 476 * \param src source snd_timer_id_t structure 478 void snd_timer_id_copy(snd_timer_id_t *dst, const snd_timer_id_t *src) in snd_timer_id_copy() argument 480 assert(dst && src); in snd_timer_id_copy() 481 *dst = *src; in snd_timer_id_copy()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | StringPrep.java | 446 private StringBuffer normalize(StringBuffer src){ in normalize() argument 449 src.toString(), in normalize() 505 * @param src A UCharacterIterator object containing the source string 516 public StringBuffer prepare(UCharacterIterator src, int options) in prepare() argument 520 StringBuffer mapOut = map(src,options); in prepare() 588 * @param src A string 599 public String prepare(String src, int options) in prepare() argument 601 StringBuffer result = prepare(UCharacterIterator.getInstance(src), options); in prepare()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | fldset.cpp | 70 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) in split() argument 75 while((offset = src.indexOf(ch, offset + 1)) >= 0) { in split() 85 while((end = src.indexOf(ch, start)) >= 0) { in split() 86 src.extractBetween(start, end, result[split++]); in split() 90 src.extractBetween(start, src.length(), result[split]); in split()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapperTest.java | 202 String src, String dst, Direction dir, String var, Visibility vis, String alias, int idx) { in oneWay() 206 appendAttribute(cldrPath, "source", src); in oneWay() 219 String.format("%s %s %s [%s]:\n%s", src, arrow, dst, vis, alias)); in oneWay() 223 String src, String dst, String var, Visibility vis, String alias, String backAlias, int idx) { in both() 226 appendAttribute(cldrPath, "source", src); in both() 239 String.format("%s <-> %s [%s]:\n%s\n%s", src, dst, vis, alias, backAlias)); in both() 201 oneWay( String src, String dst, Direction dir, String var, Visibility vis, String alias, int idx) oneWay() argument 222 both( String src, String dst, String var, Visibility vis, String alias, String backAlias, int idx) both() argument
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
H A D | TestCompatibility.java | 180 String src = pseudoToU16(data[i]); in testCompatibility() 181 bidi = new Bidi(src, Bidi.DIRECTION_LEFT_TO_RIGHT); in testCompatibility() 182 jbidi = new java.text.Bidi(src, java.text.Bidi.DIRECTION_LEFT_TO_RIGHT); in testCompatibility() 184 bidi = new Bidi(src, Bidi.DIRECTION_RIGHT_TO_LEFT); in testCompatibility() 185 jbidi = new java.text.Bidi(src, java.text.Bidi.DIRECTION_RIGHT_TO_LEFT); in testCompatibility() 187 char[] chars = src.toCharArray(); in testCompatibility()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | StringPrep.java | 429 private StringBuffer normalize(StringBuffer src){ in normalize() argument 432 src.toString(), in normalize() 488 * @param src A UCharacterIterator object containing the source string 498 public StringBuffer prepare(UCharacterIterator src, int options) in prepare() argument 502 StringBuffer mapOut = map(src,options); in prepare() 570 * @param src A string 580 public String prepare(String src, int options) in prepare() argument 582 StringBuffer result = prepare(UCharacterIterator.getInstance(src), options); in prepare()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
H A D | TestCompatibility.java | 183 String src = pseudoToU16(data[i]); in testCompatibility() 184 bidi = new Bidi(src, Bidi.DIRECTION_LEFT_TO_RIGHT); in testCompatibility() 185 jbidi = new java.text.Bidi(src, java.text.Bidi.DIRECTION_LEFT_TO_RIGHT); in testCompatibility() 187 bidi = new Bidi(src, Bidi.DIRECTION_RIGHT_TO_LEFT); in testCompatibility() 188 jbidi = new java.text.Bidi(src, java.text.Bidi.DIRECTION_RIGHT_TO_LEFT); in testCompatibility() 190 char[] chars = src.toCharArray(); in testCompatibility()
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/shaping/ |
H A D | ArabicShapingSample.java | 164 char[] src = text.toCharArray(); in main() 165 System.out.println(" input: '" + escapedText(src, ss, sl) + "'"); in main() 167 System.out.println("start: " + ss + " length: " + sl + " total length: " + src.length); in main() 177 result = shaper.shape(src, ss, sl, dest, ds, dl); in main() 181 shaper.shape(src, ss, sl); in main() 184 dest = src; in main()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_to_lcssa.c | 124 src_is_invariant(nir_src *src, void *state) in src_is_invariant() argument 126 assert(src->is_ssa); in src_is_invariant() 127 return def_is_invariant(src->ssa, (nir_loop *)state); in src_is_invariant() 141 nir_foreach_phi_src(src, instr) { in phi_is_invariant() 142 if (!src_is_invariant(&src->src, loop)) in phi_is_invariant()
|
H A D | nir_lower_wpos_ytransform.c | 32 * fddy src arg). 252 &fddy->src[0].src, in lower_fddy() 256 fddy->src[0].swizzle[i] = MIN2(i, pt->num_components - 1); in lower_fddy() 270 offset = nir_ssa_for_src(b, interp->src[1], 2); in lower_interp_deref_at_offset() 273 nir_instr_rewrite_src(&interp->instr, &interp->src[1], in lower_interp_deref_at_offset() 305 nir_deref_instr *deref = nir_src_as_deref(intr->src[0]); in lower_wpos_ytransform_block()
|
H A D | nir_lower_const_arrays_to_uniforms.c | 183 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); in lower_const_array_to_uniform() 193 set_const_initialiser(p, const_init, &intrin->src[1], in lower_const_array_to_uniform() 290 dst_deref = nir_src_as_deref(intrin->src[0]); in nir_lower_const_arrays_to_uniforms() 291 src_is_const = nir_src_is_const(intrin->src[1]); in nir_lower_const_arrays_to_uniforms() 295 src_deref = nir_src_as_deref(intrin->src[0]); in nir_lower_const_arrays_to_uniforms() 374 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); in nir_lower_const_arrays_to_uniforms()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | vdpau_private.h | 326 RectToPipe(const VdpRect *src, struct u_rect *dst) in RectToPipe() argument 328 if (src) { in RectToPipe() 329 dst->x0 = src->x0; in RectToPipe() 330 dst->y0 = src->y0; in RectToPipe() 331 dst->x1 = src->x1; in RectToPipe() 332 dst->y1 = src->y1; in RectToPipe()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_packer.c.py | 40 for i, src in enumerate(sources): 46 if src[1] != expected: 47 assert((src[1] & expected) == src[1]) 48 body.append('assert((1 << src{}) & {});'.format(i, hex(src[1]))) 52 state.append('(src{} << {})'.format(i, src[0])) 114 ir_value = "src[{}].swizzle".format(arg) 119 ir_value = "src[{}] [all...] |
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_stress.c | 191 uint64_t src = virtual[from]; in submit_ib() local 204 pm4[i++] = 0xffffffff & src; in submit_ib() 206 pm4[i++] = (0xffffffff00000000 & src) >> 32; in submit_ib() 216 pm4[i++] = 0xffffffff & src; in submit_ib() 217 pm4[i++] = (0xffffffff00000000 & src) >> 32; in submit_ib() 223 src += bytes; in submit_ib()
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
H A D | ebizzy.c | 278 static void my_memcpy(void *dest, void *src, size_t len) in my_memcpy() argument 281 char *s = (char *)src; in my_memcpy() 372 record_t *src, *copy; in search_mem() local 380 src = mem[chunk]; in search_mem() 395 my_memcpy(copy, src, copy_size); in search_mem() 397 memcpy(copy, src, copy_size); in search_mem()
|