We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f679b49 commit 032af2fCopy full SHA for 032af2f
_studio/mfx_lib/encode_hw/av1/agnostic/base/av1ehw_base_general.cpp
@@ -3266,7 +3266,7 @@ void General::SetDefaults(
3266
SetDefault(pAuxPar->EnableCdef, MFX_CODINGOPTION_ON);
3267
SetDefault(pAuxPar->EnableRestoration, MFX_CODINGOPTION_OFF);
3268
SetDefault(pAuxPar->EnableLoopFilter, MFX_CODINGOPTION_ON);
3269
- SetDefault(pAuxPar->InterpFilter, MFX_AV1_INTERP_EIGHTTAP);
+ SetDefault(pAuxPar->InterpFilter, MFX_AV1_INTERP_DEFAULT);
3270
SetDefault(pAuxPar->DisableCdfUpdate, MFX_CODINGOPTION_OFF);
3271
// DisableFrameEndUpdateCdf has to be ON if DisableCdfUpdate is ON.
3272
SetDefault(pAuxPar->DisableFrameEndUpdateCdf, pAuxPar->DisableCdfUpdate);
0 commit comments