Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libopus
/
1b9be1a616f38f21f61f2c6b0d51e8763f0c785e
/
celt
/
cwrs.h
6218cba
Making decode_pulses() compute the L2-norm on the fly
by Jean-Marc Valin
· 11 years ago
cb05e7c
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
by Jean-Marc Valin
· 13 years ago
c374990
renames the libcelt/ directory to celt/
by Jean-Marc Valin
· 13 years ago
[Renamed from libcelt/cwrs.h]
f334c82
Adds a fuzzing mode that causes the encoder to make random decisions
by Jean-Marc Valin
· 13 years ago
71d39ad
Correct many whitespace errors under libcelt/ and remove
by Gregory Maxwell
· 13 years ago
d77d6a5
Renamed celt_[u]int* to opus_[u]int*
by Jean-Marc Valin
· 13 years ago
9bac8c1
Eliminate the ec_int32 and ec_uint32 typedefs.
by Timothy B. Terriberry
· 14 years ago
3806c1d
Relicensing under the simplified (2-clause) BSD license
by Jean-Marc Valin
· 14 years ago
2fcb239
Removing the rest of the >32-bit PVQ code
by Jean-Marc Valin
· 14 years ago
8b2ff0d
Updated copyright notices
by Jean-Marc Valin
· 15 years ago
30f7f81
Changed all the celt*int*_t types to remove the _t suffix, which is reserved
by Jean-Marc Valin
· 15 years ago
d98d8ae
CWRS clean-ups and optimizations.
by Timothy B. Terriberry
· 15 years ago
9a6c496
Changed the allocator to be smarter about the way it allocates
by Jean-Marc Valin
· 16 years ago
310fb3c
Compute the real maximum required bits for a split.
by Timothy B. Terriberry
· 16 years ago
5ee9715
Change cwrsi() to operate on rows of U instead of columns.
by Timothy B.B Terriberry
· 16 years ago
d910274
Change CWRS indexing to use Pyramid VQ's magnitude ordering.
by Timothy B.B Terriberry
· 16 years ago
679083f
Implemented split-cwrs for very large codebooks (>64 bits), but still getting
by Jean-Marc Valin
· 16 years ago
5aff7c0
Implemented a cleaner way to detect whether CWRS codebooks fit in 32 or 64 bits
by Jean-Marc Valin
· 16 years ago
e6ce0c6
optimisation: Removed a bunch of conditional branches from comb2pulse()
by Jean-Marc Valin
· 17 years ago
d883670
Rework CWRS code.
by Timothy B. Terriberry
· 17 years ago
c7e0b76
Making sure not to use the C library calls directly
by Jean-Marc Valin
· 17 years ago
0d28aa9
Now no divisions required in the cwrs code
by Jean-Marc Valin
· 17 years ago
bf17da6
Reduced useless calls to ncwrs64() by half.
by Jean-Marc Valin
· 17 years ago
5fa5995
moved pulse [en|de]coding to cwrs.c
by Jean-Marc Valin
· 17 years ago
abe043f
Moving everything to the same type abstraction (sort of).
by Jean-Marc Valin
· 17 years ago
f8db800
Added support for codebooks up to 64 bits.
by Jean-Marc Valin
· 17 years ago
c4541ae
Code for converting back and forth between pulse vectors and the correspondig
by Timothy B. Terriberry
· 17 years ago