Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libopus
/
c3273ed7e79045183281d1d80a6b6b86839d197d
/
celt
/
ecintrin.h
07418d9
Guard _BitScanReverse on MSVC so that MSVC 6 doesn't break.
by Gregory Maxwell
· 12 years ago
cb05e7c
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
by Jean-Marc Valin
· 13 years ago
fa2750b
More changes addressing Robert Sparks' review
by Timothy B. Terriberry
· 13 years ago
9e19fe6
Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h.
by Ralph Giles
· 13 years ago
c374990
renames the libcelt/ directory to celt/
by Jean-Marc Valin
· 13 years ago
[Renamed from libcelt/ecintrin.h]
d6335ab
Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses.
by Gregory Maxwell
· 13 years ago
662587d
Remove many unused defines and convert some double constants to float.
by Gregory Maxwell
· 14 years ago
d77d6a5
Renamed celt_[u]int* to opus_[u]int*
by Jean-Marc Valin
· 14 years ago
403485d
Typo in C5X macro
by Jean-Marc Valin
· 14 years ago
9bac8c1
Eliminate the ec_int32 and ec_uint32 typedefs.
by Timothy B. Terriberry
· 14 years ago
6c8acbf
EC_ILOG cleanups.
by Timothy B. Terriberry
· 14 years ago
3806c1d
Relicensing under the simplified (2-clause) BSD license
by Jean-Marc Valin
· 14 years ago
df2c71e
Use _BitScanReverse for EC_ILOG with MSVC.
by Timothy B. Terriberry
· 14 years ago
71ae6d4
Some C90-ication
by Jean-Marc Valin
· 15 years ago
8b2ff0d
Updated copyright notices
by Jean-Marc Valin
· 15 years ago
f40bbf7
Include missing copyright information in various files, for signoff.
by Gregory Maxwell
· 16 years ago
98c86c7
Trying to clean up celt_ilog2() vs. EC_ILOG a bit.
by Jean-Marc Valin
· 17 years ago
3c7ae6c
__GNUC_PREREQ should be causing problems anymore.
by Jean-Marc Valin
· 17 years ago
bc60f8b
making sure __GNUC_PREREQ() is only used when __GNUC__ is defined
by Jean-Marc Valin
· 17 years ago
6238bc0
Moved the content of libentcode into libcelt to reduce dependencies,
by Jean-Marc Valin
· 17 years ago
[Renamed from libentcode/ecintrin.h]
06390d0
Add oc_enc_tell to report an estimate of the number of bits used so far.
by tterribe
· 17 years ago
f13fea7
Added ec_{enc|dec}_bits64 and ec_{enc|dec}_bits64.
by Timothy B. Terriberry
· 17 years ago
2ec8d9e
Multiplier-free entropy coder
by Timothy B. Terriberry
· 17 years ago