Gjsify LogoGjsify Logo

Loop filter params. See "6.2.8 Loop filter params syntax" and "7.2.8 Loop filter semantics".

If syntax elements for update_ref_delta and/or loop_filter_mode_deltas are not present in bitstream, parser will fill loop_filter_ref_deltas and loop_filter_mode_deltas values by using previously parsed values.

record

Hierarchy

  • Vp9LoopFilterParams

Index

Constructors

Properties

loop_filter_delta_enabled: number

equal to 1 means that the filter level depends on the mode and reference frame used to predict a block

field
loop_filter_delta_update: number

equal to 1 means that the bitstream contains additional syntax elements that specify which mode and reference frame deltas are to be updated

field
loop_filter_level: number

indicates the loop filter strength

field
loop_filter_mode_deltas: Uint8Array

contains the adjustment needed for the filter level based on the chosen mode

field
loop_filter_ref_deltas: Uint8Array

contains the adjustment needed for the filter level based on the chosen reference frame

field
loop_filter_sharpness: number

indicates the sharpness level

field
update_mode_delta: Uint8Array

equal to 1 means that the bitstream contains the syntax element loop_filter_mode_deltas

field
update_ref_delta: Uint8Array

equal to 1 means that the bitstream contains the syntax element loop_filter_ref_delta

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method