Home
last modified time | relevance | path

Searched defs:SvcInternal (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c50 typedef struct SvcInternal { struct
51 char options[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_options
52 char quantizers[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_quantizers
53 char quantizers_keyframe[OPTION_BUFFER_SIZE]; // set by
55 char scale_factors[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_scale_factors
58 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 …]