]> granicus.if.org Git - libvpx/commit
Initialize best_tx_size with invalid value
authorJingning Han <jingning@google.com>
Mon, 15 Dec 2014 20:54:02 +0000 (12:54 -0800)
committerJingning Han <jingning@google.com>
Mon, 15 Dec 2014 20:58:34 +0000 (12:58 -0800)
commitc2c7596fc71b14c40ec4e90547c04b4cde439861
tree2c9841fb7d118146c8f7e0e0c9ebef758b788968
parent83e2c62aba3a427e283c87900ba1ab0806766bef
Initialize best_tx_size with invalid value

If vp9_pick_inter_mode works properly, it should at least check
one coding mode and hence get best_tx_size assigned a valid value.
There is no need to initialize best_tx_size with a legitimate
value before starting the mode search.

Change-Id: Ic0496cd89672ea9c2c512a9bd1da952190af9cba
vp9/encoder/vp9_pickmode.c