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
8f82bf2b
Commit
8f82bf2b
authored
Oct 16, 2007
by
Waldo Bastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* foward_mb -> forward_mb
* Expand mv_mode from 2 to 3 bits
parent
2a2139bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/va.h
src/va.h
+3
-3
No files found.
src/va.h
View file @
8f82bf2b
...
...
@@ -694,7 +694,7 @@ typedef struct _VAPictureParameterBufferVC1
unsigned
char
direct_mb
:
1
;
/* PICTURE::DIRECTMB */
unsigned
char
skip_mb
:
1
;
/* PICTURE::SKIPMB */
unsigned
char
field_tx
:
1
;
/* PICTURE::FIELDTX */
unsigned
char
foward_mb
:
1
;
/* PICTURE::FORWARDMB */
unsigned
char
fo
r
ward_mb
:
1
;
/* PICTURE::FORWARDMB */
unsigned
char
ac_pred
:
1
;
/* PICTURE::ACPRED */
unsigned
char
overflags
:
1
;
/* PICTURE::OVERFLAGS */
};
...
...
@@ -711,8 +711,8 @@ typedef struct _VAPictureParameterBufferVC1
};
union
{
struct
{
unsigned
char
mv_mode
:
2
;
/* PICTURE_LAYER::MVMODE */
unsigned
char
mv_mode2
:
2
;
/* PICTURE_LAYER::MVMODE2 */
unsigned
char
mv_mode
:
3
;
/* PICTURE_LAYER::MVMODE */
unsigned
char
mv_mode2
:
3
;
/* PICTURE_LAYER::MVMODE2 */
unsigned
char
mv_table
:
3
;
/* PICTURE_LAYER::MVTAB/IMVTAB */
unsigned
char
two_mv_block_pattern_table
:
2
;
/* PICTURE_LAYER::2MVBPTAB */
unsigned
char
four_mv_switch
:
1
;
/* PICTURE_LAYER::4MVSWITCH */
...
...
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