Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
0947d503
Commit
0947d503
authored
16 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Laplace details
parent
ae0845fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/ietf/draft-valin-celt-codec.xml
+19
-3
19 additions, 3 deletions
doc/ietf/draft-valin-celt-codec.xml
with
19 additions
and
3 deletions
doc/ietf/draft-valin-celt-codec.xml
+
19
−
3
View file @
0947d503
...
...
@@ -158,7 +158,14 @@ of 33 bits per frame to encode the energy of all 19 bands at a
15% bitrate savings in a typical configuration.
</t>
<t>
The Laplace distribution for each band is defined by a 16-bit (Q15) decay parameter.
Thus, the value 0 has a probability of p[0]=32767*(16384-decay)/(16384+decay). The
values +/-i each have a probability p[i] = (p[i-1]*decay)>>14. The value of p[i] is always
rounded down (to avoid exceeding 32767 as the sum of all probabilities), so it is possible
for the sum to be less than 32767. There is thus is small range of values that are impossible.
The signed values corresponding to symbols 0, 1, 2, 3, 4, ... are [0, +1, -1, +2, -2, ...].
</t>
</section>
...
...
@@ -210,9 +217,18 @@ Some more text
<section
anchor=
"Range Decoder"
title=
"Range Decoder"
>
</section>
<section
anchor=
"Energy Envelope Decoding"
title=
"Energy Envelope Decoding"
>
<t>
If the decoded range is within the "impossible range" of the encoder, then
the decoder knows there has been an error in the coding, decoding or transmission
and MAY take measures to conceal the error and/or report that a problem has occured.
</t>
</section>
<section
anchor=
"Spherical VQ Decoder"
title=
"Spherical VQ Decoder"
>
<t>
CELT uses a Pyramid Vector Quantization (PVQ) [] codebook for quantising the details
of the spectrum in each band that haven't been predicted by the pitch predictor.
</t>
<t>
CELT uses a Pyramid Vector Quantization (PVQ)
<xref
target=
"PVQ"
></xref>
codebook
for quantising the details of the spectrum in each band that haven't been predicted
by the pitch predictor.
</t>
</section>
<section
anchor=
"Index Decoding"
title=
"Index Decoding"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment