Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h45 #define GST_AV1_SEG_LVL_MAX 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 */
Dgstav1parser.c2069 const guint8 segmentation_feature_bits[GST_AV1_SEG_LVL_MAX] = { in gst_av1_parse_segmentation_params()
2072 const guint8 segmentation_feature_signed[GST_AV1_SEG_LVL_MAX] = { in gst_av1_parse_segmentation_params()
2075 const guint8 segmentation_feature_max[GST_AV1_SEG_LVL_MAX] = { in gst_av1_parse_segmentation_params()
2109 for (j = 0; j < GST_AV1_SEG_LVL_MAX; j++) { in gst_av1_parse_segmentation_params()
2159 for (j = 0; j < GST_AV1_SEG_LVL_MAX; j++) { in gst_av1_parse_segmentation_params()
2169 for (j = 0; j < GST_AV1_SEG_LVL_MAX; j++) { in gst_av1_parse_segmentation_params()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c395 for (j = 0; j < GST_AV1_SEG_LVL_MAX; j++) in _setup_segment_info()
401 for (j = 0; j < GST_AV1_SEG_LVL_MAX; j++) { in _setup_segment_info()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp1032 for (j = 0; j < GST_AV1_SEG_LVL_MAX; j++) { in gst_d3d11_av1_dec_start_picture()