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:channel_params
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mlpdec.c
83
ChannelParams
channel_params
[MAX_CHANNELS];
member
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()
679
FilterParams *fp = &s->
channel_params
[channel].filter_params[filter];
in read_filter_params()
702
int32_t *fcoeff = s->
channel_params
[channel].coeff[filter];
in read_filter_params()
821
ChannelParams *cp = &s->
channel_params
[ch];
in read_channel_params()
936
ChannelParams *cp = &s->
channel_params
[ch];
in read_decoding_params()
961
const int32_t *fircoeff = s->
channel_params
[channel].coeff[FIR];
in filter_channel()
965
FilterParams *fir = &s->
channel_params
[channe
in filter_channel()
[all...]
H
A
D
mlpenc.c
169
ChannelParams *
channel_params
;
member
412
static void clear_channel_params(ChannelParams
channel_params
[MAX_CHANNELS], int nb_channels)
in clear_channel_params()
argument
415
ChannelParams *cp = &
channel_params
[channel];
in clear_channel_params()
660
ctx->
channel_params
= av_calloc(size, sizeof(*ctx->
channel_params
));
in mlp_encode_init()
661
if (!ctx->
channel_params
)
in mlp_encode_init()
1961
ChannelParams *seq_cp = ctx->
channel_params
+ ctx->seq_offset[0] * channels;
in set_major_params()
2145
ctx->seq_channel_params = ctx->
channel_params
+ ctx->seq_offset[seq_index] * channels;
in mlp_encode_frame()
2200
av_freep(&ctx->
channel_params
);
in mlp_encode_close()
Completed in 6 milliseconds