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:slice_context
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ffv1.c
104
FFV1Context *fs = f->
slice_context
[i];
in ff_ffv1_init_slices_state()
129
f->
slice_context
[i++] = fs;
in ff_ffv1_init_slice_contexts()
210
FFV1Context *fs = s->
slice_context
[j];
in ff_ffv1_close()
225
FFV1Context *sf = s->
slice_context
[i];
in ff_ffv1_close()
232
av_freep(&s->
slice_context
[i]);
in ff_ffv1_close()
H
A
D
ffv1dec.c
264
for( si=0; fs != f->
slice_context
[si]; si ++)
in decode_slice()
271
FFV1Context *fssrc = f->fsrc->
slice_context
[si];
in decode_slice()
272
FFV1Context *fsdst = f->
slice_context
[si];
in decode_slice()
551
RangeCoder *const c = &f->
slice_context
[0]->c;
in read_header()
780
FFV1Context *fs = f->
slice_context
[j];
in read_header()
862
RangeCoder *const c = &f->
slice_context
[0]->c;
in decode_frame()
928
FFV1Context *fs = f->
slice_context
[i];
in decode_frame()
972
&f->
slice_context
[0],
in decode_frame()
978
FFV1Context *fs = f->
slice_context
[i];
in decode_frame()
1059
struct FFV1Context *
slice_context
[MAX_SLICE
in update_thread_context()
local
[all...]
H
A
D
ffv1enc.c
350
RangeCoder *const c = &f->
slice_context
[0]->c;
in write_header()
374
FFV1Context *fs = f->
slice_context
[i];
in write_header()
892
FFV1Context *sf = s->
slice_context
[j];
in encode_init()
1100
RangeCoder *const c = &f->
slice_context
[0]->c;
in encode_frame()
1120
FFV1Context *fs = f->
slice_context
[j];
in encode_frame()
1191
FFV1Context *fs = f->
slice_context
[i];
in encode_frame()
1202
avctx->execute(avctx, encode_slice, &f->
slice_context
[0], NULL,
in encode_frame()
1207
FFV1Context *fs = f->
slice_context
[i];
in encode_frame()
H
A
D
ffv1.h
122
struct FFV1Context *
slice_context
[MAX_SLICES];
member
Completed in 5 milliseconds