Home
last modified time | relevance | path

Searched refs:GST_AV1_MAX_SEGMENTS (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h44 #define GST_AV1_MAX_SEGMENTS 8 macro
1179 gint8 feature_enabled[GST_AV1_MAX_SEGMENTS][GST_AV1_SEG_LVL_MAX]; /* FeatureEnabled */
1180 gint16 feature_data[GST_AV1_MAX_SEGMENTS][GST_AV1_SEG_LVL_MAX]; /* FeatureData */
1596 guint8 lossless_array[GST_AV1_MAX_SEGMENTS]; /* LosslessArray */
1597 guint8 seg_qm_Level[3][GST_AV1_MAX_SEGMENTS]; /* SegQMLevel */
Dgstav1parser.c2108 for (i = 0; i < GST_AV1_MAX_SEGMENTS; i++) { in gst_av1_parse_segmentation_params()
2158 for (i = 0; i < GST_AV1_MAX_SEGMENTS; i++) { in gst_av1_parse_segmentation_params()
2168 for (i = 0; i < GST_AV1_MAX_SEGMENTS; i++) { in gst_av1_parse_segmentation_params()
4091 for (segment_id = 0; segment_id < GST_AV1_MAX_SEGMENTS; segment_id++) { in gst_av1_parse_uncompressed_frame_header()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c394 for (i = 0; i < GST_AV1_MAX_SEGMENTS; i++) in _setup_segment_info()
399 for (i = 0; i < GST_AV1_MAX_SEGMENTS; i++) { in _setup_segment_info()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp1031 for (i = 0; i < GST_AV1_MAX_SEGMENTS; i++) { in gst_d3d11_av1_dec_start_picture()