Home
last modified time | relevance | path

Searched refs:src (Results 6151 - 6175 of 7043) sorted by relevance

1...<<241242243244245246247248249250>>...282

/third_party/ffmpeg/libavcodec/
H A Dpixlet.c201 static int read_high_coeffs(AVCodecContext *avctx, const uint8_t *src, int16_t *dst, in read_high_coeffs() argument
211 ret = init_get_bits8(bc, src, bytestream2_get_bytes_left(&ctx->gb)); in read_high_coeffs()
/third_party/ffmpeg/libavfilter/
H A Daf_ladspa.c267 AVFilterContext *ctx = outlink->src; in request_frame()
392 AVFilterContext *ctx = outlink->src; in config_output()
H A Daf_mcompand.c314 AVFilterContext *ctx = outlink->src; in config_output()
610 AVFilterContext *ctx = outlink->src; in request_frame()
H A Debur128.c505 void ff_ebur128_add_frames_##type(FFEBUR128State* st, const type* src, \
510 buf[i] = src + i; \
H A Dvf_pullup.c610 PullupBuffer *dst, PullupBuffer *src, int parity) in copy_field()
616 ss = src->planes[i] + parity * s->planewidth[i]; in copy_field()
609 copy_field(PullupContext *s, PullupBuffer *dst, PullupBuffer *src, int parity) copy_field() argument
H A Dvf_signature.c589 AVFilterContext *ctx = outlink->src; in request_frame()
733 AVFilterContext *ctx = outlink->src; in config_output()
H A Dvf_libplacebo.c511 AVFilterContext *avctx = outlink->src; in libplacebo_config_output()
513 AVFilterLink *inlink = outlink->src->inputs[0]; in libplacebo_config_output()
H A Dvf_lut2.c332 AVFilterContext *ctx = outlink->src; in config_output()
405 AVFilterContext *ctx = outlink->src; in lut2_config_output()
/third_party/ffmpeg/libavcodec/x86/
H A Dxvididct.asm180 %macro TEST_ONE_ROW 4 ; src, reg, clear, arg
203 %macro iMTX_MULT 4-5 ; src, table, put, arg, rounder
/third_party/glfw/deps/
H A Dlinmath.h67 LINMATH_H_FUNC void vec##n##_dup(vec##n r, vec##n const src) \
71 r[i] = src[i]; \
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.h405 void mergeQualifiers(const TSourceLoc&, TQualifier& dst, const TQualifier& src, bool force);
434 void mergeObjectLayoutQualifiers(TQualifier& dest, const TQualifier& src, bool inheritOnly);
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h133 uint32_t const* src; in __cmsis_start() member
150 pTable->dest[i] = pTable->src[i]; in __cmsis_start()
/third_party/icu/icu4c/source/test/intltest/
H A Ditutil.cpp421 void moveFrom(T &dest, T &src) { in moveFrom() argument
422 dest = std::move(src); in moveFrom()
/third_party/icu/icu4c/source/common/
H A Duniset_props.cpp750 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName() argument
755 while ((ch = *src++) != 0) { in mungeCharName()
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h596 * the offset to be adjusted. This version allows src x,y
802 __DRIcontext *src,
1477 void (*blitImage)(__DRIcontext *context, __DRIimage *dst, __DRIimage *src,
/third_party/mbedtls/library/
H A Dsha256.c238 const mbedtls_sha256_context *src) in mbedtls_sha256_clone()
240 *dst = *src; in mbedtls_sha256_clone()
237 mbedtls_sha256_clone(mbedtls_sha256_context *dst, const mbedtls_sha256_context *src) mbedtls_sha256_clone() argument
H A Dsha3.c262 const mbedtls_sha3_context *src) in mbedtls_sha3_clone()
264 *dst = *src; in mbedtls_sha3_clone()
261 mbedtls_sha3_clone(mbedtls_sha3_context *dst, const mbedtls_sha3_context *src) mbedtls_sha3_clone() argument
H A Dsha1.c42 const mbedtls_sha1_context *src) in mbedtls_sha1_clone()
44 *dst = *src; in mbedtls_sha1_clone()
41 mbedtls_sha1_clone(mbedtls_sha1_context *dst, const mbedtls_sha1_context *src) mbedtls_sha1_clone() argument
H A Dripemd160.c43 const mbedtls_ripemd160_context *src) in mbedtls_ripemd160_clone()
45 *dst = *src; in mbedtls_ripemd160_clone()
42 mbedtls_ripemd160_clone(mbedtls_ripemd160_context *dst, const mbedtls_ripemd160_context *src) mbedtls_ripemd160_clone() argument
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py216 pre_make_cmd.append('cp {src} {dest}'
217 .format(src=TFM_MEDIUM_CONFIG_H, dest=CONFIG_H))
218 pre_make_cmd.append('cp {src} {dest}'
219 .format(src=TFM_MEDIUM_CRYPTO_CONFIG_H,
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c135 tu_cs_image_ref_2d(struct tu_cs *cs, const struct fdl6_view *iview, uint32_t layer, bool src) in tu_cs_image_ref_2d() argument
139 tu_cs_emit(cs, iview->PITCH << (src ? 9 : 0)); in tu_cs_image_ref_2d()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_linker.c884 nir_instr_as_deref(tex_instr->src[sampler_idx].src.ssa->parent_instr); in validate_sampler_array_indexing()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_util.c680 driCopyContext(__DRIcontext *dest, __DRIcontext *src, unsigned long mask) in driCopyContext() argument
683 (void) src; in driCopyContext()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c625 struct pipe_fence_handle *src) in virgl_fence_reference()
629 virgl_hw_res(src)); in virgl_fence_reference()
623 virgl_fence_reference(struct virgl_winsys *vws, struct pipe_fence_handle **dst, struct pipe_fence_handle *src) virgl_fence_reference() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_sf.c187 struct brw_reg src) in copy_flatshaded_attributes()
196 get_vue_slot(c, src, i)); in copy_flatshaded_attributes()
185 copy_flatshaded_attributes(struct brw_sf_compile *c, struct brw_reg dst, struct brw_reg src) copy_flatshaded_attributes() argument

Completed in 33 milliseconds

1...<<241242243244245246247248249250>>...282