webrtc/modules/audio_processing/utility
Byoungchan Lee 6c2ac2ea6b Fix math involving enums in C++20
(-Wdeprecated-anon-enum-enum-conversion)
- Replace enum with constexpr if necessary.
- Merge multiple definitions for H.264 NalDefs and FuDefs and apply
  constexpr.

Bug: chromium:1284275
Change-Id: I4a4d95ed6aba258e7c19c3ae6251c8b78caf84ec
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/276561
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Auto-Submit: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com>
Cr-Commit-Position: refs/heads/main@{#38215}
2022-09-27 06:55:31 +00:00
..
BUILD.gn Remove dependency on rtc_base_approved from most targets 2022-04-25 12:15:30 +00:00
cascaded_biquad_filter.cc Optimize CascadedBiQuadFilter. 2021-12-10 14:02:43 +00:00
cascaded_biquad_filter.h Use the AEC3 high-pass filter for the whole APM 2019-08-23 20:04:10 +00:00
cascaded_biquad_filter_unittest.cc Rename more death test to *DeathTest 2020-05-26 20:27:34 +00:00
delay_estimator.cc Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
delay_estimator.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
delay_estimator_internal.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
delay_estimator_unittest.cc Fix math involving enums in C++20 2022-09-27 06:55:31 +00:00
delay_estimator_wrapper.cc Fixes to support building in -std=c++20 mode. 2022-05-05 17:15:58 +00:00
delay_estimator_wrapper.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
DEPS PFFFT C++ wrapper for APM 2019-02-22 09:20:29 +00:00
pffft_wrapper.cc APM PFFFT wrapper: Add frequency domain convolution 2019-03-29 15:55:26 +00:00
pffft_wrapper.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
pffft_wrapper_unittest.cc Rename more death test to *DeathTest 2020-05-26 20:27:34 +00:00