/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/boost/boost/algorithm/string/ |
D | classification.hpp | 83 is_alpha(const std::locale& Loc=std::locale()) in is_alpha() function 298 using algorithm::is_alpha;
|
/third_party/boost/boost/beast/http/detail/ |
D | rfc7230.hpp | 28 is_alpha(char c);
|
D | rfc7230.ipp | 29 is_alpha(char c)
|
/third_party/boost/libs/beast/include/boost/beast/http/detail/ |
D | rfc7230.hpp | 28 is_alpha(char c);
|
D | rfc7230.ipp | 29 is_alpha(char c)
|
/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/flatbuffers/include/flatbuffers/ |
D | util.h | 49 inline bool is_alpha(char c) { in is_alpha() function 59 FLATBUFFERS_ASSERT(is_alpha(alpha)); in is_alpha_char() 77 inline bool is_alnum(char c) { return is_alpha(c) || is_digit(c); } in is_alnum()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 554 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local 560 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup() 563 if (is_alpha && WebPIsPremultipliedMode(colorspace)) { in CustomSetup() 596 if (is_alpha) { // need transparency output in CustomSetup()
|
/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 | 507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; in merge_presub_sources() local 516 is_alpha = 0; in merge_presub_sources() 521 is_alpha = 1; in merge_presub_sources() 543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, in merge_presub_sources() 559 is_alpha, temp.File, temp.Index); in merge_presub_sources()
|
/third_party/boost/libs/algorithm/string/test/ |
D | predicate_test.cpp | 129 TEST_CLASS( is_alpha(), "abc", "abc1" ); in classification_test()
|
/third_party/tzdata/ |
D | zdump.c | 110 is_alpha(char a) in is_alpha() function 329 while (is_alpha(*cp) || is_digit(*cp) || *cp == '-' || *cp == '+') in abbrok() 979 for (abp = ab; is_alpha(*abp); abp++) in istrftime()
|
D | zic.c | 172 static bool is_alpha(char a); 2334 for (cp = abbr; is_alpha(*cp); cp++) in doabbr() 3060 is_alpha(char a) in is_alpha() function 3364 while (is_alpha(*cp) || ('0' <= *cp && *cp <= '9') in newabbr()
|
/third_party/quickjs/ |
D | repl.js | 198 function is_alpha(c) { function 209 (is_alpha(c) || is_digit(c) || c == '_' || c == '$'); 1082 if (!is_alpha(a[pos]))
|
/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/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 771 bool is_alpha = true; in anv_physical_device_try_create() local 780 is_alpha = false; in anv_physical_device_try_create() 814 device->is_alpha = is_alpha; in anv_physical_device_try_create() 2028 if (pdevice->is_alpha) { in anv_get_physical_device_properties_1_2()
|
/third_party/nghttp2/src/ |
D | util.cc | 105 return is_alpha(c) || is_digit(c) || in in_rfc3986_unreserved_chars() 157 return is_alpha(c) || is_digit(c) || in in_token()
|
D | util.h | 77 inline bool is_alpha(const char c) { in is_alpha() function
|
/third_party/wayland_standard/src/ |
D | scanner.c | 662 bool is_alpha = (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'); in validate_identifier() local 666 if (is_alpha || c == '_' || (!leading_char && is_digit)) in validate_identifier()
|