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:p_tex_bits
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ratecontrol.c
47
s->
p_tex_bits
,
in ff_write_pass1_stats()
68
return rce->qscale * (double)(rce->i_tex_bits + rce->
p_tex_bits
+ 1) / qp;
in qp2bits()
76
return rce->qscale * (double)(rce->i_tex_bits + rce->
p_tex_bits
+ 1) / bits;
in bits2qp()
251
rce->
p_tex_bits
* rce->qscale,
in get_qscale()
252
(rce->i_tex_bits + rce->
p_tex_bits
) * (double)rce->qscale,
in get_qscale()
333
rcc->p_cplx_sum[rce->pict_type] += rce->
p_tex_bits
* rce->qscale;
in init_pass2()
337
complexity[rce->new_pict_type] += (rce->i_tex_bits + rce->
p_tex_bits
) *
in init_pass2()
590
&rce->pict_type, &rce->qscale, &rce->i_tex_bits, &rce->
p_tex_bits
,
in ff_rate_control_init()
647
rce.
p_tex_bits
= 0;
in ff_rate_control_init()
652
rce.
p_tex_bits
in ff_rate_control_init()
[all...]
H
A
D
ratecontrol.h
46
int
p_tex_bits
;
member
H
A
D
wmv2enc.c
233
s->
p_tex_bits
+= get_bits_diff(s);
in ff_wmv2_encode_mb()
H
A
D
mpegvideo.h
325
int
p_tex_bits
;
member
H
A
D
mpeg4videoenc.c
630
s->
p_tex_bits
+= get_bits_diff(s);
in ff_mpeg4_encode_mb()
794
s->
p_tex_bits
+= get_bits_diff(s);
in ff_mpeg4_encode_mb()
1349
s->
p_tex_bits
+= tex_pb_len;
in ff_mpeg4_merge_partitions()
H
A
D
mpegvideo_enc.c
1789
s->
p_tex_bits
);
in ff_mpv_encode_picture()
2436
d->
p_tex_bits
= s->
p_tex_bits
;
in copy_context_before_encode()
2465
d->
p_tex_bits
= s->
p_tex_bits
;
in copy_context_after_encode()
2779
s->
p_tex_bits
=0;
in encode_thread()
3408
MERGE(
p_tex_bits
);
in merge_context_after_encode()
H
A
D
ituh263enc.c
684
s->
p_tex_bits
+= get_bits_diff(s);
in ff_h263_encode_mb()
H
A
D
msmpeg4enc.c
435
s->
p_tex_bits
+= get_bits_diff(s);
in ff_msmpeg4_encode_mb()
H
A
D
mpeg12enc.c
1053
s->
p_tex_bits
+= get_bits_diff(s);
in mpeg1_encode_mb_internal()
H
A
D
snowenc.c
1857
s->m.
p_tex_bits
= s->m.frame_bits - s->m.misc_bits - s->m.mv_bits;
in encode_frame()
Completed in 20 milliseconds