Skip to content

Commit

Permalink
[Encode] enable Av1e quality information outpute for block ssim
Browse files Browse the repository at this point in the history
block ssim output enable for Av1e
  • Loading branch information
Christa03 authored and gfxVPLsdm committed Sep 3, 2024
1 parent 2d775e5 commit 522386f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _studio/mfx_lib/encode_hw/av1/agnostic/av1ehw_ddi.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ typedef struct tagENCODE_CAPS_AV1
union {
struct {
uint8_t enable_frame : 1; // support frame level quality info
uint8_t reserved3 : 7; // [0]
uint8_t enable_block : 1; // support block level quality info
uint8_t reserved3 : 6; // [0]
} fields;
uint8_t value;
} QualityInfoSupportFlags;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class IDDIPacker
DECL_BLOCK(Reset) \
DECL_BLOCK(SubmitTask) \
DECL_BLOCK(QueryTask) \
DECL_BLOCK(PatchDDIFeedback) \
DECL_BLOCK(QueryCaps) \
DECL_BLOCK(SetCallChains)
#define DECL_FEATURE_NAME "Base_IDDIPacker"
Expand Down

0 comments on commit 522386f

Please sign in to comment.