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:f_center
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacps_tablegen.h
180
double
f_center
, theta;
in ps_tableinit()
local
182
f_center
= f_center_20[k] * 0.125;
in ps_tableinit()
184
f_center
= k - 6.5f;
in ps_tableinit()
186
theta = -M_PI * fractional_delay_links[m] *
f_center
;
in ps_tableinit()
190
theta = -M_PI*fractional_delay_gain*
f_center
;
in ps_tableinit()
195
double
f_center
, theta;
in ps_tableinit()
local
197
f_center
= f_center_34[k] / 24.0;
in ps_tableinit()
199
f_center
= k - 26.5f;
in ps_tableinit()
201
theta = -M_PI * fractional_delay_links[m] *
f_center
;
in ps_tableinit()
205
theta = -M_PI*fractional_delay_gain*
f_center
;
in ps_tableinit()
[all...]
H
A
D
aacps_fixed_tablegen.h
358
int64_t
f_center
;
in ps_tableinit()
local
362
f_center
= f_center_20[k];
in ps_tableinit()
364
f_center
= (k << 3) - 52;
in ps_tableinit()
367
theta = (int)(((int64_t)fractional_delay_links[m] *
f_center
+ 8) >> 4);
in ps_tableinit()
373
theta = (int)(((int64_t)fractional_delay_gain *
f_center
+ 8) >> 4);
in ps_tableinit()
380
int theta,
f_center
;
in ps_tableinit()
local
384
f_center
= f_center_34[k];
in ps_tableinit()
386
f_center
= ((int64_t)k << 26) - (53 << 25);
in ps_tableinit()
389
theta = (int)(((int64_t)fractional_delay_links[m] *
f_center
+ 0x10000000) >> 27);
in ps_tableinit()
395
theta = (int)(((int64_t)fractional_delay_gain *
f_center
in ps_tableinit()
[all...]
Completed in 2 milliseconds