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_info
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
atrac3plus.c
1314
Atrac3pWavesData *dst = ctx->channels[ch_num].
tones_info
;
in decode_tones_envelope()
1315
Atrac3pWavesData *ref = ctx->channels[0].
tones_info
;
in decode_tones_envelope()
1356
Atrac3pWavesData *dst = ctx->channels[ch_num].
tones_info
;
in decode_band_numwavs()
1357
Atrac3pWavesData *ref = ctx->channels[0].
tones_info
;
in decode_band_numwavs()
1420
Atrac3pWavesData *dst = ctx->channels[ch_num].
tones_info
;
in decode_tones_frequency()
1421
Atrac3pWavesData *ref = ctx->channels[0].
tones_info
;
in decode_tones_frequency()
1481
Atrac3pWavesData *dst = ctx->channels[ch_num].
tones_info
;
in decode_tones_amplitude()
1482
Atrac3pWavesData *ref = ctx->channels[0].
tones_info
;
in decode_tones_amplitude()
1580
Atrac3pWavesData *dst = ctx->channels[ch_num].
tones_info
;
in decode_tones_phase()
1607
memset(ctx->channels[ch_num].
tones_info
,
in decode_tones_info()
[all...]
H
A
D
atrac3plusdec.c
204
ctx->ch_units[i].channels[ch].
tones_info
= &ctx->ch_units[i].channels[ch].tones_info_hist[0][0];
in atrac3p_decode_init()
323
if (ch_unit->channels[ch].
tones_info
[sb].num_wavs ||
in reconstruct_frame()
341
FFSWAP(Atrac3pWavesData *, ch_unit->channels[ch].
tones_info
,
in reconstruct_frame()
H
A
D
atrac3plus.h
116
Atrac3pWavesData *
tones_info
;
member
H
A
D
atrac3plusdsp.c
193
Atrac3pWavesData *tones_next = &ch_unit->channels[ch_num].
tones_info
[sb];
in ff_atrac3p_generate_tones()
Completed in 6 milliseconds