/third_party/ffmpeg/libavutil/ |
D | opt.h | 757 int av_opt_get (void *obj, const char *name, int search_flags, uint8_t **out_val); 758 int av_opt_get_int (void *obj, const char *name, int search_flags, int64_t *out_val); 759 int av_opt_get_double (void *obj, const char *name, int search_flags, double *out_val); 760 int av_opt_get_q (void *obj, const char *name, int search_flags, AVRational *out_val); 764 int av_opt_get_video_rate(void *obj, const char *name, int search_flags, AVRational *out_val); 770 int av_opt_get_dict_val(void *obj, const char *name, int search_flags, AVDictionary **out_val);
|
D | opt.c | 779 int av_opt_get(void *obj, const char *name, int search_flags, uint8_t **out_val) in av_opt_get() argument 827 *out_val = av_strdup(*(uint8_t **)dst); in av_opt_get() 829 *out_val = NULL; in av_opt_get() 832 *out_val = av_strdup(""); in av_opt_get() 834 return *out_val ? 0 : AVERROR(ENOMEM); in av_opt_get() 837 *out_val = NULL; in av_opt_get() 843 if (!(*out_val = av_malloc(len * 2 + 1))) in av_opt_get() 846 *out_val[0] = '\0'; in av_opt_get() 851 snprintf(*out_val + i * 2, 3, "%02X", bin[i]); in av_opt_get() 878 *out_val = NULL; in av_opt_get() [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | celp_filters_mips.c | 178 float out_val, out_val_i, fc_val; in ff_celp_lp_synthesis_filterf_mips() local 181 out_val = in[n]; in ff_celp_lp_synthesis_filterf_mips() 190 : [fc_val]"=&f"(fc_val), [out_val]"+f"(out_val), in ff_celp_lp_synthesis_filterf_mips() 197 out[n] = out_val; in ff_celp_lp_synthesis_filterf_mips()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_normalize.c | 371 int out_val = (in_val - min[c].smoothed) * scale + min[c].out + 0.5f; in normalize() local 372 out_val = av_clip_uintp2_c(out_val, s->depth); in normalize() 373 s->lut[c][in_val] = out_val; in normalize()
|
/third_party/glslang/SPIRV/ |
D | hex_float.h | 504 other_uint_type out_val = 0; 508 out_val = static_cast<other_uint_type>(significand); 510 out_val = static_cast<other_uint_type>(out_val << shift_amount); 511 return out_val;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 574 other_uint_type out_val = 0; 578 out_val = static_cast<other_uint_type>(significand); 580 out_val = static_cast<other_uint_type>(out_val << shift_amount); 581 return out_val;
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | hex_float.h | 574 other_uint_type out_val = 0; 578 out_val = static_cast<other_uint_type>(significand); 580 out_val = static_cast<other_uint_type>(out_val << shift_amount); 581 return out_val;
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_gs.c | 213 … LLVMValueRef out_val = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.f32, addrs[4 * i + chan], ""); in si_llvm_emit_vertex() local 221 out_val = ac_to_integer(&ctx->ac, out_val); in si_llvm_emit_vertex() 223 ac_build_buffer_store_dword(&ctx->ac, ctx->gsvs_ring[stream], out_val, NULL, in si_llvm_emit_vertex()
|
D | gfx10_shader_ngg.c | 1880 LLVMValueRef out_val = LLVMBuildLoad2(builder, ctx->ac.f32, addrs[4 * i + chan], ""); in gfx10_ngg_gs_emit_vertex() local 1882 out_val = LLVMBuildBitCast(ctx->ac.builder, out_val, as_int, ""); in gfx10_ngg_gs_emit_vertex() 1883 LLVMBuildStore(builder, out_val, ngg_gs_get_emit_output_ptr(ctx, vertexptr, out_idx)); in gfx10_ngg_gs_emit_vertex()
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/terminate_invocation/ |
D | subgroup_ballot.amber | 175 %out_val = OpSelect %int %idx_0_check %int_1 %int_0 176 OpStore %out_data %out_val
|
/third_party/spirv-tools/source/util/ |
D | hex_float.h | 575 other_uint_type out_val = 0; 579 out_val = static_cast<other_uint_type>(significand); 581 out_val = static_cast<other_uint_type>(out_val << shift_amount); 582 return out_val;
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 254 LLVMValueRef out_val = LLVMBuildLoad(ctx->ac.builder, out_ptr[j], ""); in visit_emit_vertex_with_counter() local 263 out_val = ac_to_integer(&ctx->ac, out_val); in visit_emit_vertex_with_counter() 264 out_val = LLVMBuildZExtOrBitCast(ctx->ac.builder, out_val, ctx->ac.i32, ""); in visit_emit_vertex_with_counter() 266 ac_build_buffer_store_dword(&ctx->ac, ctx->gsvs_ring[stream], out_val, NULL, voffset, in visit_emit_vertex_with_counter()
|
/third_party/node/deps/v8/src/flags/ |
D | flags.cc | 568 char** endp, T* out_val) { in TryParseUnsigned() argument 582 *out_val = static_cast<T>(val); in TryParseUnsigned()
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 5786 upb_msgval *out_val, size_t *iter) { in upb_msg_next() argument 5814 *out_val = val; in upb_msg_next()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 5284 upb_msgval *out_val, size_t *iter) { in upb_msg_next() argument 5311 *out_val = val; in upb_msg_next()
|