| Index: source/libvpx/vp8/encoder/onyx_if.c
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/onyx_if.c (revision 291857)
|
| +++ source/libvpx/vp8/encoder/onyx_if.c (working copy)
|
| @@ -3293,6 +3293,7 @@
|
|
|
| }
|
|
|
| +#if CONFIG_TEMPORAL_DENOISING
|
| static void process_denoiser_mode_change(VP8_COMP *cpi) {
|
| const VP8_COMMON *const cm = &cpi->common;
|
| int i, j;
|
| @@ -3399,6 +3400,7 @@
|
| cpi->denoiser.nmse_source_diff_count = 0;
|
| }
|
| }
|
| +#endif
|
|
|
| void vp8_loopfilter_frame(VP8_COMP *cpi, VP8_COMMON *cm)
|
| {
|
|
|