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_w_
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
iterator_enc.c
36
const size_t top_size = enc->
mb_w_
* 16;
in InitTop()
38
memset(enc->nz_, 0, enc->
mb_w_
* sizeof(*enc->nz_));
in InitTop()
40
memset(enc->top_derr_, 0, enc->
mb_w_
* sizeof(*enc->top_derr_));
in InitTop()
51
it->mb_ = enc->mb_info_ + y * enc->
mb_w_
;
in VP8IteratorSetRow()
60
VP8IteratorSetCountDown(it, enc->
mb_w_
* enc->mb_h_); // default
in VP8IteratorReset()
295
if (x < enc->
mb_w_
- 1) { // left
in VP8IteratorSaveBoundary()
316
if (++it->x_ == it->enc_->
mb_w_
) {
in VP8IteratorNext()
418
if (it->x_ < enc->
mb_w_
- 1) {
in VP8IteratorStartI4()
H
A
D
analysis_enc.c
30
const int w = enc->
mb_w_
;
in SmoothSegmentMap()
203
for (n = 0; n < enc->
mb_w_
* enc->mb_h_; ++n) {
in AssignSegments()
355
for (n = 0; n < enc->
mb_w_
* enc->mb_h_; ++n) {
in ResetAllMBInfo()
410
VP8IteratorSetCountDown(&job->it, (end_row - start_row) * enc->
mb_w_
);
in InitSegmentJob()
430
const int total_mb = last_row * enc->
mb_w_
;
in VP8EncAnalyze()
H
A
D
frame_enc.c
115
const int nb_mbs = enc->
mb_w_
* enc->mb_h_;
in FinalizeSkipProba()
193
for (n = 0; n < enc->
mb_w_
* enc->mb_h_; ++n) {
in ResetSegments()
202
for (n = 0; n < enc->
mb_w_
* enc->mb_h_; ++n) {
in SetSegmentProbas()
504
uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->
mb_w_
];
in StoreSideInfo()
544
enc->
mb_w_
* enc->mb_h_ * sizeof(*pic->extra_info));
in StoreSideInfo()
625
int nb_mbs = enc->
mb_w_
* enc->mb_h_;
in StatLoop()
685
enc->
mb_w_
* enc->mb_h_ * average_bytes_per_MB / enc->num_parts_;
in PreLoopInitialize()
779
int max_count = (enc->
mb_w_
* enc->mb_h_) >> 3;
in VP8EncTokenLoop()
785
const uint64_t pixel_count = enc->
mb_w_
* enc->mb_h_ * 384;
in VP8EncTokenLoop()
H
A
D
webp_enc.c
61
for (i = -1; i < 4 * enc->
mb_w_
; ++i) {
in ResetBoundaryPredictions()
110
(score_t)256 * 510 * 8 * 1024 / (enc->
mb_w_
* enc->mb_h_);
in MapConfigToTools()
210
enc->
mb_w_
= mb_w;
in InitVP8Encoder()
H
A
D
vp8i_enc.h
357
int
mb_w_
, mb_h_;
member
405
VP8MBInfo* mb_info_; // contextual macroblock infos (
mb_w_
+ 1)
H
A
D
syntax_enc.c
268
const int mb_size = enc->
mb_w_
* enc->mb_h_;
in GeneratePartition0()
H
A
D
quant_enc.c
392
int i = enc->
mb_w_
* enc->mb_h_;
in SimplifySegments()
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
frame_dec.c
102
for (mb_x = 0; mb_x < dec->
mb_w_
; ++mb_x) {
in ReconstructRow()
134
if (mb_x >= dec->
mb_w_
- 1) { // on rightmost border
in ReconstructRow()
590
if (dec->br_mb_x_ > dec->
mb_w_
) {
in VP8EnterCritical()
591
dec->br_mb_x_ = dec->
mb_w_
;
in VP8EnterCritical()
684
const int mb_w = dec->
mb_w_
;
in AllocateMemory()
H
A
D
tree_dec.c
362
for (mb_x = 0; mb_x < dec->
mb_w_
; ++mb_x) {
in VP8ParseIntraModeRow()
H
A
D
vp8i_dec.h
205
int
mb_w_
, mb_h_;
member
229
uint8_t* intra_t_; // top intra modes values: 4 *
mb_w_
234
VP8MB* mb_info_; // contextual macroblock info (
mb_w_
+ 1)
H
A
D
vp8_dec.c
320
dec->
mb_w_
= (pic_hdr->width_ + 15) >> 4;
in VP8GetHeaders()
649
for (; dec->mb_x_ < dec->
mb_w_
; ++dec->mb_x_) {
in ParseFrame()
H
A
D
idec_dec.c
470
for (; dec->mb_x_ < dec->
mb_w_
; ++dec->mb_x_) {
in DecodeRemaining()
Completed in 22 milliseconds