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:ch_ctx
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ttaenc.c
34
TTAChannel *
ch_ctx
;
member
60
s->
ch_ctx
= av_malloc_array(avctx->ch_layout.nb_channels, sizeof(*s->
ch_ctx
));
in tta_encode_init()
61
if (!s->
ch_ctx
)
in tta_encode_init()
103
s->
ch_ctx
[i].predictor = 0;
in tta_encode_frame()
104
ff_tta_filter_init(&s->
ch_ctx
[i].filter, ff_tta_filter_configs[s->bps - 1]);
in tta_encode_frame()
105
ff_tta_rice_init(&s->
ch_ctx
[i].rice, 10, 10);
in tta_encode_frame()
109
TTAChannel *c = &s->
ch_ctx
[cur_chan];
in tta_encode_frame()
201
av_freep(&s->
ch_ctx
);
in tta_encode_close()
H
A
D
tta.c
62
TTAChannel *
ch_ctx
;
member
116
s->
ch_ctx
= av_malloc_array(avctx->ch_layout.nb_channels, sizeof(*s->
ch_ctx
));
in allocate_buffers()
117
if (!s->
ch_ctx
)
in allocate_buffers()
258
TTAFilter *filter = &s->
ch_ctx
[i].filter;
in tta_decode_frame()
259
s->
ch_ctx
[i].predictor = 0;
in tta_decode_frame()
266
ff_tta_rice_init(&s->
ch_ctx
[i].rice, 10, 10);
in tta_decode_frame()
271
int32_t *predictor = &s->
ch_ctx
[cur_chan].predictor;
in tta_decode_frame()
272
TTAFilter *filter = &s->
ch_ctx
[cur_chan].filter;
in tta_decode_frame()
273
TTARice *rice = &s->
ch_ctx
[cur_cha
in tta_decode_frame()
[all...]
Completed in 2 milliseconds