WebM Codec SDK
|
vp9 svc frame flag parameters. More...
#include <vp8cx.h>
Data Fields | |
int | frame_flags [5] |
int | lst_fb_idx [5] |
int | gld_fb_idx [5] |
int | alt_fb_idx [5] |
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.
int vpx_svc_ref_frame_config::frame_flags[5] |
Frame flags.
int vpx_svc_ref_frame_config::lst_fb_idx[5] |
Last buffer index.
int vpx_svc_ref_frame_config::gld_fb_idx[5] |
Golden buffer index.
int vpx_svc_ref_frame_config::alt_fb_idx[5] |
Altref buffer index.