Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: source/libvpx/vp9/common/vp9_thread_common.h

Issue 958693004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vp9/common/vp9_thread.h ('k') | source/libvpx/vp9/common/vp9_thread_common.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « source/libvpx/vp9/common/vp9_thread.h ('k') | source/libvpx/vp9/common/vp9_thread_common.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698