vpx_svc_parameters Struct Reference

vp9 svc extra configure parameters More...

Public Attributes

int max_quantizers [VPX_MAX_LAYERS]
 Max Q for each layer. More...
 
int min_quantizers [VPX_MAX_LAYERS]
 Min Q for each layer. More...
 
int scaling_factor_num [VPX_MAX_LAYERS]
 Scaling factor-numerator. More...
 
int scaling_factor_den [VPX_MAX_LAYERS]
 Scaling factor-denominator. More...
 
int speed_per_layer [VPX_MAX_LAYERS]
 Speed setting for each sl. More...
 
int temporal_layering_mode
 Temporal layering mode. More...
 

Detailed Description

vp9 svc extra configure parameters

This defines max/min quantizers and scale factors for each layer

Member Data Documentation

◆ max_quantizers

int vpx_svc_parameters::max_quantizers

Max Q for each layer.

◆ min_quantizers

int vpx_svc_parameters::min_quantizers

Min Q for each layer.

◆ scaling_factor_den

int vpx_svc_parameters::scaling_factor_den

Scaling factor-denominator.

◆ scaling_factor_num

int vpx_svc_parameters::scaling_factor_num

Scaling factor-numerator.

◆ speed_per_layer

int vpx_svc_parameters::speed_per_layer[VPX_MAX_LAYERS]

Speed setting for each sl.

◆ temporal_layering_mode

int vpx_svc_parameters::temporal_layering_mode

Temporal layering mode.