Fix initialization order for the encoder
authorJingning Han <jingning@google.com>
Tue, 3 Dec 2013 23:25:16 +0000 (15:25 -0800)
committerJingning Han <jingning@google.com>
Tue, 3 Dec 2013 23:29:24 +0000 (15:29 -0800)
commit3c34619125ea8a5ea1657d06d7c4d970d0a30599
tree446d5432795b1d784b6467f58f9d9b31fff5fcbc
parentfd16baae25e81f55e087e258f3ff33ffad1819fc
Fix initialization order for the encoder

This commit makes the coefficient tree initialized prior to token
initialization, where the coefficient costs are filled out according
to the probabilities associated with coefficient value categories.

Change-Id: If4e89c3923058376f8382c683fe4a225a4a38af3
vp9/encoder/vp9_onyx_if.c