Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Satoru KUMA
MPEG129-m52280
Commits
ac0d1d7b
Commit
ac0d1d7b
authored
Mar 14, 2019
by
David Flynn
Committed by
David Flynn
Aug 12, 2019
Browse files
attr/m47378: increase fixed point precision to 15bit
parent
b1e2cf7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmc3/FixedPoint.h
View file @
ac0d1d7b
...
@@ -44,7 +44,7 @@ namespace pcc {
...
@@ -44,7 +44,7 @@ namespace pcc {
class
FixedPoint
{
class
FixedPoint
{
public:
public:
// Number of fractional bits in fixed point representation
// Number of fractional bits in fixed point representation
static
const
int
kFracBits
=
8
;
static
const
int
kFracBits
=
15
;
static
const
int
kOneHalf
=
1
<<
(
kFracBits
-
1
);
static
const
int
kOneHalf
=
1
<<
(
kFracBits
-
1
);
// Fixed point value
// Fixed point value
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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