]> granicus.if.org Git - libvpx/commit
Fix a bug and a function name in EXT_INTRA experiment
authorYue Chen <yuec@google.com>
Tue, 2 Aug 2016 22:18:44 +0000 (15:18 -0700)
committerYue Chen <yuec@google.com>
Tue, 2 Aug 2016 23:12:49 +0000 (16:12 -0700)
commit31dab6088817a6dd5cd2e48dd5f9dd0d327bb5a8
treef19da98a80f238f9e3ae64dff80be9dbe97e21a0
parent464724c4d2759b213a145d8f405ab5bac595d477
Fix a bug and a function name in EXT_INTRA experiment

(1) Apply ALLOW_FILTER_INTRA_MODES flag to the correct place, otherwise
there are bitstream mismatchs when it is 0.
(2) Rename pick_ext_intra_iframe() to pick_ext_intra_interframe().

Change-Id: Ic88c930de1d3f819750f0892df52bde55ae32a91
vp10/encoder/rdopt.c