Home
last modified time | relevance | path

Searched refs:scalability (Results 1 – 25 of 33) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.c1577 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 …]
Dgstmpeg4parser.c1214 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()
Dgstmpeg4parser.h418 guint8 scalability; member
Dgstav1parser.h1065 GstAV1MetadataScalability scalability; member
/third_party/ltp/utils/benchmark/ebizzy-0.3/
DChangeLog18 * rand() was limiting scalability, use cheap dumb inline "random"
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/
DREADME.md14 The effectiveness of the scalability depends on the load. Here is an example of roughly what can b…
/third_party/ffmpeg/libavcodec/
Dmpeg4video.h97 int scalability; member
Dcbs_av1.h378 AV1RawMetadataScalability scalability; member
Dmpeg4videodec.c2622 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()
Dcbs_av1_syntax_template.c2015 CHECK(FUNC(metadata_scalability)(ctx, rw, &current->metadata.scalability)); in FUNC()
/third_party/ltp/testcases/open_posix_testsuite/
DChangeLog36 pthread_cond_init/: Add stress/scalability cases by Sebastien Dugue
/third_party/mesa3d/src/amd/common/
Dac_vcn_dec.h706 unsigned int scalability : 1; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DDESIGN.rst164 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/
DDESIGN.rst164 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/
DREADME.md12 - Temporal scalability up to 4 layers in a dyadic hierarchy
/third_party/openGLES/extensions/EXT/
DEXT_texture_env_combine.txt72 concerns about the scalability of such functionality. This can
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_env_combine.txt72 concerns about the scalability of such functionality. This can
/third_party/openssl/doc/man7/
DEVP_RAND.pod44 better scalability in multithreaded applications (because they don't need
/third_party/gstreamer/gstplugins_good/
DNEWS909 - 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/
DNEWS909 - 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/
DNEWS909 - 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/
DNEWS909 - 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/
DNEWS909 - 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/
Drfc2974.txt33 related issues affecting security and scalability that should be
70 constraints permitting). This is also important for the scalability
/third_party/python/Doc/library/
Dselect.rst379 scalability for network servers that service many, many clients at the same

12