Searched refs:temporal_layers (Results 1 – 12 of 12) sorted by relevance
229 svc_ctx->temporal_layers = atoi(option_value); in parse_options()274 svc_ctx->spatial_layers * svc_ctx->temporal_layers > 4)) in parse_options()311 enc_cfg->ss_target_bitrate[sl*svc_ctx->temporal_layers] = 0; in assign_layer_bitrates()312 for (tl = 0; tl < svc_ctx->temporal_layers; ++tl) { in assign_layer_bitrates()313 enc_cfg->ss_target_bitrate[sl*svc_ctx->temporal_layers] in assign_layer_bitrates()314 += (unsigned int)si->bitrates[sl * svc_ctx->temporal_layers + tl]; in assign_layer_bitrates()315 enc_cfg->layer_target_bitrate[sl*svc_ctx->temporal_layers + tl] in assign_layer_bitrates()316 = si->bitrates[sl * svc_ctx->temporal_layers + tl]; in assign_layer_bitrates()336 enc_cfg->layer_target_bitrate[sl * svc_ctx->temporal_layers] = in assign_layer_bitrates()338 enc_cfg->layer_target_bitrate[sl * svc_ctx->temporal_layers + 1] = in assign_layer_bitrates()[all …]
667 svc_.temporal_layers = 2; in TEST_F()672 svc_.temporal_layers = 2; in TEST_F()685 svc_.temporal_layers = 2; in TEST_F()690 svc_.temporal_layers = 2; in TEST_F()705 svc_.temporal_layers = 2; in TEST_F()710 svc_.temporal_layers = 2; in TEST_F()729 svc_.temporal_layers = 2; in TEST_F()734 svc_.temporal_layers = 2; in TEST_F()754 svc_.temporal_layers = 2; in TEST_F()759 svc_.temporal_layers = 2; in TEST_F()[all …]
852 int temporal_layers, in assign_layer_bitrates() argument869 const int index = sl * temporal_layers; in assign_layer_bitrates()
32 virtual TemporalLayers* Create(int temporal_layers,
287 int temporal_layers, in Create() argument289 return new DefaultTemporalLayers(temporal_layers, initial_tl0_pic_idx); in Create()
42 'temporal_layers.h',
212 TemporalLayers* Create(int temporal_layers, in Create() argument216 temporal_layers, initial_tl0_pic_idx)); in Create()
35 int temporal_layers; // number of temporal layers member
380 int temporal_layers) { in MakeVp8VideoCodec() argument385 codec.codecSpecific.VP8.numberOfTemporalLayers = temporal_layers; in MakeVp8VideoCodec()
189 "codecs/vp8/temporal_layers.h",
172 svc_ctx->temporal_layers = default_temporal_layers; in parse_command_line()219 svc_ctx->temporal_layers = arg_parse_uint(&arg); in parse_command_line()
86 DEFINE_int32(temporal_layers,