commit | 1f39162528c72cad0e30a7424aab3986467eb3f7 | [log] [tgz] |
---|---|---|
author | Wan-Teh Chang <wtc@google.com> | Thu Feb 09 11:41:48 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 09 16:00:55 2023 |
tree | c2b6917db8c115c4c9ae857fbe173e0a9c851da2 | |
parent | 0c4c9be436b00c933e1357e3aa1d086c21d8ef2b [diff] |
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}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.