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:i_count
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ratecontrol.c
54
s->
i_count
, s->skip_count,
in ff_write_pass1_stats()
255
rce->
i_count
/ mb_num,
in get_qscale()
594
&rce->
i_count
, &rce->skip_count, &rce->header_bits);
in ff_rate_control_init()
645
rce.
i_count
= s->mb_num;
in ff_rate_control_init()
650
rce.
i_count
= 0; // FIXME we do know this approx
in ff_rate_control_init()
955
rce->
i_count
= s->mb_num;
in ff_rate_estimate_qscale()
960
rce->
i_count
= 0; // FIXME we do know this approx
in ff_rate_estimate_qscale()
H
A
D
ratecontrol.h
54
int
i_count
;
member
H
A
D
mpegvideo.h
326
int
i_count
;
member
H
A
D
mpeg12enc.c
841
s->
i_count
++;
in mpeg1_encode_mb_internal()
851
s->
i_count
++;
in mpeg1_encode_mb_internal()
H
A
D
mpegvideo_enc.c
2437
d->
i_count
= s->
i_count
;
in copy_context_before_encode()
2466
d->
i_count
= s->
i_count
;
in copy_context_after_encode()
2780
s->
i_count
=0;
in encode_thread()
3409
MERGE(
i_count
);
in merge_context_after_encode()
H
A
D
ituh263enc.c
687
s->
i_count
++;
in ff_h263_encode_mb()
H
A
D
msmpeg4enc.c
491
s->
i_count
++;
in ff_msmpeg4_encode_mb()
H
A
D
mpeg4videoenc.c
851
s->
i_count
++;
in ff_mpeg4_encode_mb()
Completed in 16 milliseconds