Searched refs:temporal_layers (Results 1 – 12 of 12) sorted by relevance
151 num_layers = svc_ctx->spatial_layers * svc_ctx->temporal_layers; in parse_layer_options_from_string()212 svc_ctx->temporal_layers = atoi(option_value); in parse_options()257 svc_ctx->spatial_layers * svc_ctx->temporal_layers > 4)) in parse_options()293 total_bitrate += si->bitrates[sl * svc_ctx->temporal_layers + in assign_layer_bitrates()294 svc_ctx->temporal_layers - 1]; in assign_layer_bitrates()295 for (tl = 0; tl < svc_ctx->temporal_layers; ++tl) { in assign_layer_bitrates()296 enc_cfg->ss_target_bitrate[sl * svc_ctx->temporal_layers] += in assign_layer_bitrates()297 (unsigned int)si->bitrates[sl * svc_ctx->temporal_layers + tl]; in assign_layer_bitrates()298 enc_cfg->layer_target_bitrate[sl * svc_ctx->temporal_layers + tl] = in assign_layer_bitrates()299 si->bitrates[sl * svc_ctx->temporal_layers + tl]; in assign_layer_bitrates()[all …]
35 int temporal_layers; // number of temporal layers member
204 svc_ctx->temporal_layers = default_temporal_layers; in parse_command_line()251 svc_ctx->temporal_layers = arg_parse_uint(&arg); in parse_command_line()905 assert(svc_ctx.temporal_layers == 2); in main()
91 int temporal_layers = cfg_.ts_number_layers; in AssignLayerBitrates() local107 const int index = sl * temporal_layers; in AssignLayerBitrates()121 for (int tl = 0; tl < temporal_layers; ++tl) { in AssignLayerBitrates()122 const int layer = sl * temporal_layers + tl; in AssignLayerBitrates()124 if (temporal_layers == 2 && tl == 0) layer_framerate = framerate / 2; in AssignLayerBitrates()125 if (temporal_layers == 3 && tl == 0) layer_framerate = framerate / 4; in AssignLayerBitrates()126 if (temporal_layers == 3 && tl == 1) layer_framerate = framerate / 2; in AssignLayerBitrates()
51 local temporal_layers="3 3 3"72 ${temporal_layers} \
287 int temporal_layers, in Create() argument289 return new DefaultTemporalLayers(temporal_layers, initial_tl0_pic_idx); in Create()
32 virtual TemporalLayers* Create(int temporal_layers,
42 'temporal_layers.h',
212 TemporalLayers* Create(int temporal_layers, in Create() argument216 temporal_layers, initial_tl0_pic_idx)); in Create()
380 int temporal_layers) { in MakeVp8VideoCodec() argument385 codec.codecSpecific.VP8.numberOfTemporalLayers = temporal_layers; in MakeVp8VideoCodec()
189 "codecs/vp8/temporal_layers.h",
86 DEFINE_int32(temporal_layers,