Use absl instead of self-made function for low-level bit counting
to reduce code duplication and rely on better optimized code.
Bug: None
Change-Id: Ie2f1ff680ff702aae84132229ae0e1743478424f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/229385
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#34857}
diff --git a/DEPS b/DEPS
index 4f27c7b..ccf8f17 100644
--- a/DEPS
+++ b/DEPS
@@ -2658,6 +2658,7 @@
"+absl/functional/bind_front.h",
"+absl/memory/memory.h",
"+absl/meta/type_traits.h",
+ "+absl/numeric/bits.h",
"+absl/strings/ascii.h",
"+absl/strings/match.h",
"+absl/strings/str_replace.h",