webrtc/modules/video_coding/codecs/test
Sergey Silkin a796a7ee85 Reland "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers."
This reverts commit e27e0aca94.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> Revert "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers."
> 
> This reverts commit d2ed0a4c9e.
> 
> Reason for revert: Breaks downstream projects.
> 
> Original change's description:
> > Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers.
> > 
> > temporal_layer_thresholds_bps served only one purpose: its size was used
> > to infer number of temporal layers. I replaced it with num_temporal_layers,
> > which does what is says.
> > 
> > The practical reason for this change is the need to have possibility to
> > distinguish between cases when VP9 SVC temporal layering was/not set
> > through field trial. That was not possible with
> > temporal_layer_thresholds_bps[] because empty vector means 1 temporal
> > layer.
> > 
> > Bug: webrtc:8518
> > Change-Id: I275ec3a8c74e8ba409eb049878199f132a20ec51
> > Reviewed-on: https://webrtc-review.googlesource.com/58084
> > Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
> > Reviewed-by: Erik Språng <sprang@webrtc.org>
> > Reviewed-by: Stefan Holmer <stefan@webrtc.org>
> > Cr-Commit-Position: refs/heads/master@{#22230}
> 
> TBR=sprang@webrtc.org,stefan@webrtc.org,ssilkin@webrtc.org
> 
> Change-Id: Ic2940f7f78a74312170940d51ad8967cde8ad42f
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: webrtc:8518
> Reviewed-on: https://webrtc-review.googlesource.com/58902
> Reviewed-by: Philip Eliasson <philipel@webrtc.org>
> Commit-Queue: Philip Eliasson <philipel@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#22234}

TBR=sprang@webrtc.org,stefan@webrtc.org,philipel@webrtc.org,ssilkin@webrtc.org

Change-Id: I1900c6b845b9baa9430fb72c3f4e7f2a44b3a8b1
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:8518
Reviewed-on: https://webrtc-review.googlesource.com/59160
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22256}
2018-03-01 18:07:29 +00:00
..
batch Add batch script for running multiple VideoProcessor tests in parallel. 2018-02-21 08:00:06 +00:00
android_codec_factory_helper.cc Move all Android specific stuff to android_codec_factory_helper. 2018-02-05 13:08:26 +00:00
android_codec_factory_helper.h Move all Android specific stuff to android_codec_factory_helper. 2018-02-05 13:08:26 +00:00
objc_codec_factory_helper.h Move all Android specific stuff to android_codec_factory_helper. 2018-02-05 13:08:26 +00:00
objc_codec_factory_helper.mm Move all Android specific stuff to android_codec_factory_helper. 2018-02-05 13:08:26 +00:00
plot_webrtc_test_logs.py Moved analysis to Stats. 2018-02-20 09:48:41 +00:00
stats.cc Change text output from VideoProcessor slightly. 2018-02-22 14:32:58 +00:00
stats.h Moved analysis to Stats. 2018-02-20 09:48:41 +00:00
stats_unittest.cc Moved analysis to Stats. 2018-02-20 09:48:41 +00:00
test_config.cc Reland "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." 2018-03-01 18:07:29 +00:00
test_config.h Minor improvements to TestConfig and VideoProcessor. 2018-03-01 08:42:43 +00:00
test_config_unittest.cc Adding simulcast/spatial layering support to VideoProcessor. 2018-02-01 13:28:46 +00:00
video_codec_unittest.cc Rename VideoCodecTest to VideoCodecUnitTest. 2018-02-02 10:27:33 +00:00
video_codec_unittest.h Rename VideoCodecTest to VideoCodecUnitTest. 2018-02-02 10:27:33 +00:00
videoprocessor.cc Minor improvements to TestConfig and VideoProcessor. 2018-03-01 08:42:43 +00:00
videoprocessor.h Minor improvements to TestConfig and VideoProcessor. 2018-03-01 08:42:43 +00:00
videoprocessor_integrationtest.cc Minor improvements to TestConfig and VideoProcessor. 2018-03-01 08:42:43 +00:00
videoprocessor_integrationtest.h Minor improvements to TestConfig and VideoProcessor. 2018-03-01 08:42:43 +00:00
videoprocessor_integrationtest_libvpx.cc Minor improvements to TestConfig and VideoProcessor. 2018-03-01 08:42:43 +00:00
videoprocessor_integrationtest_mediacodec.cc Moved analysis to Stats. 2018-02-20 09:48:41 +00:00
videoprocessor_integrationtest_openh264.cc Moved analysis to Stats. 2018-02-20 09:48:41 +00:00
videoprocessor_integrationtest_parameterized.cc Remove FourPeople_1280x720_30.yuv from resources for mobile builds. 2018-02-28 09:55:20 +00:00
videoprocessor_integrationtest_videotoolbox.cc Moved analysis to Stats. 2018-02-20 09:48:41 +00:00
videoprocessor_unittest.cc Moved analysis to Stats. 2018-02-20 09:48:41 +00:00