Home
last modified time | relevance | path

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

/linux-5.10/include/media/ !
Dhevc-ctrls.h137 struct v4l2_hevc_pred_weight_table { struct
138 __s8 delta_luma_weight_l0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];
139 __s8 luma_offset_l0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];
140 __s8 delta_chroma_weight_l0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX][2];
141 __s8 chroma_offset_l0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX][2];
143 __s8 delta_luma_weight_l1[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];
144 __s8 luma_offset_l1[V4L2_HEVC_DPB_ENTRIES_NUM_MAX];
145 __s8 delta_chroma_weight_l1[V4L2_HEVC_DPB_ENTRIES_NUM_MAX][2];
146 __s8 chroma_offset_l1[V4L2_HEVC_DPB_ENTRIES_NUM_MAX][2];
148 __u8 padding[6];
[all …]