Searched refs:VPX_SS_MAX_LAYERS (Results 1 – 6 of 6) sorted by relevance
56 int enable_auto_alt_ref[VPX_SS_MAX_LAYERS];57 int bitrates[VPX_SS_MAX_LAYERS];60 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V61 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS];62 uint32_t bytes_sum[VPX_SS_MAX_LAYERS];
52 #define VPX_SS_MAX_LAYERS 5 macro212 size_t layer_sizes[VPX_SS_MAX_LAYERS];213 struct vpx_psnr_pkt layer_psnr[VPX_SS_MAX_LAYERS];689 int ss_enable_auto_alt_ref[VPX_SS_MAX_LAYERS];696 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS];
50 static const int DEFAULT_SCALE_FACTORS_NUM[VPX_SS_MAX_LAYERS] = {54 static const int DEFAULT_SCALE_FACTORS_DEN[VPX_SS_MAX_LAYERS] = {374 for (i = 0; i < VPX_SS_MAX_LAYERS; ++i) { in assign_layer_bitrates()411 svc_ctx->spatial_layers > VPX_SS_MAX_LAYERS) { in vpx_svc_init()426 for (i = 0; i < VPX_SS_MAX_LAYERS; ++i) { in vpx_svc_init()440 if (svc_ctx->spatial_layers > VPX_SS_MAX_LAYERS) in vpx_svc_init()441 svc_ctx->spatial_layers = VPX_SS_MAX_LAYERS; in vpx_svc_init()
196 int ss_target_bitrate[VPX_SS_MAX_LAYERS];197 int ss_enable_auto_arf[VPX_SS_MAX_LAYERS];
1780 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0}; in vp9_create_compressor()
195 RANGE_CHECK(cfg, ss_number_layers, 1, VPX_SS_MAX_LAYERS); in validate_config()274 unsigned int n_packets_per_layer[VPX_SS_MAX_LAYERS] = {0}; in validate_config()