Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libva
Commits
51ecad6f
Commit
51ecad6f
authored
Apr 06, 2011
by
Zhou Chang
Committed by
Xiang, Haihao
Apr 07, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabling cabac zeros words inert, using 0x00000000 as end of bit streaming flag.
parent
52d98527
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
i965_drv_video/gen6_mfc.c
i965_drv_video/gen6_mfc.c
+2
-2
No files found.
i965_drv_video/gen6_mfc.c
View file @
51ecad6f
...
...
@@ -206,7 +206,7 @@ gen6_mfc_avc_img_state(VADriverContextP ctx)
(
0
<<
16
)
|
/*Mininum Frame size*/
(
0
<<
15
)
|
/*Disable reading of Macroblock Status Buffer*/
(
0
<<
14
)
|
/*Load BitStream Pointer only once, 1 slic 1 frame*/
(
1
<<
13
)
|
/*CABAC 0 word insertion test enable*/
(
0
<<
13
)
|
/*CABAC 0 word insertion test enable*/
(
1
<<
12
)
|
/*MVUnpackedEnable,compliant to DXVA*/
(
1
<<
10
)
|
/*Chroma Format IDC, 4:2:0*/
(
1
<<
7
)
|
/*0:CAVLC encoding mode,1:CABAC*/
...
...
@@ -302,7 +302,7 @@ static void gen6_mfc_avc_slice_state(VADriverContextP ctx, int intra_slice)
(
1
<<
16
)
|
/*SliceData PresentFlag*/
(
0
<<
15
)
|
/*TailPresentFlag*/
(
1
<<
13
)
|
/*RBSP NAL TYPE*/
(
1
<<
12
)
);
/*CabacZeroWordInsertionEnable*/
(
0
<<
12
)
);
/*CabacZeroWordInsertionEnable*/
OUT_BCS_RELOC
(
ctx
,
bcs_state
->
mfc_indirect_pak_bse_object
.
bo
,
I915_GEM_DOMAIN_INSTRUCTION
,
I915_GEM_DOMAIN_INSTRUCTION
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment