Class StdVideoVP9LoopFilter

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoVP9LoopFilter extends Struct<StdVideoVP9LoopFilter> implements NativeResource

 struct StdVideoVP9LoopFilter {
     {@link StdVideoVP9LoopFilterFlags StdVideoVP9LoopFilterFlags} flags;
     uint8_t loop_filter_level;
     uint8_t loop_filter_sharpness;
     uint8_t update_ref_delta;
     int8_t loop_filter_ref_deltas[STD_VIDEO_VP9_MAX_REF_FRAMES];
     uint8_t update_mode_delta;
     int8_t loop_filter_mode_deltas[STD_VIDEO_VP9_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

    • StdVideoVP9LoopFilter

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