Remove VideoProcessing::ColorEnhancement.

Code for creating this table still (currently) exists under
webrtc/modules/video_processing/main/test/unit_test/createTable.m. This
processing effect is disabled but still occupies 64k of binary size.

BUG=4491
R=marpan@google.com, mflodman@webrtc.org, marpan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/47069004

Cr-Commit-Position: refs/heads/master@{#9183}
This commit is contained in:
Peter Boström
2015-05-13 11:27:20 +02:00
parent 5ec998511c
commit 4feb50500d
13 changed files with 0 additions and 545 deletions

View File

@ -136,15 +136,6 @@ class VideoProcessingModule : public Module {
*/
static void ClearFrameStats(FrameStats* stats);
/**
Enhances the color of an image through a constant mapping. Only the
chrominance is altered. Has a fixed-point implementation.
\param[in,out] frame
Pointer to the video frame.
*/
static int32_t ColorEnhancement(I420VideoFrame* frame);
/**
Increases/decreases the luminance value.