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:freq2bark
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
psymodel.c
56
barks is given by
freq2bark
()
1705
double arg =
freq2bark
(f);
in stereo_demask()
1729
bark1 =
freq2bark
(sfreq * j);
in init_numline()
1733
for (j2 = j;
freq2bark
(sfreq * j2) - bark1 < DELBARK && j2 <= fft_size / 2; j2++);
in init_numline()
1815
bark1 =
freq2bark
(sfreq * (j));
in compute_bark_values()
1816
bark2 =
freq2bark
(sfreq * (j + w - 1));
in compute_bark_values()
1819
bark1 =
freq2bark
(sfreq * (j - .5));
in compute_bark_values()
1820
bark2 =
freq2bark
(sfreq * (j + w - .5));
in compute_bark_values()
H
A
D
util.h
568
extern FLOAT
freq2bark
(FLOAT freq);
H
A
D
util.c
281
freq2bark
(FLOAT freq)
in freq2bark()
function
/third_party/ffmpeg/libavcodec/
H
A
D
imc.c
123
static inline double
freq2bark
(double freq)
in freq2bark()
function
138
bark =
freq2bark
(freq);
in iac_generate_tabs()
152
tb =
freq2bark
(tf);
in iac_generate_tabs()
161
tb =
freq2bark
(tf);
in iac_generate_tabs()
/third_party/ffmpeg/libavfilter/
H
A
D
af_afftdn.c
457
static double
freq2bark
(double x)
in freq2bark()
function
663
s->bin2band[i] = lrint(sdiv *
freq2bark
((0.5 * i * s->sample_rate) / s->fft_length2));
in config_input()
Completed in 11 milliseconds