Add unit test for stand-alone denoiser and fixed some bugs.
The unit test will run the pure C denoiser and SSE2/NEON denoiser (based on the CPU detection) and compare the denoised frames to ensure the bit exact. TBR=tommi@webrtc.org BUG=webrtc:5255 Review URL: https://codereview.webrtc.org/1492053003 Cr-Commit-Position: refs/heads/master@{#11216}
This commit is contained in:
@ -18,7 +18,7 @@ namespace webrtc {
|
||||
|
||||
class VideoDenoiser {
|
||||
public:
|
||||
VideoDenoiser();
|
||||
explicit VideoDenoiser(bool runtime_cpu_detection);
|
||||
void DenoiseFrame(const VideoFrame& frame, VideoFrame* denoised_frame);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user