| Index: source/libvpx/vp8/common/onyx.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/onyx.h (revision 290053)
|
| +++ source/libvpx/vp8/common/onyx.h (working copy)
|
| @@ -108,8 +108,9 @@
|
| * For temporal denoiser: noise_sensitivity = 0 means off,
|
| * noise_sensitivity = 1 means temporal denoiser on for Y channel only,
|
| * noise_sensitivity = 2 means temporal denoiser on for all channels.
|
| - * noise_sensitivity = 3 will be used for aggressive mode in future.
|
| - * Temporal denoiser is enabled via the build option
|
| + * noise_sensitivity = 3 means aggressive denoising mode.
|
| + * noise_sensitivity >= 4 means adaptive denoising mode.
|
| + * Temporal denoiser is enabled via the configuration option:
|
| * CONFIG_TEMPORAL_DENOISING.
|
| * For spatial denoiser: noise_sensitivity controls the amount of
|
| * pre-processing blur: noise_sensitivity = 0 means off.
|
|
|