Make encoder and decoder share common thread function
authorYunqing Wang <yunqingwang@google.com>
Fri, 6 Feb 2015 19:37:45 +0000 (11:37 -0800)
committerYunqing Wang <yunqingwang@google.com>
Fri, 6 Feb 2015 19:45:51 +0000 (11:45 -0800)
commit4ae092c660ec649a91057d99d79241feb96a840f
tree962eafe57cb21e45f471ff52750623c2b458cf68
parent41063137c3aafc024cb9b958c78d33007aad8be5
Make encoder and decoder share common thread function

Moved vp9_accumulate_frame_counts to vp9_thread_common.c to
eliminate the duplicate code.

Change-Id: I9cf506d729603c8bf1494b4c86a3b7d47af1917a
vp9/common/vp9_entropymode.h
vp9/common/vp9_thread_common.c
vp9/common/vp9_thread_common.h
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_ethread.c