Skip to content

Commit

Permalink
[Encode] InterpFilter Change for non-8-gopRefDist (#6791)
Browse files Browse the repository at this point in the history
Interpfilter Adjustment.

Co-authored-by: Ge, Hui <[email protected]>
  • Loading branch information
gfxVPLsdm and huige0901 authored May 20, 2024
1 parent f679b49 commit 032af2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3266,7 +3266,7 @@ void General::SetDefaults(
SetDefault(pAuxPar->EnableCdef, MFX_CODINGOPTION_ON);
SetDefault(pAuxPar->EnableRestoration, MFX_CODINGOPTION_OFF);
SetDefault(pAuxPar->EnableLoopFilter, MFX_CODINGOPTION_ON);
SetDefault(pAuxPar->InterpFilter, MFX_AV1_INTERP_EIGHTTAP);
SetDefault(pAuxPar->InterpFilter, MFX_AV1_INTERP_DEFAULT);
SetDefault(pAuxPar->DisableCdfUpdate, MFX_CODINGOPTION_OFF);
// DisableFrameEndUpdateCdf has to be ON if DisableCdfUpdate is ON.
SetDefault(pAuxPar->DisableFrameEndUpdateCdf, pAuxPar->DisableCdfUpdate);
Expand Down

0 comments on commit 032af2f

Please sign in to comment.