]> granicus.if.org Git - libvpx/commit
Simplify select_tx_mode()
authorYaowu Xu <yaowu@google.com>
Wed, 13 Aug 2014 17:43:43 +0000 (10:43 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 13 Aug 2014 18:48:29 +0000 (11:48 -0700)
commitb6a41802c410969113c17856238afd88f462c507
tree736b586b1d5ccd83af9a8d57d37e0715084f9438
parent9f233fc5a1ef0e3db5659245a5b4bdff75e968c9
Simplify select_tx_mode()

The function is called only once, right after all stats counters are
reset to 0. Therefore all the computations have zero effect on return
values. This commmit to removed those effectless code.

Change-Id: I50d27c0802547921fa36c60aa4bd92d76247f595
vp9/encoder/vp9_encodeframe.c