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_penalty_factor
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
motion_est.h
68
int
mb_penalty_factor
;
member
H
A
D
motion_est.c
663
dmin_sum+= (mv_penalty[mx4-pred_x4] + mv_penalty[my4-pred_y4])*c->
mb_penalty_factor
;
in h263_mv4_search()
723
return dmin_sum+ 11*c->
mb_penalty_factor
;
in h263_mv4_search()
820
dmin+= (mv_penalty[mx_i-c->pred_x] + mv_penalty[my_i-c->pred_y] + 1)*c->
mb_penalty_factor
;
in interlaced_search()
822
dmin+= c->
mb_penalty_factor
; //field_select bits
in interlaced_search()
858
return dmin_sum+ 11*c->
mb_penalty_factor
;
in interlaced_search()
908
c->
mb_penalty_factor
= get_penalty_factor(s->lambda, s->lambda2, c->avctx->mb_cmp);
in ff_estimate_p_frame_motion()
1045
intra_score += c->
mb_penalty_factor
*16 + s->intra_penalty;
in ff_estimate_p_frame_motion()
1130
c->
mb_penalty_factor
= get_penalty_factor(s->lambda, s->lambda2, c->avctx->mb_cmp);
in estimate_motion_b()
1231
fbmin = (mv_penalty_f[motion_fx-pred_fx] + mv_penalty_f[motion_fy-pred_fy])*c->
mb_penalty_factor
in check_bidir_mv()
1232
+(mv_penalty_b[motion_bx-pred_bx] + mv_penalty_b[motion_by-pred_by])*c->
mb_penalty_factor
in check_bidir_mv()
[all...]
H
A
D
motion_est_template.c
170
const int penalty_factor= c->
mb_penalty_factor
;
in get_mb_score()
H
A
D
snowenc.c
297
c->
mb_penalty_factor
= get_penalty_factor(s->lambda, s->lambda2, c->avctx->mb_cmp);
in encode_q_branch()
Completed in 9 milliseconds