Class StdVideoEncodeH265WeightTable

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoEncodeH265WeightTable extends Struct<StdVideoEncodeH265WeightTable> implements NativeResource

 struct StdVideoEncodeH265WeightTable {
     {@link StdVideoEncodeH265WeightTableFlags StdVideoEncodeH265WeightTableFlags} flags;
     uint8_t luma_log2_weight_denom;
     int8_t delta_chroma_log2_weight_denom;
     int8_t delta_luma_weight_l0[STD_VIDEO_H265_MAX_NUM_LIST_REF];
     int8_t luma_offset_l0[STD_VIDEO_H265_MAX_NUM_LIST_REF];
     int8_t delta_chroma_weight_l0[STD_VIDEO_H265_MAX_CHROMA_PLANES];
     int8_t delta_chroma_offset_l0[STD_VIDEO_H265_MAX_CHROMA_PLANES];
     int8_t delta_luma_weight_l1[STD_VIDEO_H265_MAX_NUM_LIST_REF];
     int8_t luma_offset_l1[STD_VIDEO_H265_MAX_NUM_LIST_REF];
     int8_t delta_chroma_weight_l1[STD_VIDEO_H265_MAX_CHROMA_PLANES];
     int8_t delta_chroma_offset_l1[STD_VIDEO_H265_MAX_CHROMA_PLANES];
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • FLAGS

      public static final int FLAGS
      The struct member offsets.
    • LUMA_LOG2_WEIGHT_DENOM

      public static final int LUMA_LOG2_WEIGHT_DENOM
      The struct member offsets.
    • DELTA_CHROMA_LOG2_WEIGHT_DENOM

      public static final int DELTA_CHROMA_LOG2_WEIGHT_DENOM
      The struct member offsets.
    • DELTA_LUMA_WEIGHT_L0

      public static final int DELTA_LUMA_WEIGHT_L0
      The struct member offsets.
    • LUMA_OFFSET_L0

      public static final int LUMA_OFFSET_L0
      The struct member offsets.
    • DELTA_CHROMA_WEIGHT_L0

      public static final int DELTA_CHROMA_WEIGHT_L0
      The struct member offsets.
    • DELTA_CHROMA_OFFSET_L0

      public static final int DELTA_CHROMA_OFFSET_L0
      The struct member offsets.
    • DELTA_LUMA_WEIGHT_L1

      public static final int DELTA_LUMA_WEIGHT_L1
      The struct member offsets.
    • LUMA_OFFSET_L1

      public static final int LUMA_OFFSET_L1
      The struct member offsets.
    • DELTA_CHROMA_WEIGHT_L1

      public static final int DELTA_CHROMA_WEIGHT_L1
      The struct member offsets.
    • DELTA_CHROMA_OFFSET_L1

      public static final int DELTA_CHROMA_OFFSET_L1
      The struct member offsets.
  • Constructor Details

    • StdVideoEncodeH265WeightTable

      public StdVideoEncodeH265WeightTable(ByteBuffer container)
      Creates a StdVideoEncodeH265WeightTable instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details