• About
    • About WebM
    • FAQ
    • Discuss
    • Supporters
  • Developer
    • Overview & Code Repos
    • Contribute
    • Submitting Patches
    • Code Reviews
    • Workflow
    • Conventions
    • Bug Reporting
    • Build Prerequisites
    • Repository Layout
    • Releases
    • Roadmap
    • Hardware
  • Docs
    • libvpx API
    • RFC 6386: VP8 Data Format
    • WebM Container Format
    • VP8 RTP Proposal (Draft)
    • Encoder Examples
    • Wiki
  • Tools
  • Licenses
  • Blog
  • Home >
  • Docs >
  • VP8 SDK
  • Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files

WebM VP8 Decoder
[VP8]

Files

file   vp8dx.h
 

Provides definitions for using the VP8 algorithm within the vpx Decoder interface.


Enumerations

enum   vp8_dec_control_id { VP8D_GET_LAST_REF_UPDATES = VP8_DECODER_CTRL_ID_START, VP8D_GET_FRAME_CORRUPTED, VP8D_GET_LAST_REF_USED, VP8_DECODER_CTRL_ID_MAX }
 

VP8 decoder control functions.

More...

Algorithm interface for VP8

This interface provides the capability to decode raw VP8 streams, as would be found in AVI files and other non-Flash uses.



vpx_codec_iface_t  vpx_codec_vp8_dx_algo
vpx_codec_iface_t *  vpx_codec_vp8_dx (void)

Enumeration Type Documentation

enum vp8_dec_control_id

VP8 decoder control functions.

This set of macros define the control functions available for the VP8 decoder interface.

See also:
vpx_codec_control
Enumerator:
VP8D_GET_LAST_REF_UPDATES 

control function to get info on which reference frames were updated by the last decode

VP8D_GET_FRAME_CORRUPTED 

check if the indicated frame is corrupted

VP8D_GET_LAST_REF_USED 

control function to get info on which reference frames were used by the last decode


Generated on Mon Jan 28 14:14:22 2013 for WebM VP8 Codec SDK by  doxygen 1.6.3
About
  • About WebM
  • FAQ
  • Discuss
  • Supporters
More
  • Tools
  • Hardware
  • Licenses
  • Downloads
Developer
  • Overview
  • Contribute
  • Submitting Patches
  • Code Reviews
  • Workflow
  • Conventions
  • Bug Reporting
  • Build Prerequisites
  • Repository Layout
  • Releases
  • Roadmap
Docs
  • libvpx API
  • RFC 6386: VP8 Data Format
  • WebM Container Format
  • VP8 RTP Proposal (Draft)
  • Encoder Examples
  • Wiki
Copyright 2010 - 2013
The WebM Project
HTML5 Powered with CSS3 / Styling, and Semantics
Follow @WebM
webmaster@webmproject.org