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
f346f1b5
Commit
f346f1b5
authored
Nov 27, 2019
by
David Flynn
Browse files
attr: remove spurious logging of zero_cnt
parent
d580dd0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmc3/AttributeDecoder.cpp
View file @
f346f1b5
...
@@ -599,7 +599,6 @@ AttributeDecoder::decodeColorsLift(
...
@@ -599,7 +599,6 @@ AttributeDecoder::decodeColorsLift(
// decompress
// decompress
int
zero_cnt
=
decoder
.
decodeZeroCnt
(
zeroCntLimit
);
int
zero_cnt
=
decoder
.
decodeZeroCnt
(
zeroCntLimit
);
std
::
cout
<<
zero_cnt
<<
'\n'
;
int
quantLayer
=
0
;
int
quantLayer
=
0
;
for
(
size_t
predictorIndex
=
0
;
predictorIndex
<
pointCount
;
for
(
size_t
predictorIndex
=
0
;
predictorIndex
<
pointCount
;
++
predictorIndex
)
{
++
predictorIndex
)
{
...
@@ -616,7 +615,6 @@ AttributeDecoder::decodeColorsLift(
...
@@ -616,7 +615,6 @@ AttributeDecoder::decodeColorsLift(
}
else
{
}
else
{
decoder
.
decode
(
values
);
decoder
.
decode
(
values
);
zero_cnt
=
decoder
.
decodeZeroCnt
(
zeroCntLimit
);
zero_cnt
=
decoder
.
decodeZeroCnt
(
zeroCntLimit
);
std
::
cout
<<
zero_cnt
<<
'\n'
;
}
}
const
int64_t
quantWeight
=
weights
[
predictorIndex
];
const
int64_t
quantWeight
=
weights
[
predictorIndex
];
...
...
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