Searched refs:VPX_MAX_LAYERS (Results 1 – 9 of 9) sorted by relevance
75 LAYER_CONTEXT layer_context[VPX_MAX_LAYERS];81 int ext_frame_flags[VPX_MAX_LAYERS];82 int ext_lst_fb_idx[VPX_MAX_LAYERS];83 int ext_gld_fb_idx[VPX_MAX_LAYERS];84 int ext_alt_fb_idx[VPX_MAX_LAYERS];
195 int layer_target_bitrate[VPX_MAX_LAYERS];
46 #define VPX_MAX_LAYERS 12 // 3 temporal + 4 spatial layers are allowed. macro49 #define MAX_LAYERS VPX_MAX_LAYERS // 3 temporal + 4 spatial layers allowed.742 unsigned int layer_target_bitrate[VPX_MAX_LAYERS];759 int max_quantizers[VPX_MAX_LAYERS]; /**< Max Q for each layer */760 int min_quantizers[VPX_MAX_LAYERS]; /**< Min Q for each layer */761 int scaling_factor_num[VPX_MAX_LAYERS]; /**< Scaling factor-numerator */762 int scaling_factor_den[VPX_MAX_LAYERS]; /**< Scaling factor-denominator */
372 int layer_input_frames[VPX_MAX_LAYERS];374 int layer_tot_enc_frames[VPX_MAX_LAYERS];376 int layer_enc_frames[VPX_MAX_LAYERS];378 double layer_framerate[VPX_MAX_LAYERS];380 double layer_pfb[VPX_MAX_LAYERS];382 double layer_avg_frame_size[VPX_MAX_LAYERS];384 double layer_avg_rate_mismatch[VPX_MAX_LAYERS];386 double layer_encoding_bitrate[VPX_MAX_LAYERS];
73 int layer_target_bitrate[VPX_MAX_LAYERS];
321 float alloc_ratio[VPX_MAX_LAYERS] = {0}; in assign_layer_bitrates()363 float alloc_ratio[VPX_MAX_LAYERS] = {0}; in assign_layer_bitrates()448 if (svc_ctx->temporal_layers * svc_ctx->spatial_layers > VPX_MAX_LAYERS) { in vpx_svc_init()453 (int) VPX_MAX_LAYERS); in vpx_svc_init()
857 float alloc_ratio[VPX_MAX_LAYERS] = {0}; in assign_layer_bitrates()
141 float rate_ratio[VPX_MAX_LAYERS] = {0}; in SetSvcRates()
198 if (cfg->ss_number_layers * cfg->ts_number_layers > VPX_MAX_LAYERS) in validate_config()