| Index: source/libvpx/vp9/common/vp9_thread_common.h
|
| diff --git a/source/libvpx/vp9/common/vp9_loopfilter_thread.h b/source/libvpx/vp9/common/vp9_thread_common.h
|
| similarity index 92%
|
| rename from source/libvpx/vp9/common/vp9_loopfilter_thread.h
|
| rename to source/libvpx/vp9/common/vp9_thread_common.h
|
| index bca357e5225c9f9c307a9cd4e33783d49362149b..3b3a6996ae979668520ddbb936104c218af68a45 100644
|
| --- a/source/libvpx/vp9/common/vp9_loopfilter_thread.h
|
| +++ b/source/libvpx/vp9/common/vp9_thread_common.h
|
| @@ -15,6 +15,7 @@
|
| #include "vp9/common/vp9_thread.h"
|
|
|
| struct VP9Common;
|
| +struct FRAME_COUNTS;
|
|
|
| // Loopfilter row synchronization
|
| typedef struct VP9LfSyncData {
|
| @@ -50,4 +51,7 @@ void vp9_loop_filter_frame_mt(YV12_BUFFER_CONFIG *frame,
|
| VP9Worker *workers, int num_workers,
|
| VP9LfSync *lf_sync);
|
|
|
| +void vp9_accumulate_frame_counts(struct VP9Common *cm,
|
| + struct FRAME_COUNTS *counts, int is_dec);
|
| +
|
| #endif // VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
|
|
|