summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_thread_common.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-09-17 22:00:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-09-17 22:00:23 +0000
commit9d8decc16274b4c2ed1b7c0636b7666a1c57f3d0 (patch)
tree16012833faf01e661a4d10b8ca14e51de2ad5104 /vp9/common/vp9_thread_common.h
parente665d0bdd919e143997fb73b3cadbc086889bb2f (diff)
parentad0ac045d5a5d53a47520018d12a6951b0e8416f (diff)
downloadlibvpx-9d8decc16274b4c2ed1b7c0636b7666a1c57f3d0.tar
libvpx-9d8decc16274b4c2ed1b7c0636b7666a1c57f3d0.tar.gz
libvpx-9d8decc16274b4c2ed1b7c0636b7666a1c57f3d0.tar.bz2
libvpx-9d8decc16274b4c2ed1b7c0636b7666a1c57f3d0.zip
Merge changes from topic 'tile-thread-cleanup'
* changes: vp9/decode_tiles_mt: move frame count accum from loop VP9Decoder: remove duplicate tile_worker_info vp9/decode_tiles_mt: move some inits from inner loop vp9_accumulate_frame_counts: pass counts directly
Diffstat (limited to 'vp9/common/vp9_thread_common.h')
-rw-r--r--vp9/common/vp9_thread_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/common/vp9_thread_common.h b/vp9/common/vp9_thread_common.h
index 04666b62c..db6587fcb 100644
--- a/vp9/common/vp9_thread_common.h
+++ b/vp9/common/vp9_thread_common.h
@@ -55,8 +55,8 @@ void vp9_loop_filter_frame_mt(YV12_BUFFER_CONFIG *frame,
VPxWorker *workers, int num_workers,
VP9LfSync *lf_sync);
-void vp9_accumulate_frame_counts(struct VP9Common *cm,
- struct FRAME_COUNTS *counts, int is_dec);
+void vp9_accumulate_frame_counts(struct FRAME_COUNTS *accum,
+ const struct FRAME_COUNTS *counts, int is_dec);
#ifdef __cplusplus
} // extern "C"