Disable CONFIG_E125_MHCCP_SIMPLIFY There is a CI/CD unit test failure #443 due to this compile time flag. So turning it off to not block the merging of other MRs.
diff --git a/build/cmake/aom_config_defaults.cmake b/build/cmake/aom_config_defaults.cmake index 6d01d06..0ee76e7 100644 --- a/build/cmake/aom_config_defaults.cmake +++ b/build/cmake/aom_config_defaults.cmake
@@ -369,7 +369,7 @@ "Enable improved intra blend mode from CWG-D046") set_aom_config_var(CONFIG_ENABLE_MHCCP 1 "Enable multi hypothesis cross component prediction") -set_aom_config_var(CONFIG_E125_MHCCP_SIMPLIFY 1 +set_aom_config_var(CONFIG_E125_MHCCP_SIMPLIFY 0 "Simplify the parameter derivation for MHCCP") set_aom_config_var(CONFIG_C071_SUBBLK_WARPMV 1 "AV2 experiment flag to use subblock warp MV for SMVP")