webrtc/modules/video_processing
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
..
test Use backticks not vertical bars to denote variables in comments for /modules/video_processing 2021-08-09 15:36:42 +00:00
util Remove top-level const from parameters in function declarations. 2022-01-26 11:05:25 +00:00
BUILD.gn Delete unneeded dependencies on the Module abstraction 2020-12-21 09:09:57 +00:00
DEPS Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
OWNERS Remove wildcard ownership for build files. 2020-02-19 14:05:46 +00:00
video_denoiser.cc modules/video_processing: replace copy memory with libyuv::CopyPlane 2020-12-01 07:24:43 +00:00
video_denoiser.h Extend I420 frame buffer pool to also create NV12 buffers 2020-09-21 09:46:15 +00:00