Class StdVideoAV1LoopFilter

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoAV1LoopFilter extends Struct<StdVideoAV1LoopFilter> implements NativeResource

 struct StdVideoAV1LoopFilter {
     {@link StdVideoAV1LoopFilterFlags StdVideoAV1LoopFilterFlags} flags;
     uint8_t loop_filter_level[STD_VIDEO_AV1_MAX_LOOP_FILTER_STRENGTHS];
     uint8_t loop_filter_sharpness;
     uint8_t update_ref_delta;
     int8_t loop_filter_ref_deltas[STD_VIDEO_AV1_TOTAL_REFS_PER_FRAME];
     uint8_t update_mode_delta;
     int8_t loop_filter_mode_deltas[STD_VIDEO_AV1_LOOP_FILTER_ADJUSTMENTS];
 }
  • 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.
    • LOOP_FILTER_LEVEL

      public static final int LOOP_FILTER_LEVEL
      The struct member offsets.
    • LOOP_FILTER_SHARPNESS

      public static final int LOOP_FILTER_SHARPNESS
      The struct member offsets.
    • UPDATE_REF_DELTA

      public static final int UPDATE_REF_DELTA
      The struct member offsets.
    • LOOP_FILTER_REF_DELTAS

      public static final int LOOP_FILTER_REF_DELTAS
      The struct member offsets.
    • UPDATE_MODE_DELTA

      public static final int UPDATE_MODE_DELTA
      The struct member offsets.
    • LOOP_FILTER_MODE_DELTAS

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

    • StdVideoAV1LoopFilter

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