vp9 svc frame dropping parameters. More...
Public Attributes | |
int | framedrop_thresh [VPX_SS_MAX_LAYERS] |
Frame drop thresholds. More... | |
SVC_LAYER_DROP_MODE | framedrop_mode |
Layer-based or constrained dropping. More... | |
int | max_consec_drop |
Maximum consecutive drops, for any layer. More... | |
vp9 svc frame dropping parameters.
This defines the frame drop thresholds for each spatial layer, and the frame dropping mode: 0 = layer based frame dropping (default), 1 = constrained dropping where current layer drop forces all upper spatial layers to drop.
SVC_LAYER_DROP_MODE vpx_svc_frame_drop::framedrop_mode |
Layer-based or constrained dropping.
int vpx_svc_frame_drop::framedrop_thresh[VPX_SS_MAX_LAYERS] |
Frame drop thresholds.
int vpx_svc_frame_drop::max_consec_drop |
Maximum consecutive drops, for any layer.