vpx_svc_ref_frame_config Struct Reference
[WebM VP8/VP9 Encoder]

vp9 svc frame flag parameters. More...

#include <vp8cx.h>

Data Fields

int frame_flags [VPX_TS_MAX_LAYERS]
int lst_fb_idx [VPX_TS_MAX_LAYERS]
int gld_fb_idx [VPX_TS_MAX_LAYERS]
int alt_fb_idx [VPX_TS_MAX_LAYERS]

Detailed Description

vp9 svc frame flag parameters.

This defines the frame flags and buffer indices for each spatial layer for svc encoding. This is used with the VP9E_SET_SVC_REF_FRAME_CONFIG control to set frame flags and buffer indices for each spatial layer for the current (super)frame.


Field Documentation

int vpx_svc_ref_frame_config::frame_flags[VPX_TS_MAX_LAYERS]

Frame flags.

int vpx_svc_ref_frame_config::lst_fb_idx[VPX_TS_MAX_LAYERS]

Last buffer index.

int vpx_svc_ref_frame_config::gld_fb_idx[VPX_TS_MAX_LAYERS]

Golden buffer index.

int vpx_svc_ref_frame_config::alt_fb_idx[VPX_TS_MAX_LAYERS]

Altref buffer index.


The documentation for this struct was generated from the following file:

Generated on 16 Jun 2017 for WebM Codec SDK by  doxygen 1.6.1