| Index: source/libvpx/vp9/encoder/vp9_temporal_filter.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_temporal_filter.h (revision 282873)
|
| +++ source/libvpx/vp9/encoder/vp9_temporal_filter.h (working copy)
|
| @@ -16,10 +16,7 @@
|
| #endif
|
|
|
| void vp9_temporal_filter_init();
|
| -void vp9_temporal_filter_prepare(VP9_COMP *cpi, int distance);
|
| -void vp9_configure_arnr_filter(VP9_COMP *cpi,
|
| - const unsigned int frames_to_arnr,
|
| - const int group_boost);
|
| +void vp9_temporal_filter(VP9_COMP *cpi, int distance);
|
|
|
| #ifdef __cplusplus
|
| } // extern "C"
|
|
|