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