Skip to content

Commit 032af2f

Browse files
gfxVPLsdmhuige0901
andauthored
[Encode] InterpFilter Change for non-8-gopRefDist (#6791)
Interpfilter Adjustment. Co-authored-by: Ge, Hui <[email protected]>
1 parent f679b49 commit 032af2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_studio/mfx_lib/encode_hw/av1/agnostic/base/av1ehw_base_general.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3266,7 +3266,7 @@ void General::SetDefaults(
32663266
SetDefault(pAuxPar->EnableCdef, MFX_CODINGOPTION_ON);
32673267
SetDefault(pAuxPar->EnableRestoration, MFX_CODINGOPTION_OFF);
32683268
SetDefault(pAuxPar->EnableLoopFilter, MFX_CODINGOPTION_ON);
3269-
SetDefault(pAuxPar->InterpFilter, MFX_AV1_INTERP_EIGHTTAP);
3269+
SetDefault(pAuxPar->InterpFilter, MFX_AV1_INTERP_DEFAULT);
32703270
SetDefault(pAuxPar->DisableCdfUpdate, MFX_CODINGOPTION_OFF);
32713271
// DisableFrameEndUpdateCdf has to be ON if DisableCdfUpdate is ON.
32723272
SetDefault(pAuxPar->DisableFrameEndUpdateCdf, pAuxPar->DisableCdfUpdate);

0 commit comments

Comments
 (0)