Searched defs:_GstVp9SegmentationInfo (Results 1 – 1 of 1) sorted by relevance
327 struct _GstVp9SegmentationInfo { struct329 guint8 enabled;331 guint8 update_map;333 guint8 update_tree_probs[GST_VP9_SEG_TREE_PROBS];334 guint8 tree_probs[GST_VP9_SEG_TREE_PROBS];336 guint8 update_pred_probs[GST_VP9_PREDICTION_PROBS];337 guint8 pred_probs[GST_VP9_PREDICTION_PROBS];340 guint8 abs_delta;342 guint8 temporal_update;345 guint8 update_data;[all …]