Jetson Linux API Reference

36.2 Release
v4l2_ctrl_h264_pred_weights Struct Reference

Detailed Description

struct v4l2_ctrl_h264_pred_weights - Prediction weight table

Prediction weight table, which matches the syntax specified by the H264 specification.

@luma_log2_weight_denom: see H264 specification. @chroma_log2_weight_denom: see H264 specification. @weight_factors: luma and chroma weight factors.

Definition at line 1424 of file v4l2-controls.h.

Collaboration diagram for v4l2_ctrl_h264_pred_weights:

Data Fields

__u16 luma_log2_weight_denom
 
__u16 chroma_log2_weight_denom
 
struct v4l2_h264_weight_factors weight_factors [2]
 

Field Documentation

◆ chroma_log2_weight_denom

__u16 v4l2_ctrl_h264_pred_weights::chroma_log2_weight_denom

Definition at line 1426 of file v4l2-controls.h.

◆ luma_log2_weight_denom

__u16 v4l2_ctrl_h264_pred_weights::luma_log2_weight_denom

Definition at line 1425 of file v4l2-controls.h.

◆ weight_factors

struct v4l2_h264_weight_factors v4l2_ctrl_h264_pred_weights::weight_factors[2]

Definition at line 1427 of file v4l2-controls.h.


The documentation for this struct was generated from the following file: