]> granicus.if.org Git - libvpx/commit
Code class0 using vpx_read() / vpx_write().
authorNathan E. Egge <negge@mozilla.com>
Thu, 8 Sep 2016 21:25:49 +0000 (17:25 -0400)
committerAlex Converse <aconverse@google.com>
Mon, 19 Sep 2016 17:50:39 +0000 (10:50 -0700)
commitde7f5ce9e5bdd6226a22d0af395e2632a306dc91
tree26c55fb3ef523db22580592812e709adfe2302e7
parent01e29025210bc4b04a2eb3c44a757b37c852a90d
Code class0 using vpx_read() / vpx_write().

The vp9_mv_class0_tree is a balanced tree with two leafs and can
simply be coded as a boolean with probability class0[0].

Change-Id: If294dac825a5f945371092c74aa8e3f84cd962b6
(cherry picked from commit be8a8ab62ebdd111c6f2e9a33b15630570671eba)
vp9/decoder/vp9_decodemv.c
vp9/encoder/vp9_encodemv.c