/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstav1parser.c | 1577 GstBitReader * br, GstAV1MetadataScalability * scalability) in gst_av1_parse_metadata_scalability() argument 1583 scalability->scalability_mode_idc = AV1_READ_UINT8_CHECKED (br, &ret); in gst_av1_parse_metadata_scalability() 1587 if (scalability->scalability_mode_idc != GST_AV1_SCALABILITY_SS) in gst_av1_parse_metadata_scalability() 1596 scalability->spatial_layers_cnt_minus_1 = AV1_READ_BITS (br, 2); in gst_av1_parse_metadata_scalability() 1597 scalability->spatial_layer_dimensions_present_flag = AV1_READ_BIT (br); in gst_av1_parse_metadata_scalability() 1598 scalability->spatial_layer_description_present_flag = AV1_READ_BIT (br); in gst_av1_parse_metadata_scalability() 1599 scalability->temporal_group_description_present_flag = AV1_READ_BIT (br); in gst_av1_parse_metadata_scalability() 1608 if (scalability->spatial_layer_dimensions_present_flag) { in gst_av1_parse_metadata_scalability() 1609 for (i = 0; i <= scalability->spatial_layers_cnt_minus_1; i++) { in gst_av1_parse_metadata_scalability() 1615 scalability->spatial_layer_max_width[i] = AV1_READ_UINT16 (br); in gst_av1_parse_metadata_scalability() [all …]
|
D | gstmpeg4parser.c | 1214 READ_UINT8 (&br, vol->scalability, 1); in gst_mpeg4_parse_video_object_layer() 1215 if (vol->scalability) { in gst_mpeg4_parse_video_object_layer() 1413 vol->scalability && vol->enhancement_type) in gst_mpeg4_parse_video_object_plane() 1479 if (!vol->scalability) { in gst_mpeg4_parse_video_object_plane()
|
D | gstmpeg4parser.h | 418 guint8 scalability; member
|
D | gstav1parser.h | 1065 GstAV1MetadataScalability scalability; member
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
D | ChangeLog | 18 * rand() was limiting scalability, use cheap dumb inline "random"
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/ |
D | README.md | 14 The effectiveness of the scalability depends on the load. Here is an example of roughly what can b…
|
/third_party/ffmpeg/libavcodec/ |
D | mpeg4video.h | 97 int scalability; member
|
D | cbs_av1.h | 378 AV1RawMetadataScalability scalability; member
|
D | mpeg4videodec.c | 2622 ctx->scalability = get_bits1(gb); in decode_vol_header() 2624 if (ctx->scalability) { in decode_vol_header() 2644 ctx->scalability = 0; in decode_vol_header() 2660 ctx->scalability ? "scalability " :"" , s->quarter_sample ? "qpel " : "", in decode_vol_header() 3085 if (!ctx->scalability) { in decode_vop_header() 3476 s->scalability = s1->scalability; in mpeg4_update_thread_context()
|
D | cbs_av1_syntax_template.c | 2015 CHECK(FUNC(metadata_scalability)(ctx, rw, ¤t->metadata.scalability)); in FUNC()
|
/third_party/ltp/testcases/open_posix_testsuite/ |
D | ChangeLog | 36 pthread_cond_init/: Add stress/scalability cases by Sebastien Dugue
|
/third_party/mesa3d/src/amd/common/ |
D | ac_vcn_dec.h | 706 unsigned int scalability : 1; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 164 good scalability. Some locking may be needed, such as accessing output buffers 987 the end of the phase. Furthermore, it helps scalability by allocating entirely 1031 Ideally, we would like to get near-linear scalability as the number of 1035 scalability, we see ``-threads=N`` translating ``N`` times as fast as 1041 scalability ever gets so fast and awesomely scalable that parsing becomes a 1328 Translator scalability 1331 Currently scalability is "not very good". Multiple translation threads lead to
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 164 good scalability. Some locking may be needed, such as accessing output buffers 987 the end of the phase. Furthermore, it helps scalability by allocating entirely 1031 Ideally, we would like to get near-linear scalability as the number of 1035 scalability, we see ``-threads=N`` translating ``N`` times as fast as 1041 scalability ever gets so fast and awesomely scalable that parsing becomes a 1328 Translator scalability 1331 Currently scalability is "not very good". Multiple translation threads lead to
|
/third_party/openh264/ |
D | README.md | 12 - Temporal scalability up to 4 layers in a dyadic hierarchy
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_env_combine.txt | 72 concerns about the scalability of such functionality. This can
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_env_combine.txt | 72 concerns about the scalability of such functionality. This can
|
/third_party/openssl/doc/man7/ |
D | EVP_RAND.pod | 44 better scalability in multithreaded applications (because they don't need
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 909 - vp8enc: finish support for temporal scalability: two new properties 910 ("temporal-scalability-layer-flags", 911 "temporal-scalability-layer-sync-flags") and a unit change on the 912 "temporal-scalability-target-bitrate" property (now expects bps); 913 also make temporal scalability details available to RTP payloaders 1757 "temporal-scalability-target-bitrate" property, which is consistent
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 909 - vp8enc: finish support for temporal scalability: two new properties 910 ("temporal-scalability-layer-flags", 911 "temporal-scalability-layer-sync-flags") and a unit change on the 912 "temporal-scalability-target-bitrate" property (now expects bps); 913 also make temporal scalability details available to RTP payloaders 1757 "temporal-scalability-target-bitrate" property, which is consistent
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 909 - vp8enc: finish support for temporal scalability: two new properties 910 ("temporal-scalability-layer-flags", 911 "temporal-scalability-layer-sync-flags") and a unit change on the 912 "temporal-scalability-target-bitrate" property (now expects bps); 913 also make temporal scalability details available to RTP payloaders 1757 "temporal-scalability-target-bitrate" property, which is consistent
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 909 - vp8enc: finish support for temporal scalability: two new properties 910 ("temporal-scalability-layer-flags", 911 "temporal-scalability-layer-sync-flags") and a unit change on the 912 "temporal-scalability-target-bitrate" property (now expects bps); 913 also make temporal scalability details available to RTP payloaders 1757 "temporal-scalability-target-bitrate" property, which is consistent
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 909 - vp8enc: finish support for temporal scalability: two new properties 910 ("temporal-scalability-layer-flags", 911 "temporal-scalability-layer-sync-flags") and a unit change on the 912 "temporal-scalability-target-bitrate" property (now expects bps); 913 also make temporal scalability details available to RTP payloaders 1757 "temporal-scalability-target-bitrate" property, which is consistent
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc2974.txt | 33 related issues affecting security and scalability that should be 70 constraints permitting). This is also important for the scalability
|
/third_party/python/Doc/library/ |
D | select.rst | 379 scalability for network servers that service many, many clients at the same
|