Skip to content
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

[Don't Merge] Add repeat frame flag and HEVC PAK statistics for multi-passes encoding #720

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChenXiaomin0306
Copy link

  1. repeat frame flag to denote whether this is one new frame or repeated frame of previous frame for encoding context update.
  2. HEVC CU level stream out from PAK engine can be output to application.

Signed-off-by: ChenXiaomin0306 <xiaomin.chen@intel.com>
/** \brief Buffer type used for sending repeat frame flag to the encoder */
VAEncMiscParameterTypeRepeatFrame = 20,
/** \brief Buffer type used for HEVC Pak statistics */
VAEncMiscParameterTypeHevcPakStat = 21
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why only hevc? what about other codes - avc, av1, etc?

@ChenXiaomin0306 ChenXiaomin0306 changed the title Add repeat frame flag and HEVC PAK statistics for multi-passes encoding [Don't Merge] Add repeat frame flag and HEVC PAK statistics for multi-passes encoding Jun 26, 2023
VAEncMiscParameterTypeExtensionData = 19
VAEncMiscParameterTypeExtensionData = 19,
/** \brief Buffer type used for sending repeat frame flag to the encoder */
VAEncMiscParameterTypeRepeatFrame = 20,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we reuse skip frame?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants