Merge "vp10: merge universal_hp experiment into misc_fixes."
This commit is contained in:
commit
806ae29d80
1
configure
vendored
1
configure
vendored
@ -265,7 +265,6 @@ EXPERIMENT_LIST="
|
|||||||
fp_mb_stats
|
fp_mb_stats
|
||||||
emulate_hardware
|
emulate_hardware
|
||||||
misc_fixes
|
misc_fixes
|
||||||
universal_hp
|
|
||||||
ext_ipred_bltr
|
ext_ipred_bltr
|
||||||
"
|
"
|
||||||
CONFIG_LIST="
|
CONFIG_LIST="
|
||||||
|
@ -128,7 +128,7 @@ MV_CLASS_TYPE vp10_get_mv_class(int z, int *offset) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int vp10_use_mv_hp(const MV *ref) {
|
int vp10_use_mv_hp(const MV *ref) {
|
||||||
#if CONFIG_UNIVERSAL_HP
|
#if CONFIG_MISC_FIXES
|
||||||
(void) ref;
|
(void) ref;
|
||||||
return 1;
|
return 1;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user