Searched defs:SvcInternal (Results 1 – 1 of 1) sorted by relevance
50 typedef struct SvcInternal { struct51 char options[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_options52 char quantizers[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_quantizers53 char quantizers_keyframe[OPTION_BUFFER_SIZE]; // set by55 char scale_factors[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_scale_factors58 int scaling_factor_num[VPX_SS_MAX_LAYERS];59 int scaling_factor_den[VPX_SS_MAX_LAYERS];60 int quantizer_keyframe[VPX_SS_MAX_LAYERS];61 int quantizer[VPX_SS_MAX_LAYERS];64 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V[all …]