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:max_slice_count
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ffv1.c
103
for (i = 0; i < f->
max_slice_count
; i++) {
in ff_ffv1_init_slices_state()
113
int i,
max_slice_count
= f->num_h_slices * f->num_v_slices;
in ff_ffv1_init_slice_contexts()
local
115
av_assert0(
max_slice_count
> 0);
in ff_ffv1_init_slice_contexts()
117
for (i = 0; i <
max_slice_count
;) {
in ff_ffv1_init_slice_contexts()
145
f->
max_slice_count
=
max_slice_count
;
in ff_ffv1_init_slice_contexts()
149
f->
max_slice_count
= i;
in ff_ffv1_init_slice_contexts()
209
for (j = 0; j < s->
max_slice_count
; j++) {
in ff_ffv1_close()
224
for (i = 0; i < s->
max_slice_count
; i++) {
in ff_ffv1_close()
231
for (i = 0; i < s->
max_slice_count
;
in ff_ffv1_close()
[all...]
H
A
D
ffv1.h
124
int
max_slice_count
;
member
H
A
D
ffv1dec.c
759
f->slice_count = f->
max_slice_count
;
in read_header()
774
if (f->slice_count > (unsigned)MAX_SLICES || f->slice_count <= 0 || f->slice_count > f->
max_slice_count
) {
in read_header()
775
av_log(f->avctx, AV_LOG_ERROR, "slice count %d is invalid (max=%d)\n", f->slice_count, f->
max_slice_count
);
in read_header()
1077
av_assert1(fdst->
max_slice_count
== fsrc->
max_slice_count
);
in update_thread_context()
H
A
D
ffv1enc.c
881
s->slice_count = s->
max_slice_count
;
in encode_init()
891
for (j = 0; j < s->
max_slice_count
; j++) {
in encode_init()
1118
av_assert0(f->slice_count == f->
max_slice_count
);
in encode_frame()
Completed in 5 milliseconds