Searched refs:VPX_SS_MAX_LAYERS (Results 1 – 6 of 6) sorted by relevance
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/V65 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS];66 uint32_t bytes_sum[VPX_SS_MAX_LAYERS];320 si->quantizer_keyframe[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] in parse_quantizer_values()323 si->quantizer[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] = q; in parse_quantizer_values()382 si->scaling_factor_num[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] = in parse_scale_factors()[all …]
49 #define VPX_SS_MAX_LAYERS 5 macro618 unsigned int ss_target_bitrate[VPX_SS_MAX_LAYERS];
43 LAYER_CONTEXT layer_context[MAX(VPX_TS_MAX_LAYERS, VPX_SS_MAX_LAYERS)];
249 int ss_target_bitrate[VPX_SS_MAX_LAYERS];
1341 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0}; in vp9_create_compressor()
169 RANGE_CHECK(cfg, ss_number_layers, 1, VPX_SS_MAX_LAYERS); in validate_config()219 unsigned int n_packets_per_layer[VPX_SS_MAX_LAYERS] = {0}; in validate_config()