]> granicus.if.org Git - libvpx/commit
Minor change in forward updates
authorDeb Mukherjee <debargha@google.com>
Tue, 11 Jun 2013 16:31:33 +0000 (09:31 -0700)
committerDeb Mukherjee <debargha@google.com>
Tue, 11 Jun 2013 17:33:07 +0000 (10:33 -0700)
commita4d906c13228ac79ed83c4c55b18df4698224db9
tree47028b8aedf7a57ba17e9aa4ff5a56e2660f26a1
parent551f37d63d508d24dfe071454ca9f38df01c29e9
Minor change in forward updates

Removes the case of coding prob = 0 for forward updates, since that
is not an allowed probability to code.
Slightly improves efficiency but may not matter in practice.

Change-Id: I3b4caf82e8f0891992f0706d4089cc5a27568dba
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c