]> granicus.if.org Git - libvpx/commit
Simplify update_coef_probs()
authorYaowu Xu <yaowu@google.com>
Wed, 28 Jan 2015 23:12:42 +0000 (15:12 -0800)
committerYaowu Xu <yaowu@google.com>
Wed, 28 Jan 2015 23:12:42 +0000 (15:12 -0800)
commitff99a3c750bc4eecf3b6b276023b2dbca59d1d6c
tree89f8d839a0db9b814170765592aa3e23686e5ad3
parentc29c61340002d61b4a3539c5a7ffd73e9067a25a
Simplify update_coef_probs()

1. reduce the size of temporaray arrays on stack
2. avoid build_tree_distribution for tx size that is not used at all.

Change-Id: I0f8d7124e16a3789d3c15ad24cf02c1c12789e2c
vp9/encoder/vp9_bitstream.c