webrtc/modules/video_processing/util
Ali Tofigh 62238097c9 Remove top-level const from parameters in function declarations.
This is a safe cleanup change since top-level const applied to
parameters in function declarations (that are not also
definitions) are ignored by the compiler. Hence, such changes do
not change the type of the declared functions and are simply
no-ops.

Bug: webrtc:13610
Change-Id: Ibafb92c45119a6d8bdb6f9109aa8dad6385163a9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/249086
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Ali Tofigh <alito@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35802}
2022-01-26 11:05:25 +00:00
..
denoiser_filter.cc Refactor cpu_features_wrapper.h functions from C to C++. 2020-09-07 08:44:24 +00:00
denoiser_filter.h modules/video_processing: replace copy memory with libyuv::CopyPlane 2020-12-01 07:24:43 +00:00
denoiser_filter_c.cc Use backticks not vertical bars to denote variables in comments for /modules/video_processing 2021-08-09 15:36:42 +00:00
denoiser_filter_c.h modules/video_processing: replace copy memory with libyuv::CopyPlane 2020-12-01 07:24:43 +00:00
denoiser_filter_neon.cc modules/video_processing: replace copy memory with libyuv::CopyPlane 2020-12-01 07:24:43 +00:00
denoiser_filter_neon.h modules/video_processing: replace copy memory with libyuv::CopyPlane 2020-12-01 07:24:43 +00:00
denoiser_filter_sse2.cc modules/video_processing: replace copy memory with libyuv::CopyPlane 2020-12-01 07:24:43 +00:00
denoiser_filter_sse2.h modules/video_processing: replace copy memory with libyuv::CopyPlane 2020-12-01 07:24:43 +00:00
noise_estimation.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
noise_estimation.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
skin_detection.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
skin_detection.h Remove top-level const from parameters in function declarations. 2022-01-26 11:05:25 +00:00