Searched refs:VPX_MAX_LAYERS (Results 1 – 10 of 10) sorted by relevance
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.703 unsigned int layer_target_bitrate[VPX_MAX_LAYERS];721 int max_quantizers[VPX_MAX_LAYERS]; /**< Max Q for each layer */722 int min_quantizers[VPX_MAX_LAYERS]; /**< Min Q for each layer */723 int scaling_factor_num[VPX_MAX_LAYERS]; /**< Scaling factor-numerator */724 int scaling_factor_den[VPX_MAX_LAYERS]; /**< Scaling factor-denominator */725 int speed_per_layer[VPX_MAX_LAYERS]; /**< Speed setting for each sl */
57 int bitrates[VPX_MAX_LAYERS];
77 LAYER_CONTEXT layer_context[VPX_MAX_LAYERS];83 int ext_frame_flags[VPX_MAX_LAYERS];84 int ext_lst_fb_idx[VPX_MAX_LAYERS];85 int ext_gld_fb_idx[VPX_MAX_LAYERS];86 int ext_alt_fb_idx[VPX_MAX_LAYERS];101 int mi_stride[VPX_MAX_LAYERS];
220 int layer_target_bitrate[VPX_MAX_LAYERS];
388 int layer_input_frames[VPX_MAX_LAYERS];390 int layer_tot_enc_frames[VPX_MAX_LAYERS];392 int layer_enc_frames[VPX_MAX_LAYERS];394 double layer_framerate[VPX_MAX_LAYERS];396 double layer_pfb[VPX_MAX_LAYERS];398 double layer_avg_frame_size[VPX_MAX_LAYERS];400 double layer_avg_rate_mismatch[VPX_MAX_LAYERS];402 double layer_encoding_bitrate[VPX_MAX_LAYERS];
81 int layer_target_bitrate[VPX_MAX_LAYERS];
323 float alloc_ratio[VPX_MAX_LAYERS] = { 0 }; in assign_layer_bitrates()367 float alloc_ratio[VPX_MAX_LAYERS] = { 0 }; in assign_layer_bitrates()470 if (svc_ctx->temporal_layers * svc_ctx->spatial_layers > VPX_MAX_LAYERS) { in vpx_svc_init()475 (int)VPX_MAX_LAYERS); in vpx_svc_init()
1236 for (i = 0; i < VPX_MAX_LAYERS; ++i) { in PreEncodeFrameHook()1360 int64_t bits_in_buffer_model_[VPX_MAX_LAYERS];1362 int64_t bits_total_[VPX_MAX_LAYERS];1364 double file_datarate_[VPX_MAX_LAYERS];1377 int layer_target_avg_bandwidth_[VPX_MAX_LAYERS];1387 float alloc_ratio[VPX_MAX_LAYERS] = { 0 }; in assign_layer_bitrates()
141 float rate_ratio[VPX_MAX_LAYERS] = {0}; in SetSvcRates()
221 if (cfg->ss_number_layers * cfg->ts_number_layers > VPX_MAX_LAYERS) in validate_config()