typedefstruct { // public interface to svc_command options int spatial_layers; // number of spatial layers int temporal_layers; // number of temporal layers int temporal_layering_mode;
SVC_LOG_LEVEL log_level; // amount of information to display int output_rc_stat; // for outputting rc stats int speed; // speed setting for codec int threads; int aqmode; // turns on aq-mode=3 (cyclic_refresh): 0=off, 1=on. int use_psnr; // private storage for vpx_svc_encode void *internal;
} SvcContext;
#define OPTION_BUFFER_SIZE 1024 #define COMPONENTS 4// psnr & sse statistics maintained for total, y, u, v
typedefstruct SvcInternal { char options[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_options
// values extracted from option, quantizers
vpx_svc_extra_cfg_t svc_params; int enable_auto_alt_ref[VPX_SS_MAX_LAYERS]; int bitrates[VPX_MAX_LAYERS];
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.