Skip to content

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.

/** \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.

3 participants