commit | 226e55c17d6f732911c1b9282c6dfc334496204d | [log] [tgz] |
---|---|---|
author | John Koleszar <jkoleszar@google.com> | Fri Oct 19 15:35:36 2012 -0700 |
committer | John Koleszar <jkoleszar@google.com> | Wed Oct 24 09:41:04 2012 -0700 |
tree | 9a1f273fb299445b9405a397878257a17b402fcd | |
parent | 6baa2b47ebfb4d8cbbe8e20eceb6a534bc56e1e3 [diff] |
coef_probs: remove duplicate read/update code Refactor per-transform copy & paste into a common function update_coef_probs_common() and read_coef_probs_common(). The dry-run and bit-writing loops in the encoder are still obvious candidates to be made common, but they start to diverge a bit in the next commit, so are left as-is for now. Change-Id: I896bd3f4a073a6296eab7e92463fef79d8c6c08c