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:
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user