Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2012-08-23 05:22:22 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-08-23 05:22:22 +0400
commita69a6f8bc4775a1663d7a12de77fa6d1465ef4f9 (patch)
tree039647c150d6cb1c446a4c3a309d58e9bc45f926
parentc73ed6481d214ef433e93b45172d1b2ad628de81 (diff)
misc updates to RFCv1.0.0
-rw-r--r--doc/draft-ietf-codec-opus.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/draft-ietf-codec-opus.xml b/doc/draft-ietf-codec-opus.xml
index 3664e9ee..f97bd709 100644
--- a/doc/draft-ietf-codec-opus.xml
+++ b/doc/draft-ietf-codec-opus.xml
@@ -5471,7 +5471,7 @@ This represents a boost step size of six bits, subject to a lower limit of
Set 'boost' to zero and 'dynalloc_loop_logp'
to dynalloc_logp. While dynalloc_loop_log (the current worst case symbol cost) in
8th bits plus tell is less than total_bits plus total_boost and boost is less than cap[] for this
-band: Decode a bit from the bitstream with a with dynalloc_loop_logp as the cost
+band: Decode a bit from the bitstream with dynalloc_loop_logp as the cost
of a one and update tell to reflect the current used capacity.
If the decoded value is zero break the loop.
Otherwise, add quanta to boost and total_boost, subtract quanta from
@@ -8338,7 +8338,7 @@ reference implementation of the Opus codec written in C.&nbsp; By default,
this implementation relies on floating-point arithmetic, but it can be
compiled to use only fixed-point arithmetic by defining the FIXED_POINT
macro. The normative behavior is defined as the output using the floating-point
-confguration. Information on building and using the reference implementation is
+configuration. Information on building and using the reference implementation is
available in the README file.
</t>