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
2a2139bc
Commit
2a2139bc
authored
Oct 15, 2007
by
Waldo Bastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pic_quantizer_scale needs 5 bits instead of 1
parent
a0c4efd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/va.h
src/va.h
+1
-1
No files found.
src/va.h
View file @
2a2139bc
...
...
@@ -728,7 +728,7 @@ typedef struct _VAPictureParameterBufferVC1
struct
{
unsigned
char
dquant
:
2
;
/* ENTRY_POINT_LAYER::DQUANT */
unsigned
char
half_qp
:
1
;
/* PICTURE_LAYER::HALFQP */
unsigned
char
pic_quantizer_scale
:
1
;
/* PICTURE_LAYER::PQUANT */
unsigned
char
pic_quantizer_scale
:
5
;
/* PICTURE_LAYER::PQUANT */
unsigned
char
pic_quantizer_type
:
1
;
/* PICTURE_LAYER::PQUANTIZER */
unsigned
char
dq_frame
:
1
;
/* VOPDQUANT::DQUANTFRM */
unsigned
char
dq_profile
:
2
;
/* VOPDQUANT::DQPROFILE */
...
...
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