/third_party/ffmpeg/libavfilter/ |
H A D | af_superequalizer.c | 199 float *src, *dst, *ptr; in filter_frame() local 209 src = (float *)in->extended_data[ch]; in filter_frame() 212 fsamples[i] = src[i]; in filter_frame() 289 AVFilterContext *ctx = outlink->src; in config_output()
|
H A D | src_avsynctest.c | 133 AVFilterContext *ctx = outlink->src; in aconfig_props() 147 AVFilterContext *ctx = outlink->src; in config_props() 204 AVFilterContext *ctx = outlink->src; in audio_frame() 270 AVFilterContext *ctx = outlink->src; in video_frame()
|
H A D | af_replaygain.c | 463 static void yule_filter_stereo_samples(ReplayGainContext *s, const float *src, in yule_filter_stereo_samples() argument 489 left = (hist_b[i] = src[0]) * coeff_b[0]; in yule_filter_stereo_samples() 490 right = (hist_b[i + 1] = src[1]) * coeff_b[0]; in yule_filter_stereo_samples() 513 src += 2; in yule_filter_stereo_samples()
|
H A D | aeval.c | 226 EvalContext *eval = outlink->src->priv; in config_props() 238 av_log(outlink->src, AV_LOG_VERBOSE, in config_props() 267 EvalContext *eval = outlink->src->priv; in activate() 384 AVFilterContext *ctx = outlink->src; in aeval_config_output()
|
H A D | vf_pad_opencl.c | 151 cl_mem src, dst; in filter_frame() local 187 src = (cl_mem)input_frame->data[p]; in filter_frame() 193 CL_SET_KERNEL_ARG(pad_ctx->kernel_pad, 0, cl_mem, &src); in filter_frame() 251 AVFilterContext *avctx = outlink->src; in pad_opencl_config_output()
|
H A D | vf_photosensitivity.c | 211 AVFrame *src, *out; in filter_frame() local 237 s->last_frame_av = src = in; in filter_frame() 262 src = s->last_frame_av; in filter_frame() 290 av_frame_copy(out, src); in filter_frame()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vmdvideo.c | 67 static int lz_unpack(const unsigned char *src, int src_len, in lz_unpack() argument 82 bytestream2_init(&gb, src, src_len); in lz_unpack() 140 static int rle_unpack(const unsigned char *src, unsigned char *dest, in rle_unpack() argument 149 bytestream2_init(&gb, src, src_size); in rle_unpack()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_sao_10bit.asm | 91 DEFINE_ARGS dst, src, dststride, srcstride, offset, height 98 cglobal hevc_sao_band_filter_%2_%1, 6, 6, 15, 7*mmsize*ARCH_X86_32, dst, src, dststride, srcstride, offset, left 228 cglobal hevc_sao_edge_filter_%2_%1, 4, 9, 16, dst, src, dststride, offset, eo, a_stride, b_stride, height, tmp 236 cglobal hevc_sao_edge_filter_%2_%1, 1, 6, 8, 5*mmsize, dst, src, dststride, a_stride, b_stride, height
|
H A D | h264_intrapred_init.c | 31 void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \ 52 void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \ 62 void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \ 91 void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_interlace.asm | 80 cglobal lowpass_line, 5, 5, 7, dst, h, src, mref, pref 83 cglobal lowpass_line_16, 5, 5, 7, dst, h, src, mref, pref 89 cglobal lowpass_line_complex, 5, 5, 8, dst, h, src, mref, pref 151 cglobal lowpass_line_complex_12, 5, 5, 8, 16, dst, h, src, mref, pref, clip_max
|
/third_party/elfutils/libebl/ |
H A D | eblobjnote.c | 80 Elf_Data src = in ebl_object_note() local 92 if (gelf_xlatetom (ebl->elf, &dst, &src, in ebl_object_note() 163 Elf_Data src = in ebl_object_note() local 175 if (gelf_xlatetom (ebl->elf, &dst, &src, in ebl_object_note()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | float_dsp.c | 119 declare_func(void, float *dst, const float *src, float mul, int len); in test_vector_fmul_scalar() 165 declare_func(void, float *dst, const float *src, float mul, int len); in test_vector_fmac_scalar() 190 declare_func(void, double *dst, const double *src, double mul, int len); in test_vector_dmul_scalar() 213 declare_func(void, double *dst, const double *src, double mul, int len); in test_vector_dmac_scalar()
|
/third_party/backends/backend/ |
H A D | kvs20xx.c | 439 memcpy24 (u8 * dest, u8 * src, unsigned size, unsigned ls) in memcpy24() argument 444 dest[i * 3] = src[i]; in memcpy24() 445 dest[i * 3 + 1] = src[i + ls]; in memcpy24() 446 dest[i * 3 + 2] = src[i + 2 * ls]; in memcpy24()
|
H A D | mustek_usb_high.h | 401 usb_high_cal_calibrate (Calibrator * cal, void *src, void *target); 412 usb_high_cal_i8o8_mono_calibrate (Calibrator * cal, void *src, void *target); 415 usb_high_cal_i8o8_rgb_calibrate (Calibrator * cal, void *src, void *target); 426 usb_high_cal_i4o1_calibrate (Calibrator * cal, void *src, void *target);
|
/third_party/backends/sanei/ |
H A D | sanei_ab306.c | 360 sanei_ab306_cmd (int fd, const void *src, size_t src_size, in sanei_ab306_cmd() argument 364 const u_char *cp = src; in sanei_ab306_cmd() 391 status = ab306_write (p, src, 6); in sanei_ab306_cmd() 544 sanei_ab306_cmd (int fd, const void *src, size_t src_size, in sanei_ab306_cmd() argument
|
/third_party/curl/lib/ |
H A D | curl_ntlm_core.c | 398 static void ascii_to_unicode_le(unsigned char *dest, const char *src, in ascii_to_unicode_le() argument 403 dest[2 * i] = (unsigned char)src[i]; in ascii_to_unicode_le() 411 const char *src, size_t srclen) in ascii_uppercase_to_unicode_le() 415 dest[2 * i] = (unsigned char)(Curl_raw_toupper(src[i])); in ascii_uppercase_to_unicode_le() 410 ascii_uppercase_to_unicode_le(unsigned char *dest, const char *src, size_t srclen) ascii_uppercase_to_unicode_le() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof_conf.cpp | 133 SPUString *SPUStringPool::addString(UnicodeString *src, UErrorCode &status) { in addString() argument 134 LocalPointer<UnicodeString> lpSrc(src); in addString() 138 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src)); in addString() 148 uhash_put(fHash, src, hashedString, &status); in addString()
|
H A D | formatted_string_builder.cpp | 18 inline void uprv_memcpy2(void* dest, const void* src, size_t len) { in uprv_memcpy2() argument 20 uprv_memcpy(dest, src, len); in uprv_memcpy2() 26 inline void uprv_memmove2(void* dest, const void* src, size_t len) { in uprv_memmove2() argument 28 uprv_memmove(dest, src, len); in uprv_memmove2() 320 // C++ note: memcpy is OK because the src and dest do not overlap. in prepareForInsertHelper() 342 // C++ note: memmove is required because src and dest may overlap. in prepareForInsertHelper()
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gregs.c | 296 unw_word_t *src, *dst; in access_nat() local 305 src = (unw_word_t *) &unw.int_val_be; in access_nat() 308 ++src, ++dst; in access_nat() 309 *dst = *src; in access_nat()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-misc.h | 214 * \param src: source buffer 221 lws_strncpy(char *dest, const char *src, size_t size); 227 #define lws_strnncpy(dest, src, size1, destsize) \ 228 lws_strncpy(dest, src, (size_t)(size1 + 1) < (size_t)(destsize) ? \ 315 * \param src: incoming binary source array 316 * \param slen: length of src in bytes 317 * \param dest: array to fill with hex chars representing src 320 * This converts binary data of length slen at src, into a hex string at dest 324 lws_hex_from_byte_array(const uint8_t *src, size_t slen, char *dest, size_t len);
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_taskmesh_io_to_mem.c | 281 nir_ssa_def *dimensions = intrin->src[0].ssa; in lower_task_launch_mesh_workgroups() 302 nir_ssa_def *store_val = intrin->src[0].ssa; in lower_task_payload_store() 303 nir_ssa_def *addr = intrin->src[1].ssa; in lower_task_payload_store() 329 nir_ssa_def *addr = intrin->src[0].ssa; in lower_taskmesh_payload_load()
|
/third_party/mesa3d/src/broadcom/common/ |
H A D | v3d_tiling.c | 455 * Loads pixel data from the start (microtile-aligned) box in \p src to the 460 void *src, uint32_t src_stride, in v3d_load_tiled_image() 465 v3d_move_tiled_image(src, src_stride, in v3d_load_tiled_image() 475 * Stores pixel data from the start of \p src into a (microtile-aligned) box in 480 void *src, uint32_t src_stride, in v3d_store_tiled_image() 486 src, src_stride, in v3d_store_tiled_image() 459 v3d_load_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box) v3d_load_tiled_image() argument 479 v3d_store_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, enum v3d_tiling_mode tiling_format, int cpp, uint32_t image_h, const struct pipe_box *box) v3d_store_tiled_image() argument
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_context.c | 488 struct apple_glx_context *src, *dest; in apple_glx_copy_context() local 491 src = srcptr; in apple_glx_copy_context() 494 if (src->screen != dest->screen) { in apple_glx_copy_context() 512 err = apple_cgl.copy_context(src->context_obj, dest->context_obj, in apple_glx_copy_context()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_shader_dump.c | 58 struct sh_srcreg src[DUMP_MAX_OP_SRC]; member 518 op->src[i] = *(struct sh_srcreg *)*token; in parse_op() 520 if (op->src[i].relative && in parse_op() 559 dump_srcreg(dop.src[i], &dop.srcind[i], di); in dump_inst()
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic.cc | 216 int encrypt_quic_connection_id(uint8_t *dest, const uint8_t *src, in encrypt_quic_connection_id() argument 229 if (!EVP_EncryptUpdate(ctx, dest, &len, src, SHRPX_QUIC_DECRYPTED_DCIDLEN) || in encrypt_quic_connection_id() 237 int decrypt_quic_connection_id(uint8_t *dest, const uint8_t *src, in decrypt_quic_connection_id() argument 250 if (!EVP_DecryptUpdate(ctx, dest, &len, src, SHRPX_QUIC_DECRYPTED_DCIDLEN) || in decrypt_quic_connection_id()
|