forked from intel/media-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HEVC Encode FEI] Fix QP reporting issue for HEVC FEI max frame size …
…feature(CL#751641) Description: 1. This issue is caused by that CumulativeQp read from HCP Qp Status Count register has accumulation unit of LCU size not 4x4 size. 2. For every pass, frame delta QP should be set as current pass delta QP which is passed from application, and this delta QP will be used in next pass. Change-Id: I9a0ca7fb387c40df406c3a53f62ccce020f9c910
- Loading branch information
1 parent
defaf9a
commit 3d843ba
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters