commit | 464752891124c5109d85aa839acd935a089142f5 | [log] [tgz] |
---|---|---|
author | cschuldt <cschuldt@google.com> | Fri Dec 03 14:20:56 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 06 13:00:59 2021 |
tree | 5c01c7eb2cdac19767086af26b8a5808eab65227 | |
parent | 2394977f74dea76aad597bf42de4fa0b490697c8 [diff] |
Optimize the saturation detection (used by AnalyzeCapture()). Changing to an index for-loop (instead of a range for-loop) allows the compiler (clang for x86 at least) to unroll it x2. Bug: None Change-Id: I9b9612a8513a06e8aa3b12ae39f6911217da55fa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/239741 Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Commit-Queue: Christian Schuldt <cschuldt@google.com> Cr-Commit-Position: refs/heads/main@{#35478}
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.