* 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
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"
+#endif
+
#endif // VP9_COMMON_VP9_LOOPFILTER_THREAD_H_