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_info_
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
analysis_enc.c
40
const VP8MBInfo* const mb = &enc->
mb_info_
[x + w * y];
in SmoothSegmentMap()
62
VP8MBInfo* const mb = &enc->
mb_info_
[x + w * y];
in SmoothSegmentMap()
204
VP8MBInfo* const mb = &enc->
mb_info_
[n];
in AssignSegments()
356
DefaultMBInfo(&enc->
mb_info_
[n]);
in ResetAllMBInfo()
H
A
D
webp_enc.c
156
const size_t info_size = mb_w * mb_h * sizeof(*enc->
mb_info_
);
in InitVP8Encoder()
213
enc->
mb_info_
= (VP8MBInfo*)mem;
in InitVP8Encoder()
H
A
D
vp8i_enc.h
405
VP8MBInfo*
mb_info_
; // contextual macroblock infos (mb_w_ + 1)
member
H
A
D
iterator_enc.c
51
it->mb_ = enc->
mb_info_
+ y * enc->mb_w_;
in VP8IteratorSetRow()
H
A
D
frame_enc.c
194
enc->
mb_info_
[n].segment_ = 0;
in ResetSegments()
203
const VP8MBInfo* const mb = &enc->
mb_info_
[n];
in SetSegmentProbas()
H
A
D
quant_enc.c
393
while (i-- > 0) enc->
mb_info_
[i].segment_ = map[enc->
mb_info_
[i].segment_];
in SimplifySegments()
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
vp8_dec.c
518
VP8MB* const left_mb = dec->
mb_info_
- 1;
in ParseResiduals()
606
VP8MB* const left = dec->
mb_info_
- 1;
in VP8DecodeMB()
607
VP8MB* const mb = dec->
mb_info_
+ dec->mb_x_;
in VP8DecodeMB()
633
VP8MB* const left = dec->
mb_info_
- 1;
in VP8InitScanline()
H
A
D
vp8i_dec.h
234
VP8MB*
mb_info_
; // contextual macroblock info (mb_w_ + 1)
member
H
A
D
idec_dec.c
274
context->left_ = dec->
mb_info_
[-1];
in SaveContext()
275
context->info_ = dec->
mb_info_
[dec->mb_x_];
in SaveContext()
281
dec->
mb_info_
[-1] = context->left_;
in RestoreContext()
282
dec->
mb_info_
[dec->mb_x_] = context->info_;
in RestoreContext()
H
A
D
frame_dec.c
728
dec->
mb_info_
= ((VP8MB*)mem) + 1;
in AllocateMemory()
775
memset(dec->
mb_info_
- 1, 0, mb_info_size);
in AllocateMemory()
Completed in 20 milliseconds