Align thread data in vp9_ethread
authorYunqing Wang <yunqingwang@google.com>
Wed, 14 Jan 2015 23:51:56 +0000 (15:51 -0800)
committerYunqing Wang <yunqingwang@google.com>
Wed, 14 Jan 2015 23:51:56 +0000 (15:51 -0800)
commit99b99831e467ad97336103e48f22e9c7956a51ef
treedc84c6442eae036ce64dc9bb299237da7687aba8
parentf7fd03f9969348643983898115fb10cc4ced9867
Align thread data in vp9_ethread

On some platforms, such as 32bit Windows and 32bit Mac, the allocated
memory isn't aligned automatically. The thread data is aligned to
ensure the correct access in SIMD code.

Change-Id: I1108c145fe982ddbd3d9324952758297120e4806
vp9/encoder/vp9_ethread.c