]> granicus.if.org Git - libvpx/commit
Using update_ct and update_ct2 functions for probability update.
authorDmitry Kovalev <dkovalev@google.com>
Mon, 22 Jul 2013 19:06:43 +0000 (12:06 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Mon, 22 Jul 2013 19:06:43 +0000 (12:06 -0700)
commit8c5ca9ff1466b2d9c15bbd1f0d5b52e17e996aea
tree5649c598b9708f76c8abfec72fbff9567002dff7
parent3798d7a641d39a1afe6767b2676bedec1f5a96a2
Using update_ct and update_ct2 functions for probability update.

Update logic for both mode and mvref was the same, so using MODE_COUNT_SAT,
MODE_MAX_UPDATE_FACTOR, update_ct, update_ct2 for both cases. Removing
function update_tx_ct because it was identical to update_mode_ct2.

Change-Id: Iff566be27dbd6cde4c2ec04e8d988f207046b8f0
vp9/common/vp9_entropymode.c