Home
last modified time | relevance | path

Searched refs:temporal_layers (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c229 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 …]
/external/libvpx/libvpx/test/
Dsvc_test.cc667 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 …]
Ddatarate_test.cc852 int temporal_layers, in assign_layer_bitrates() argument
869 const int index = sl * temporal_layers; in assign_layer_bitrates()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dtemporal_layers.h32 virtual TemporalLayers* Create(int temporal_layers,
Ddefault_temporal_layers.cc287 int temporal_layers, in Create() argument
289 return new DefaultTemporalLayers(temporal_layers, initial_tl0_pic_idx); in Create()
Dvp8.gyp42 'temporal_layers.h',
Dsimulcast_unittest.h212 TemporalLayers* Create(int temporal_layers, in Create() argument
216 temporal_layers, initial_tl0_pic_idx)); in Create()
/external/libvpx/libvpx/vpx/
Dsvc_context.h35 int temporal_layers; // number of temporal layers member
/external/webrtc/webrtc/modules/video_coding/
Dvideo_sender_unittest.cc380 int temporal_layers) { in MakeVp8VideoCodec() argument
385 codec.codecSpecific.VP8.numberOfTemporalLayers = temporal_layers; in MakeVp8VideoCodec()
DBUILD.gn189 "codecs/vp8/temporal_layers.h",
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c172 svc_ctx->temporal_layers = default_temporal_layers; in parse_command_line()
219 svc_ctx->temporal_layers = arg_parse_uint(&arg); in parse_command_line()
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc86 DEFINE_int32(temporal_layers,