vpx_svc_frame_drop Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ framedrop_mode

SVC_LAYER_DROP_MODE vpx_svc_frame_drop::framedrop_mode

Layer-based or constrained dropping.

◆ framedrop_thresh

int vpx_svc_frame_drop::framedrop_thresh[VPX_SS_MAX_LAYERS]

Frame drop thresholds.

◆ max_consec_drop

int vpx_svc_frame_drop::max_consec_drop

Maximum consecutive drops, for any layer.