-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SG2 HEVC VDENC 422 OBSCURATION #1642
base: master
Are you sure you want to change the base?
Conversation
Reg key unable to disable decode scalability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me, however, I have two questions related:
- I saw new rsvd files added in agnostic folder. Will the old embargo rsvd files be deleted?
- Will the rsvd naming be changed? rsvd naming seems meaningless for now if 422wa is decided to fully open source.
@@ -561,12 +561,6 @@ MOS_STATUS CodechalVdencHevcStateG12::PlatformCapabilityCheck() | |||
CODECHAL_ENCODE_CHK_STATUS_MESSAGE_RETURN(eStatus, "12bit encoding is not supported on VDENC"); | |||
} | |||
|
|||
if (m_hevcSeqParams->chroma_format_idc == 2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file is for TGL, please not touch it.
@@ -0,0 +1,101 @@ | |||
/* | |||
* Copyright (c) 2021, Intel Corporation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please modify copyright 2021 -> 2023. And same for other new files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Yes, ill delete the embargo rsvd files.
- Yes, ill rename the file.
Thanks for you reminder.
SG2 HEVC VDENC 422 OBSCURATION