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
2d8818a4
Commit
2d8818a4
authored
Jul 08, 2009
by
Gwenole Beauchesne
Committed by
Austin Yuan
Sep 01, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new H.264 fields for XvBA backend.
Signed-off-by:
Austin Yuan
<
shengquan.yuan@intel.com
>
parent
a82db0c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/va.h
src/va.h
+5
-1
No files found.
src/va.h
View file @
2d8818a4
...
...
@@ -925,7 +925,8 @@ typedef struct _VAPictureParameterBufferH264
union
{
struct
{
unsigned
char
chroma_format_idc
:
2
;
unsigned
char
residual_colour_transform_flag
:
1
;
unsigned
char
residual_colour_transform_flag
:
1
;
unsigned
int
gaps_in_frame_num_value_allowed_flag
:
1
;
unsigned
char
frame_mbs_only_flag
:
1
;
unsigned
char
mb_adaptive_frame_field_flag
:
1
;
unsigned
char
direct_8x8_inference_flag
:
1
;
...
...
@@ -939,7 +940,9 @@ typedef struct _VAPictureParameterBufferH264
}
seq_fields
;
unsigned
char
num_slice_groups_minus1
;
unsigned
char
slice_group_map_type
;
unsigned
short
slice_group_change_rate_minus1
;
signed
char
pic_init_qp_minus26
;
signed
char
pic_init_qs_minus26
;
signed
char
chroma_qp_index_offset
;
signed
char
second_chroma_qp_index_offset
;
union
{
...
...
@@ -953,6 +956,7 @@ typedef struct _VAPictureParameterBufferH264
unsigned
int
pic_order_present_flag
:
1
;
unsigned
int
deblocking_filter_control_present_flag
:
1
;
unsigned
int
redundant_pic_cnt_present_flag
:
1
;
unsigned
int
reference_pic_flag
:
1
;
/* nal_ref_idc != 0 */
}
bits
;
unsigned
char
value
;
}
pic_fields
;
...
...
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