]> granicus.if.org Git - libvpx/commit
Fixing sub-optimal rdloop when testing supertx on 8x4/4x8 blocks
authorYue Chen <chenyue1212@gmail.com>
Mon, 20 Oct 2014 23:15:35 +0000 (16:15 -0700)
committerDeb Mukherjee <debargha@google.com>
Tue, 21 Oct 2014 04:52:55 +0000 (21:52 -0700)
commit95d0f87d6ea98ac8cb26402f3a5d7b1202355d49
tree4ad11d3b7a25b489585e9e44a438c9d9ec8fa793
parentc741a4fe037b6d003f93c96071c54f650da4dcad
Fixing sub-optimal rdloop when testing supertx on 8x4/4x8 blocks

Remove early termination in vp9_rd_pick_inter_mode_sub8x8() in
order to complete mode selection for 8x4/4x8 blocks which will
try supertx in a higher level function.

Change-Id: I457505257332f70d9cd8d22db52ad32ff15f7f87
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_rdopt.c