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:ChannelParams
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_aexciter.c
26
typedef struct
ChannelParams
{
struct
34
}
ChannelParams
;
typedef
48
ChannelParams
*cp;
80
static void set_params(
ChannelParams
*p,
in set_params()
144
static double distortion_process(AExciterContext *s,
ChannelParams
*p, double in)
in distortion_process()
H
A
D
af_afwtdn.c
380
typedef struct
ChannelParams
{
struct
402
}
ChannelParams
;
typedef
429
ChannelParams
*cp;
572
ChannelParams
*cp = &s->cp[ch];
in reallocate_outputs()
625
ChannelParams
*cp = &s->cp[ch];
in forward()
767
ChannelParams
*cp = &s->cp[ch];
in inverse()
933
ChannelParams
*cp = &s->cp[ch];
in filter_channel()
1180
ChannelParams
*cp = &s->cp[ch];
in config_output()
1249
ChannelParams
*cp = &s->cp[ch];
in uninit()
/third_party/ffmpeg/libavcodec/
H
A
D
mlp.h
88
typedef struct
ChannelParams
{
struct
96
}
ChannelParams
;
typedef
H
A
D
mlpenc.c
169
ChannelParams
*channel_params;
176
ChannelParams
major_channel_params[MAJOR_HEADER_INTERVAL+1][MAX_CHANNELS]; ///<
ChannelParams
to be written to bitstream.
185
ChannelParams
*cur_channel_params;
197
const
ChannelParams
*prev_channel_params;
200
ChannelParams
*seq_channel_params;
212
static
ChannelParams
restart_channel_params[MAX_CHANNELS];
236
static int compare_filter_params(const
ChannelParams
*prev_cp, const
ChannelParams
*cp, int filter)
in compare_filter_params()
286
/** Compares two DecodingParams and
ChannelParams
structure
[all...]
H
A
D
mlpdec.c
83
ChannelParams
channel_params[MAX_CHANNELS];
238
ChannelParams
*cp = &s->channel_params[ch];
in calculate_sign_huff()
266
ChannelParams
*cp = &s->channel_params[channel];
in read_huff_channels()
633
ChannelParams
*cp = &s->channel_params[ch];
in read_restart_header()
821
ChannelParams
*cp = &s->channel_params[ch];
in read_channel_params()
936
ChannelParams
*cp = &s->channel_params[ch];
in read_decoding_params()
Completed in 8 milliseconds