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:Atrac3pWavesData
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
atrac3plus.h
75
typedef struct
Atrac3pWavesData
{
struct
80
}
Atrac3pWavesData
;
typedef
115
Atrac3pWavesData
tones_info_hist[2][ATRAC3P_SUBBANDS];
116
Atrac3pWavesData
*tones_info;
117
Atrac3pWavesData
*tones_info_prev;
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()
1654
FFSWAP(
Atrac3pWavesData
, ct
in decode_tones_info()
[all...]
H
A
D
atrac3plusdsp.c
128
Atrac3pWavesData
*waves_info,
in waves_synth()
192
Atrac3pWavesData
*tones_now = &ch_unit->channels[ch_num].tones_info_prev[sb];
in ff_atrac3p_generate_tones()
193
Atrac3pWavesData
*tones_next = &ch_unit->channels[ch_num].tones_info[sb];
in ff_atrac3p_generate_tones()
H
A
D
atrac3plusdec.c
341
FFSWAP(
Atrac3pWavesData
*, ch_unit->channels[ch].tones_info,
in reconstruct_frame()
Completed in 6 milliseconds