WebM VP8 Codec SDK
|
Describes the encoder algorithm interface to applications. More...
#include "vpx_codec.h"
Go to the source code of this file.
Data Structures | |
struct | vpx_fixed_buf |
Generic fixed size buffer structure. More... | |
struct | vpx_codec_cx_pkt |
Encoder output packet. More... | |
struct | vpx_rational |
Rational Number. More... | |
struct | vpx_codec_enc_cfg |
Encoder configuration structure. More... | |
Typedefs | |
typedef struct vpx_fixed_buf | vpx_fixed_buf_t |
Generic fixed size buffer structure. More... | |
typedef int64_t | vpx_codec_pts_t |
Time Stamp Type. More... | |
typedef uint32_t | vpx_codec_frame_flags_t |
Compressed Frame Flags. More... | |
typedef uint32_t | vpx_codec_er_flags_t |
Error Resilient flags. More... | |
typedef struct vpx_codec_cx_pkt | vpx_codec_cx_pkt_t |
Encoder output packet. More... | |
typedef struct vpx_rational | vpx_rational_t |
Rational Number. More... | |
typedef long | vpx_enc_frame_flags_t |
Encoded Frame Flags. More... | |
typedef struct vpx_codec_enc_cfg | vpx_codec_enc_cfg_t |
Encoder configuration structure. More... | |
Enumerations | |
enum | vpx_codec_cx_pkt_kind { VPX_CODEC_CX_FRAME_PKT, VPX_CODEC_STATS_PKT, VPX_CODEC_PSNR_PKT, VPX_CODEC_CUSTOM_PKT = 256 } |
Encoder output packet variants. More... | |
enum | vpx_enc_pass { VPX_RC_ONE_PASS, VPX_RC_FIRST_PASS, VPX_RC_LAST_PASS } |
Multi-pass Encoding Pass. More... | |
enum | vpx_rc_mode { VPX_VBR, VPX_CBR, VPX_CQ } |
Rate control mode. More... | |
enum | vpx_kf_mode { VPX_KF_FIXED, VPX_KF_AUTO, VPX_KF_DISABLED = 0 } |
Keyframe placement mode. More... | |
Describes the encoder algorithm interface to applications.
This file describes the interface between an application and a video encoder algorithm.