commit | a747b30a94e0e9b313be1f1e22a8fea95ba3fbef | [log] [tgz] |
---|---|---|
author | Hirokazu Honda <hiroh@chromium.org> | Thu Jul 21 01:32:11 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 21 01:32:11 2022 |
tree | 2607fde78db6fe8daa456d48ad82f92a7a62014a | |
parent | 8005cad5b6c146c0b83cc063bca31770f496c3d4 [diff] |
third_party/libvpx: Enable libvpx high bit depth decoding in lacros This fixes libvpx/BUILD.gn to build neon code for high bit depth. This enables lacros-chrome on ChromeOS ARM to play VP9 10bits video. A little bit of overhead is added due to this, but impact on 8-bit should be minimal. Bug: b:238259542 Test: Play a video in crosvideo.appspot.com/?codec=vp9.2 on kukui Change-Id: I5823f2b63159e3587c5440a6a86e0d02c0c7481e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3774205 Reviewed-by: James Zern <jzern@google.com> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1026576}
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.