]> granicus.if.org Git - libvpx/commit
Remove ARF mode entries from THR_MODES array in non-RD mode
authorJingning Han <jingning@google.com>
Thu, 18 Dec 2014 01:11:39 +0000 (17:11 -0800)
committerJingning Han <jingning@google.com>
Thu, 18 Dec 2014 01:13:15 +0000 (17:13 -0800)
commitdd0602e01c3dd2098b6fc4be4fe8d8bfccabd0dd
tree44c57d4663b014f5d73f1d9ffc02c8c86f414fb1
parent455514a6839b5d087d5e4c06c29959b9a0fb68f0
Remove ARF mode entries from THR_MODES array in non-RD mode

The alternate reference frame is disabled in non-RD mode. No need
to keep the related entries in the THR_MODES array.

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