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:tones
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
qdmc.c
59
QDMCTone
tones
[5][8192];
member
412
if (index >= FF_ARRAY_ELEMS(s->
tones
[group])) {
in add_tone()
413
av_log(s->avctx, AV_LOG_WARNING, "Too many
tones
already in buffer, ignoring tone!\n");
in add_tone()
417
s->
tones
[group][index].offset = offset;
in add_tone()
418
s->
tones
[group][index].freq = freq;
in add_tone()
419
s->
tones
[group][index].mode = stereo_mode;
in add_tone()
420
s->
tones
[group][index].amplitude = amplitude;
in add_tone()
421
s->
tones
[group][index].phase = phase;
in add_tone()
603
QDMCTone *t = &s->
tones
[g][w];
in add_waves()
612
QDMCTone *t = &s->
tones
[
in add_waves()
[all...]
H
A
D
dca_lbr.h
118
uint16_t tonal_bounds[5][32][2]; ///< Per-group per-subframe start/end positions of
tones
119
DCALbrTone
tones
[DCA_LBR_TONES]; ///< Circular buffer of
tones
member
H
A
D
dca_lbr.c
285
// Parse
tones
for this subframe
in parse_tonal()
331
DCALbrTone *t = &s->
tones
[s->ntones];
in parse_tonal()
1612
* Synthesise
tones
in the given group for the given tonal subframe
1626
DCALbrTone *t = &s->
tones
[(start + i) & (DCA_LBR_TONES - 1)];
in synth_tones()
1676
* Synthesise all
tones
in all groups for the given residual subframe
Completed in 5 milliseconds