Remove many unused defines and convert some double constants to float.
This commit is contained in:
parent
d9636c5d19
commit
662587d9c5
41 changed files with 22 additions and 320 deletions
|
@ -32,8 +32,6 @@
|
|||
#include "entcode.h"
|
||||
#include "arch.h"
|
||||
|
||||
|
||||
|
||||
#if !defined(EC_CLZ)
|
||||
int ec_ilog(opus_uint32 _v){
|
||||
/*On a Pentium M, this branchless version tested as the fastest on
|
||||
|
@ -59,7 +57,6 @@ int ec_ilog(opus_uint32 _v){
|
|||
}
|
||||
#endif
|
||||
|
||||
|
||||
opus_uint32 ec_tell_frac(ec_ctx *_this){
|
||||
opus_uint32 nbits;
|
||||
opus_uint32 r;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue