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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@octasic.com>2009-07-03 18:44:16 +0400
committerJean-Marc Valin <jean-marc.valin@octasic.com>2009-07-03 18:44:16 +0400
commit6fa4b56ba891c871c5d54a50703ca3d5bfda11d3 (patch)
tree8e945fb2846964c3b65aad4857d31bdc1bd08546 /libcelt/mfrngcod.h
parent89fff036a9735925f75c02a424605b1f4e185c0f (diff)
ietf doc: fixing up references, removed misleading comments in rangedec.c
Diffstat (limited to 'libcelt/mfrngcod.h')
-rw-r--r--libcelt/mfrngcod.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libcelt/mfrngcod.h b/libcelt/mfrngcod.h
index 42f4365..fbd2b25 100644
--- a/libcelt/mfrngcod.h
+++ b/libcelt/mfrngcod.h
@@ -57,11 +57,4 @@
We will only use EC_CODE_BITS of it.*/
# define EC_CODE_MASK ((((ec_uint32)1U)<<EC_CODE_BITS-1)-1<<1|1)
-
-/*The non-zero symbol of the second possible reserved ending.
- This must be the high-bit.*/
-# define EC_FOF_RSV1 (1<<EC_SYM_BITS-1)
-/*A mask for all the other bits.*/
-# define EC_FOF_RSV1_MASK (EC_FOF_RSV1-1)
-
#endif