Class StdVideoAV1Quantization

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoAV1Quantization extends Struct<StdVideoAV1Quantization> implements NativeResource

 struct StdVideoAV1Quantization {
     {@link StdVideoAV1QuantizationFlags StdVideoAV1QuantizationFlags} flags;
     uint8_t base_q_idx;
     int8_t DeltaQYDc;
     int8_t DeltaQUDc;
     int8_t DeltaQUAc;
     int8_t DeltaQVDc;
     int8_t DeltaQVAc;
     uint8_t qm_y;
     uint8_t qm_u;
     uint8_t qm_v;
 }
  • 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.
    • BASE_Q_IDX

      public static final int BASE_Q_IDX
      The struct member offsets.
    • DELTAQYDC

      public static final int DELTAQYDC
      The struct member offsets.
    • DELTAQUDC

      public static final int DELTAQUDC
      The struct member offsets.
    • DELTAQUAC

      public static final int DELTAQUAC
      The struct member offsets.
    • DELTAQVDC

      public static final int DELTAQVDC
      The struct member offsets.
    • DELTAQVAC

      public static final int DELTAQVAC
      The struct member offsets.
    • QM_Y

      public static final int QM_Y
      The struct member offsets.
    • QM_U

      public static final int QM_U
      The struct member offsets.
    • QM_V

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

    • StdVideoAV1Quantization

      public StdVideoAV1Quantization(ByteBuffer container)
      Creates a StdVideoAV1Quantization 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