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:bark1
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
psymodel.c
1727
FLOAT
bark1
;
in init_numline()
local
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()
1813
FLOAT
bark1
, bark2;
in compute_bark_values()
local
1815
bark1
= freq2bark(sfreq * (j));
in compute_bark_values()
1817
bval[k] = .5 * (
bark1
+ bark2);
in compute_bark_values()
1819
bark1
= freq2bark(sfreq * (j - .5));
in compute_bark_values()
1821
bval_width[k] = bark2 -
bark1
;
in compute_bark_values()
/third_party/ffmpeg/libavcodec/
H
A
D
twinvq.h
95
uint8_t
bark1
[TWINVQ_CHANNELS_MAX][TWINVQ_SUBBLOCKS_MAX][TWINVQ_BARK_N_COEF_MAX];
member
H
A
D
metasound.c
203
bits->
bark1
[i][j][k] =
in metasound_read_bitstream()
H
A
D
twinvqdec.c
282
bits->
bark1
[i][j][k] =
in twinvq_read_bitstream()
H
A
D
twinvq.c
447
tctx->dec_bark_env(tctx, bits->
bark1
[i][j],
in read_and_decode_spectrum()
Completed in 7 milliseconds