Skip to content

Commit

Permalink
Add best quality and speed for AI VFI
Browse files Browse the repository at this point in the history
VFI: video frame interpolation
  • Loading branch information
FurongZhang authored and gfxVPLsdm committed Sep 10, 2024
1 parent 9a8f295 commit 691eb81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/vpl/mfxstructures.h
Original file line number Diff line number Diff line change
Expand Up @@ -5164,6 +5164,11 @@ MFX_PACK_END()
typedef enum {
MFX_AI_FRAME_INTERPOLATION_MODE_DISABLE = 0, /*!< AI based frame interpolation is disabled. The library duplicates the frame if AI frame interpolation is disabled.*/
MFX_AI_FRAME_INTERPOLATION_MODE_DEFAULT = 1, /*!< Default AI based frame interpolation mode. The library selects the most appropriate AI based frame interpolation mode.*/

#ifdef ONEVPL_EXPERIMENTAL
MFX_AI_FRAME_INTERPOLATION_MODE_BEST_SPEED = 2, /*!< AI based frame interpolation in best speed.*/
MFX_AI_FRAME_INTERPOLATION_MODE_BEST_QUALITY = 3, /*!< AI based frame interpolation in best quality.*/
#endif
} mfxAIFrameInterpolationMode;

/*!
Expand Down

0 comments on commit 691eb81

Please sign in to comment.