Home
last modified time | relevance | path

Searched defs:_GstH264PredWeightTable (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h844 struct _GstH264PredWeightTable struct
846 guint8 luma_log2_weight_denom;
847 guint8 chroma_log2_weight_denom;
849 gint16 luma_weight_l0[32];
850 gint8 luma_offset_l0[32];
853 gint16 chroma_weight_l0[32][2];
854 gint8 chroma_offset_l0[32][2];
857 gint16 luma_weight_l1[32];
858 gint8 luma_offset_l1[32];
861 gint16 chroma_weight_l1[32][2];
[all …]