/third_party/ffmpeg/libavcodec/ |
D | vp56.c | 427 static av_always_inline void vp56_render_mb(VP56Context *s, int row, int col, int is_alpha, VP56mb … in vp56_render_mb() argument 440 ab = 6*is_alpha; in vp56_render_mb() 441 b_max = 6 - 2*is_alpha; in vp56_render_mb() 484 if (is_alpha) { in vp56_render_mb() 490 static int vp56_decode_mb(VP56Context *s, int row, int col, int is_alpha) in vp56_decode_mb() argument 504 vp56_render_mb(s, row, col, is_alpha, mb_type); in vp56_decode_mb() 509 static int vp56_conceal_mb(VP56Context *s, int row, int col, int is_alpha) in vp56_conceal_mb() argument 518 vp56_render_mb(s, row, col, is_alpha, mb_type); in vp56_conceal_mb() 663 int is_alpha = (jobnr == 1); in ff_vp56_decode_mbs() local 664 VP56Context *s = is_alpha ? s0->alpha_context : s0; in ff_vp56_decode_mbs() [all …]
|
D | libvpxenc.c | 72 uint8_t is_alpha; member 378 if (ctx->is_alpha) { in vpx_free() 841 ctx->is_alpha = 1; in vpx_init() 1034 if (ctx->is_alpha) { in vpx_init() 1060 if (ctx->auto_alt_ref && ctx->is_alpha && avctx->codec_id == AV_CODEC_ID_VP8) { in vpx_init() 1284 (!ctx->is_alpha || in queue_frames() 1317 if (ctx->is_alpha) { in queue_frames() 1592 if (ctx->is_alpha) { in vpx_encode() 1703 if (ctx->is_alpha) { in vpx_encode()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_blend.c | 62 bool is_alpha) in is_2srcdest() argument 66 ((src_factor == BLEND_FACTOR_DST_ALPHA) && is_alpha)) && in is_2srcdest() 68 ((dest_factor == BLEND_FACTOR_SRC_ALPHA) && is_alpha)) && in is_2srcdest() 78 bool is_alpha, in can_fixed_function_equation() argument 82 dest_factor, invert_dest, is_alpha)) { in can_fixed_function_equation() 195 bool is_alpha, in to_panfrost_function() argument 199 dest_factor, invert_dest, is_alpha, true)); in to_panfrost_function() 252 invert_dest, is_alpha)) { in to_panfrost_function()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | io_win32.cc | 85 static bool is_alpha(char_type ch); 90 static bool is_alpha(char ch) { return isalpha(ch); } in is_alpha() function 95 static bool is_alpha(wchar_t ch) { return iswalpha(ch); } in is_alpha() function 109 return CharTraits<char_type>::is_alpha(ch[0]) && ch[1] == ':'; in has_drive_letter()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavutils.c | 101 uint8_t is_alpha:1; /* true if alpha can be specified */ member 206 pix_fmt_info[AV_PIX_FMT_RGB32].is_alpha = 1; in gst_ffmpeg_init_pix_fmt_info() 223 pix_fmt_info[AV_PIX_FMT_RGB555].is_alpha = 1; in gst_ffmpeg_init_pix_fmt_info() 252 pix_fmt_info[AV_PIX_FMT_PAL8].is_alpha = 1; in gst_ffmpeg_init_pix_fmt_info() 259 pix_fmt_info[AV_PIX_FMT_YUVA420P].is_alpha = 1; in gst_ffmpeg_init_pix_fmt_info()
|
/third_party/rust/crates/nom/src/ |
D | traits.rs | 159 fn is_alpha(self) -> bool; in is_alpha() method 180 fn is_alpha(self) -> bool { in is_alpha() method 185 self.is_alpha() || self.is_dec_digit() in is_alphanum() 212 fn is_alpha(self) -> bool { in is_alpha() method 217 self.is_alpha() || self.is_dec_digit() in is_alphanum() 245 fn is_alpha(self) -> bool { in is_alpha() method 250 self.is_alpha() || self.is_dec_digit() in is_alphanum() 276 fn is_alpha(self) -> bool { in is_alpha() method 281 self.is_alpha() || self.is_dec_digit() in is_alphanum()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | lexer.h | 77 bool is_alpha(char ch) const;
|
D | lexer.cc | 119 bool Lexer::is_alpha(char ch) const { in is_alpha() function in tint::reader::wgsl::Lexer 128 return is_alpha(ch) || is_digit(ch) || ch == '_'; in is_alphanum_underscore() 728 if (!(is_alpha(content_->data[pos_]) || content_->data[pos_] == '_')) { in try_ident()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 567 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local 573 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup() 576 if (is_alpha && WebPIsPremultipliedMode(colorspace)) { in CustomSetup() 609 if (is_alpha) { // need transparency output in CustomSetup()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 503 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; in merge_presub_sources() local 512 is_alpha = 0; in merge_presub_sources() 517 is_alpha = 1; in merge_presub_sources() 539 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, in merge_presub_sources() 555 is_alpha, temp.File, temp.Index); in merge_presub_sources()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_pipeline.c | 1380 translate_blend_factor(VkBlendFactor in, bool is_alpha) in translate_blend_factor() argument 1386 return is_alpha ? D3D12_BLEND_SRC_ALPHA : D3D12_BLEND_SRC_COLOR; in translate_blend_factor() 1388 return is_alpha ? D3D12_BLEND_INV_SRC_ALPHA : D3D12_BLEND_INV_SRC_COLOR; in translate_blend_factor() 1390 return is_alpha ? D3D12_BLEND_DEST_ALPHA : D3D12_BLEND_DEST_COLOR; in translate_blend_factor() 1392 return is_alpha ? D3D12_BLEND_INV_DEST_ALPHA : D3D12_BLEND_INV_DEST_COLOR; in translate_blend_factor() 1405 return is_alpha ? D3D12_BLEND_SRC1_ALPHA : D3D12_BLEND_SRC1_COLOR; in translate_blend_factor() 1407 return is_alpha ? D3D12_BLEND_INV_SRC1_ALPHA : D3D12_BLEND_INV_SRC1_COLOR; in translate_blend_factor()
|
/third_party/tzdata/ |
D | zdump.c | 111 is_alpha(char a) in is_alpha() function 399 while (is_alpha(*cp) || is_digit(*cp) || *cp == '-' || *cp == '+') in abbrok() 1118 for (abp = ab; is_alpha(*abp); abp++) in istrftime()
|
D | zic.c | 194 static bool is_alpha(char a); 2817 for (cp = abbr; is_alpha(*cp); cp++) in doabbr() 3562 is_alpha(char a) in is_alpha() function 3857 while (is_alpha(*cp) || ('0' <= *cp && *cp <= '9') in newabbr()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cross_parsed_ir.cpp | 143 static bool is_alpha(char c) in is_alpha() function 155 return is_alpha(c) || is_numeric(c); in is_alphanumeric()
|
/third_party/rust/crates/nom/src/character/ |
D | streaming.rs | 322 input.split_at_position(|item| !item.is_alpha()) in alpha0() 343 input.split_at_position1(|item| !item.is_alpha(), ErrorKind::Alpha) in alpha1()
|
D | complete.rs | 346 input.split_at_position_complete(|item| !item.is_alpha()) in alpha0() 371 input.split_at_position1_complete(|item| !item.is_alpha(), ErrorKind::Alpha) in alpha1()
|
/third_party/rust/crates/nom/doc/ |
D | making_a_new_parser_from_scratch.md | 103 let method = take_while1(is_alpha);
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 763 bool is_alpha = true; in anv_physical_device_try_create() local 772 is_alpha = false; in anv_physical_device_try_create() 806 device->is_alpha = is_alpha; in anv_physical_device_try_create() 2103 if (pdevice->is_alpha) { in anv_get_physical_device_properties_1_2()
|
/third_party/nghttp2/src/ |
D | util.cc | 106 return is_alpha(c) || is_digit(c) || in in_rfc3986_unreserved_chars() 142 return is_alpha(c) || is_digit(c) || in in_token()
|
D | util.h | 83 inline bool is_alpha(const char c) { in is_alpha() function
|
D | shrpx_config.cc | 695 return util::is_alpha(c) || util::is_digit(c) || c == '_'; in var_token() 1423 return util::is_alpha(c) || util::is_digit(c) || c == '.' || c == '_' || in parse_forwarded_node_type()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 375 static uint32_t si_translate_blend_opt_factor(int blend_fact, bool is_alpha) in si_translate_blend_opt_factor() argument 383 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A1_IGNORE_A0 in si_translate_blend_opt_factor() 386 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A0_IGNORE_A1 in si_translate_blend_opt_factor() 393 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_ALL_IGNORE_NONE in si_translate_blend_opt_factor()
|
/third_party/node/deps/ada/ |
D | ada.h | 1041 constexpr bool is_alpha(char x) noexcept { in is_alpha() function 1047 (is_alpha(input[0]) && ((input[1] == ':') || (input[1] == '|'))) && in is_windows_drive_letter() 1054 return input.size() >= 2 && (is_alpha(input[0]) && (input[1] == ':')); in is_normalized_windows_drive_letter() 4875 constexpr bool is_alpha(char x) noexcept;
|
D | ada.cpp | 12023 if (!checkers::is_alpha(view[0])) { in set_protocol() 12167 checkers::is_alpha(url_data[input_position])) { in parse_url() 13307 if (!checkers::is_alpha(view[0])) { in set_protocol()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 391 si_translate_blend_opt_factor(unsigned factor, bool is_alpha) in si_translate_blend_opt_factor() argument 399 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A1_IGNORE_A0 in si_translate_blend_opt_factor() 402 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_A0_IGNORE_A1 in si_translate_blend_opt_factor() 409 return is_alpha ? V_028760_BLEND_OPT_PRESERVE_ALL_IGNORE_NONE in si_translate_blend_opt_factor()
|