/third_party/ffmpeg/libavcodec/ |
H A D | pixlet.c | 201 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 D | af_ladspa.c | 267 AVFilterContext *ctx = outlink->src; in request_frame() 392 AVFilterContext *ctx = outlink->src; in config_output()
|
H A D | af_mcompand.c | 314 AVFilterContext *ctx = outlink->src; in config_output() 610 AVFilterContext *ctx = outlink->src; in request_frame()
|
H A D | ebur128.c | 505 void ff_ebur128_add_frames_##type(FFEBUR128State* st, const type* src, \ 510 buf[i] = src + i; \
|
H A D | vf_pullup.c | 610 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 D | vf_signature.c | 589 AVFilterContext *ctx = outlink->src; in request_frame() 733 AVFilterContext *ctx = outlink->src; in config_output()
|
H A D | vf_libplacebo.c | 511 AVFilterContext *avctx = outlink->src; in libplacebo_config_output() 513 AVFilterLink *inlink = outlink->src->inputs[0]; in libplacebo_config_output()
|
H A D | vf_lut2.c | 332 AVFilterContext *ctx = outlink->src; in config_output() 405 AVFilterContext *ctx = outlink->src; in lut2_config_output()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | xvididct.asm | 180 %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 D | linmath.h | 67 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 D | ParseHelper.h | 405 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 D | cmsis_gcc_m.h | 133 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 D | itutil.cpp | 421 void moveFrom(T &dest, T &src) { in moveFrom() argument 422 dest = std::move(src); in moveFrom()
|
/third_party/icu/icu4c/source/common/ |
H A D | uniset_props.cpp | 750 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 D | dri_interface.h | 596 * 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 D | sha256.c | 238 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 D | sha3.c | 262 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 D | sha1.c | 42 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 D | ripemd160.c | 43 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 D | code_size_compare.py | 216 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 D | tu_image.c | 135 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 D | gl_nir_linker.c | 884 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 D | dri_util.c | 680 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 D | virgl_vtest_winsys.c | 625 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 D | brw_compile_sf.c | 187 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
|