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:mc_mb_var
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegpicture.c
290
pic->
mc_mb_var
= (uint16_t*)pic->mc_mb_var_buf->data;
in ff_alloc_picture()
360
dst->
mc_mb_var
= src->
mc_mb_var
;
in ff_update_picture_tables()
H
A
D
mpegpicture.h
69
uint16_t *
mc_mb_var
; ///< Table for motion compensated MB variances
member
H
A
D
motion_est.c
968
pic->
mc_mb_var
[s->mb_stride * mb_y + mb_x] = (vard+128)>>8;
in ff_estimate_p_frame_motion()
1512
s->current_picture.
mc_mb_var
[mb_y*s->mb_stride + mb_x] = score; //FIXME use SSE
in ff_estimate_b_frame_motion()
1577
s->current_picture.
mc_mb_var
[mb_y*s->mb_stride + mb_x] = score; //FIXME use SSE
in ff_estimate_b_frame_motion()
1632
if(s->pict_type==AV_PICTURE_TYPE_B || s->current_picture.
mc_mb_var
[xy] < s->current_picture.mb_var[xy])
in ff_get_best_fcode()
H
A
D
svq1enc.c
318
s->m.current_picture.
mc_mb_var
= (uint16_t *)s->dummy;
in svq1_encode_plane()
H
A
D
ratecontrol.c
760
float temp_cplx = sqrt(pic->
mc_mb_var
[mb_xy]); // FIXME merge in pow()
in adaptive_quantization()
H
A
D
mpegvideo_enc.c
2240
if (s->current_picture.
mc_mb_var
[s->mb_stride * mb_y + mb_x] <
in encode_mb_internal()
Completed in 14 milliseconds