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:hrtf
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/tools/
H
A
D
sofa2wavs.c
29
struct MYSOFA_HRTF *
hrtf
;
in main()
local
38
hrtf
= mysofa_load(argv[1], &err);
in main()
39
if (!
hrtf
|| err) {
in main()
44
if (
hrtf
->DataSamplingRate.elements != 1)
in main()
46
sample_rate =
hrtf
->DataSamplingRate.values[0];
in main()
56
for (i = 0; i <
hrtf
->M; i++) {
in main()
62
int azi =
hrtf
->SourcePosition.values[i * 3];
in main()
63
int ele =
hrtf
->SourcePosition.values[i * 3 + 1];
in main()
64
int dis =
hrtf
->SourcePosition.values[i * 3 + 2];
in main()
65
int size = 8 *
hrtf
in main()
[all...]
/third_party/ffmpeg/libavfilter/
H
A
D
af_sofalizer.c
46
struct MYSOFA_HRTF *
hrtf
;
member
127
if (sofa->
hrtf
)
in close_sofa()
128
mysofa_free(sofa->
hrtf
);
in close_sofa()
129
sofa->
hrtf
= NULL;
in close_sofa()
143
s->sofa.
hrtf
= mysofa;
in preload_sofa()
156
mysofa_loudness(s->sofa.
hrtf
);
in preload_sofa()
159
mysofa_minphase(s->sofa.
hrtf
, 0.01f);
in preload_sofa()
161
mysofa_tocartesian(s->sofa.
hrtf
);
in preload_sofa()
163
s->sofa.lookup = mysofa_lookup_init(s->sofa.
hrtf
);
in preload_sofa()
168
s->sofa.neighborhood = mysofa_neighborhood_init_withstepdefine(s->sofa.
hrtf
,
in preload_sofa()
439
AVComplexFloat *
hrtf
= s->data_
hrtf
[jobnr]; /* get pointers to current HRTF data */
sofalizer_fast_convolute()
local
[all...]
H
A
D
af_headphone.c
221
AVComplexFloat *
hrtf
= s->data_hrtf[jobnr];
in headphone_fast_convolute()
local
268
hrtf_offset =
hrtf
+ s->hrir_map[i] * n_fft;
in headphone_fast_convolute()
Completed in 3 milliseconds