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.c165 num_layers = svc_ctx->spatial_layers * svc_ctx->temporal_layers; in parse_layer_options_from_string()
226 svc_ctx->temporal_layers = atoi(option_value); in parse_options()
271 svc_ctx->spatial_layers * svc_ctx->temporal_layers > 4)) in parse_options()
307 total_bitrate += si->bitrates[sl * svc_ctx->temporal_layers + in assign_layer_bitrates()
308 svc_ctx->temporal_layers - 1]; in assign_layer_bitrates()
309 for (tl = 0; tl < svc_ctx->temporal_layers; ++tl) { in assign_layer_bitrates()
310 enc_cfg->ss_target_bitrate[sl * svc_ctx->temporal_layers] += in assign_layer_bitrates()
311 (unsigned int)si->bitrates[sl * svc_ctx->temporal_layers + tl]; in assign_layer_bitrates()
312 enc_cfg->layer_target_bitrate[sl * svc_ctx->temporal_layers + tl] = in assign_layer_bitrates()
313 si->bitrates[sl * svc_ctx->temporal_layers + tl]; in assign_layer_bitrates()
[all …]
/external/libvpx/libvpx/test/
Dsvc_test.cc659 svc_.temporal_layers = 2; in TEST_F()
664 svc_.temporal_layers = 2; in TEST_F()
677 svc_.temporal_layers = 2; in TEST_F()
682 svc_.temporal_layers = 2; in TEST_F()
698 svc_.temporal_layers = 2; in TEST_F()
703 svc_.temporal_layers = 2; in TEST_F()
721 svc_.temporal_layers = 2; in TEST_F()
726 svc_.temporal_layers = 2; in TEST_F()
746 svc_.temporal_layers = 2; in TEST_F()
751 svc_.temporal_layers = 2; in TEST_F()
[all …]
Ddatarate_test.cc1198 int spatial_layers, int temporal_layers, in assign_layer_bitrates() argument
1213 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.c186 svc_ctx->temporal_layers = default_temporal_layers; in parse_command_line()
233 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,