commit | 7c4992c4667f4f3392b911e3a8b17a776a216c5f | [log] [tgz] |
---|---|---|
author | Yunqing Wang <yunqingwang@google.com> | Thu Oct 16 12:29:48 2014 -0700 |
committer | Yunqing Wang <yunqingwang@google.com> | Fri Oct 17 14:25:33 2014 -0700 |
tree | 44ca3034b767a03389498e42c51992414c085b75 | |
parent | d86d834fcb153281c6c470700011385c1849927a [diff] |
Remove the dependency in token storing locations Currently, the tokens for a tile are stored immediately after its preceding tile, which causes a dependency. This is unnecessary since we always allocate enough memory for tokens. Removing the dependency allows token writing done in parallel. This patch doesn't change encoding result. Change-Id: I7365a6e5e2c2833eb14377c37e1503c9d0f26543