Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IPOW20
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
machine.h
92
#define
IPOW20
(x) (assert(0 <= x && x < Q_MAX), ipow20[x])
macro
93
/*#define
IPOW20
(x) exp( -((double)(x)-210)*.1875*LOG2 ) */
94
/*#define
IPOW20
(x) pow(2.0,-((double)(x)-210)*.1875) */
H
A
D
takehiro.c
774
FLOAT const w = (IXMAX_VAL) /
IPOW20
(gi->global_gain);
in count_bits()
779
quantize_xrpow(xr, ix,
IPOW20
(gi->global_gain), gi, prev_noise);
in count_bits()
785
const FLOAT roundfac = 0.634521682242439 /
IPOW20
(gain);
in count_bits()
H
A
D
quantize.c
899
amp =
IPOW20
(gain);
in inc_subblock_gain()
911
FLOAT const amp =
IPOW20
(202);
in inc_subblock_gain()
Completed in 5 milliseconds