webrtc/modules/video_coding/codecs/av1
Wan-Teh Chang 1f39162528 Fill fps allocation for LibaomAv1Encoder correctly
The elements of the fps_allocation vector are fractions of the maximum
frame rate. Each fraction is represented as an 8-bit unsigned integer,
where 0 = 0% and 255 = 100%.

The original code (added in
https://webrtc-review.googlesource.com/c/src/+/201384) sets the elements
of the fps_allocation vector to frame rates rather than frame rate
fractions. Perhaps fps_allocation could be renamed to avoid this kind of
confusion.

modules_unittests --gtest_filter=LibaomAv1EncoderTest.*

Tested: 
Change-Id: Icd050da3b3c2cff31913c3430f7b6b6e9829b9fa
Bug: None
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/292784
Commit-Queue: Wan-Teh Chang <wtc@google.com>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39286}
2023-02-09 16:00:55 +00:00
..
av1_svc_config.cc Let PCF.GetRtpSenderCapabilities return codecs' scalabilityModes. 2022-07-05 13:28:33 +00:00
av1_svc_config.h Let PCF.GetRtpSenderCapabilities return codecs' scalabilityModes. 2022-07-05 13:28:33 +00:00
av1_svc_config_unittest.cc Determine scalability mode if not explicilty set for AV1. 2022-05-13 12:06:44 +00:00
BUILD.gn Add scalability mode to RTCOutboundRtpStreamStats stats 2022-12-08 11:46:06 +00:00
dav1d_decoder.cc Skip one data copy on dav1d decoding 2022-09-26 08:37:24 +00:00
dav1d_decoder.h Reland "Add dav1d decoder to WebRTC." 2021-11-23 15:59:58 +00:00
DEPS Reland "Add dav1d decoder to WebRTC." 2021-11-23 15:59:58 +00:00
libaom_av1_encoder.cc Fill fps allocation for LibaomAv1Encoder correctly 2023-02-09 16:00:55 +00:00
libaom_av1_encoder.h Auxiliary liboam AV1 encoder settings. 2022-05-04 11:59:29 +00:00
libaom_av1_encoder_unittest.cc Fill fps allocation for LibaomAv1Encoder correctly 2023-02-09 16:00:55 +00:00
libaom_av1_unittest.cc Add scalability mode to RTCOutboundRtpStreamStats stats 2022-12-08 11:46:06 +00:00