/third_party/ffmpeg/libavcodec/ |
H A D | vp9_superframe_bsf.c | 2 * Vp9 invisible (alt-ref) frame to superframe merge bitstream filter 105 int res, invisible, profile, marker, uses_superframe_syntax = 0, n; in vp9_superframe_filter() local 137 invisible = 0; in vp9_superframe_filter() 140 invisible = !get_bits1(&gb); in vp9_superframe_filter() 148 } else if ((!invisible || uses_superframe_syntax) && !s->n_cache) { in vp9_superframe_filter() 153 "Too many invisible frames\n"); in vp9_superframe_filter() 160 if (invisible) { in vp9_superframe_filter()
|
H A D | vp9_superframe_split_bsf.c | 94 int profile, invisible = 0; in vp9_superframe_split_filter() local 120 invisible = !get_bits1(&gb); in vp9_superframe_split_filter() 123 if (invisible) in vp9_superframe_split_filter()
|
H A D | nvdec_vp8.c | 75 !h->invisible, // show_frame in nvdec_vp8_start_frame()
|
H A D | vp9shared.h | 99 uint8_t invisible; member
|
H A D | vp8.h | 284 int invisible; member
|
H A D | nvdec_vp9.c | 68 .showFrame = !h->h.invisible, in nvdec_vp9_start_frame()
|
H A D | vaapi_vp9.c | 57 .show_frame = !h->h.invisible, in vaapi_vp9_start_frame()
|
H A D | vdpau_vp9.c | 67 info->showFrame = !h->h.invisible; in vdpau_vp9_start_frame()
|
H A D | vp9.c | 535 last_invisible = s->s.h.invisible; in decode_frame_header() 536 s->s.h.invisible = !get_bits1(&s->gb); in decode_frame_header() 554 s->s.h.intraonly = s->s.h.invisible ? get_bits1(&s->gb) : 0; in decode_frame_header() 1772 if (!s->s.h.invisible) { in vp9_decode_frame() 1845 s->s.h.invisible = ssrc->s.h.invisible; in vp9_decode_update_thread_context()
|
H A D | dxva2_vp9.c | 60 ((h->h.invisible == 0) << 1) | in fill_picture_parameters()
|
H A D | vp8.c | 569 s->invisible = 0; in vp7_decode_frame_header() 727 s->invisible = !(buf[0] & 0x10); in vp8_decode_frame_header() 2665 s->invisible = 1; in vp78_decode_frame() 2802 if (!s->invisible) { in vp78_decode_frame()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-buffer.cc | 226 invisible = 0; in reset() 611 0, /* invisible */ 1127 * @invisible: the invisible #hb_codepoint_t 1129 * Sets the #hb_codepoint_t that replaces invisible characters in 1138 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph() 1143 buffer->invisible = invisible; in hb_buffer_set_invisible_glyph() 1153 * The @buffer invisible #hb_codepoint_t 1160 return buffer->invisible; in hb_buffer_get_invisible_glyph() 1137 hb_buffer_set_invisible_glyph(hb_buffer_t *buffer, hb_codepoint_t invisible) hb_buffer_set_invisible_glyph() argument [all...] |
H A D | hb-ot-shape.cc | 850 hb_codepoint_t invisible = buffer->invisible; in hb_ot_hide_default_ignorables() local 852 (invisible || font->get_nominal_glyph (' ', &invisible))) in hb_ot_hide_default_ignorables() 854 /* Replace default-ignorables with a zero-advance invisible glyph. */ in hb_ot_hide_default_ignorables() 858 info[i].codepoint = invisible; in hb_ot_hide_default_ignorables()
|
H A D | hb-buffer.h | 382 hb_codepoint_t invisible);
|
H A D | hb-buffer.hh | 95 hb_codepoint_t invisible; /* 0 or something else. */ member
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1864 invisible. If you don't like the way this looks, use
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1864 invisible. If you don't like the way this looks, use
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 425 def invisible(self): member in _EnumTests.test_dir_on_sub_with_behavior_on_super.SuperEnum 429 self.assertTrue('invisible' not in dir(SubEnum)) 430 self.assertTrue('invisible' in dir(SubEnum.sample))
|