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:mb_decision
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
avcodec.h
862
int
mb_decision
;
member
H
A
D
mpegvideo_enc.c
499
if (s->obmc && avctx->
mb_decision
!= FF_MB_DECISION_SIMPLE) {
in ff_mpv_encode_init()
564
avctx->
mb_decision
!= FF_MB_DECISION_RD) {
in ff_mpv_encode_init()
1293
c->
mb_decision
= s->avctx->
mb_decision
;
in estimate_best_b_count()
1735
int hq = (avctx->
mb_decision
== FF_MB_DECISION_RD || avctx->trellis);
in ff_mpv_encode_picture()
1989
if (overflow && s->avctx->
mb_decision
== FF_MB_DECISION_SIMPLE)
in clip_coeffs()
2520
if(s->avctx->
mb_decision
== FF_MB_DECISION_RD){
in encode_mb_hq()
3230
if(s->avctx->
mb_decision
== FF_MB_DECISION_BITS)
in encode_thread()
H
A
D
dnxhdenc.c
342
if (ctx->m.avctx->
mb_decision
!= FF_MB_DECISION_RD) {
in dnxhd_init_rc()
866
if (avctx->
mb_decision
== FF_MB_DECISION_RD || !RC_VARIANCE) {
in dnxhd_calc_bits_thread()
1280
if (avctx->
mb_decision
== FF_MB_DECISION_RD)
in dnxhd_encode_picture()
H
A
D
libxvid.c
424
switch (avctx->
mb_decision
) {
in xvid_encode_init()
H
A
D
motion_est.c
971
if (c->avctx->
mb_decision
> FF_MB_DECISION_SIMPLE) {
in ff_estimate_p_frame_motion()
1580
if(c->avctx->
mb_decision
> FF_MB_DECISION_SIMPLE){
in ff_estimate_b_frame_motion()
H
A
D
options_table.h
210
{"mbd", "macroblock decision algorithm (high quality mode)", OFFSET(
mb_decision
), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, 2, V|E, "mbd"},
H
A
D
mpegvideo.c
1437
s->avctx->
mb_decision
!= FF_MB_DECISION_RD)) { // FIXME precalc
in mpv_reconstruct_mb_internal()
/third_party/ffmpeg/doc/examples/
H
A
D
muxing.c
201
c->
mb_decision
= 2;
in add_stream()
Completed in 24 milliseconds