commit | 8e7d27ed30651cc8c92348749b7decfc8b19b3b1 | [log] [tgz] |
---|---|---|
author | Mosa Morosev <mosamorosev@microsoft.com> | Tue Mar 26 16:51:26 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 26 16:51:26 2024 |
tree | cfe09c01b73a111502765d864c12949bab7502bf | |
parent | 61e385ee15ad3e68cf6b1a7851cf4dd5baf36c63 [diff] |
Frame size estimation for the next encoded inter frame in H264 Rate Controller The method for inter frame size estimation has been added to the current engine. The target frame bytes depend on the fullness of the HRD buffer, the average bitrate for the layer, and the remaining time to the end of the GOP. Bug: 1234020 Change-Id: I744ec8ed76d57a192cf94a5db357818c96e994b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5274742 Reviewed-by: Justin Green <greenjustin@google.com> Reviewed-by: Eugene Zemtsov <eugene@chromium.org> Commit-Queue: Mosa Morosev <mosamorosev@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1278391}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.