]> granicus.if.org Git - libvpx/commit
Syncing update_coef_probs() implementation with decoder.
authorDmitry Kovalev <dkovalev@google.com>
Thu, 21 Nov 2013 20:36:02 +0000 (12:36 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Thu, 21 Nov 2013 20:36:02 +0000 (12:36 -0800)
commit864e7c51b6ac48142250fd02bd6e225aabfa0a3c
tree564d067d85fa1647132a81bfad538a7940ccf7c4
parente002bb99a89897a7787dbc1d217acec54d916ec5
Syncing update_coef_probs() implementation with decoder.

Using for loop based on max_tx_size instead of separate checks. Combining
build_coeff_contexts() with update_coef_probs().

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