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_mean
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegpicture.c
291
pic->
mb_mean
= pic->mb_mean_buf->data;
in ff_alloc_picture()
319
int off = offsetof(Picture,
mb_mean
) + sizeof(pic->
mb_mean
);
in ff_mpeg_unref_picture()
361
dst->
mb_mean
= src->
mb_mean
;
in ff_update_picture_tables()
H
A
D
mpegpicture.h
76
uint8_t *
mb_mean
; ///< Table for MB luminance
member
H
A
D
svq1enc.c
316
s->m.current_picture.
mb_mean
= (uint8_t *)s->dummy;
in svq1_encode_plane()
H
A
D
ratecontrol.c
762
const int lumi = pic->
mb_mean
[mb_xy];
in adaptive_quantization()
H
A
D
motion_est.c
920
pic->
mb_mean
[s->mb_stride * mb_y + mb_x] = (sum+128)>>8;
in ff_estimate_p_frame_motion()
H
A
D
mpegvideo_enc.c
2654
s->current_picture.
mb_mean
[s->mb_stride * mb_y + mb_x] = (sum+128)>>8;
in mb_var_thread()
Completed in 13 milliseconds