Chromium Code Reviews| Index: source/libvpx/vp8/encoder/denoising.h |
| =================================================================== |
| --- source/libvpx/vp8/encoder/denoising.h (revision 271138) |
| +++ source/libvpx/vp8/encoder/denoising.h (working copy) |
| @@ -18,6 +18,7 @@ |
| #endif |
| #define SUM_DIFF_THRESHOLD (16 * 16 * 2) |
| +#define SUM_DIFF_THRESHOLD_HIGH (16 * 16 * 3) |
| #define MOTION_MAGNITUDE_THRESHOLD (8*3) |
| enum vp8_denoiser_decision |