Delete all of the video_processing module but the denoiser code.

It is unused since cl https://codereview.webrtc.org/2386573002.

The new denoiser implementation and its tests are kept for now. This
code is also unused, but there are some plans to take this code into
use in the not too distant future.

BUG=None

Review-Url: https://codereview.webrtc.org/2496153002
Cr-Commit-Position: refs/heads/master@{#15338}
This commit is contained in:
nisse
2016-11-30 07:44:51 -08:00
committed by Commit bot
parent 13f1a0a9ca
commit 13d38fbe90
21 changed files with 0 additions and 1358 deletions

View File

@ -14,7 +14,6 @@
#include <memory>
#include "webrtc/modules/include/module_common_types.h"
#include "webrtc/modules/video_processing/include/video_processing_defines.h"
#include "webrtc/modules/video_processing/util/denoiser_filter.h"
namespace webrtc {