Home
last modified time | relevance | path

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

/linux-5.19.10/include/media/
Dhevc-ctrls.h142 struct v4l2_hevc_pred_weight_table { struct
143 __s8 delta_luma_weight_l0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];
144 __s8 luma_offset_l0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];
145 __s8 delta_chroma_weight_l0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX][2];
146 __s8 chroma_offset_l0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX][2];
148 __s8 delta_luma_weight_l1[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];
149 __s8 luma_offset_l1[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];
150 __s8 delta_chroma_weight_l1[V4L2_HEVC_DPB_ENTRIES_NUM_MAX][2];
151 __s8 chroma_offset_l1[V4L2_HEVC_DPB_ENTRIES_NUM_MAX][2];
153 __u8 padding[6];
[all …]