Docs.rs
  • cros-codecs-0.0.4
    • cros-codecs 0.0.4
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Gnurou
    • bgrzesik
    • rosetta-jpn
    • Dependencies
      • anyhow ^1 normal
      • bitreader ^0.3.6 normal
      • byteorder ^1.4.3 normal
      • bytes ^1.1.0 normal
      • crc32fast ^1.3.2 normal
      • enumn ^0.1.4 normal
      • cros-libva ^0.0.4 normal
      • log ^0 normal
      • thiserror ^1.0.31 normal
      • argh ^0.1 dev
      • drm ^0.9.0 dev
      • env_logger ^0.10.0 dev
      • gbm ^0.12 dev
      • matroska-demuxer ^0.5.0 dev
      • md5 ^0.7 dev
    • Versions
    • 34.4% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module parser

  • Structs
  • Enums
  • Constants
?
Change settings

Module cros_codecs::codec::vp9::parser

source ·

Structs

  • Frame
  • Header
    A VP9 frame header.
  • LoopFilterParams
  • Parser
    A VP9 bitstream parser.
  • QuantizationParams
  • Segmentation
  • SegmentationParams

Enums

  • BitDepth
  • ColorRange
  • ColorSpace
  • FrameType
  • InterpolationFilter
  • Profile
  • ReferenceFrameType

Constants

  • ALTREF_FRAME
  • FRAME_MARKER
  • GOLDEN_FRAME
  • INTRA_FRAME
  • LAST_FRAME
  • MAX_FRAMES_IN_SUPERFRAME
  • MAX_LOOP_FILTER
  • MAX_MODE_LF_DELTAS
  • MAX_REF_FRAMES
  • MAX_REF_LF_DELTAS
  • MAX_SEGMENTS
  • MAX_TILE_WIDTH_B64
  • MIN_TILE_WIDTH_B64
  • NUM_REF_FRAMES
    The number of pictures in the DPB
  • PREDICTION_PROBS
  • REFS_PER_FRAME
  • REF_FRAMES
  • REF_FRAMES_LOG2
  • SEG_LVL_ALT_L
  • SEG_LVL_MAX
  • SEG_LVL_REF_FRAME
  • SEG_LVL_SKIP
  • SEG_TREE_PROBS
  • SUPERFRAME_MARKER
  • SYNC_CODE