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:mt_method_
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
frame_dec.c
420
if (dec->
mt_method_
== 2) {
in FinishRow()
507
if (dec->
mt_method_
== 0) {
in VP8ProcessRow()
523
if (dec->
mt_method_
== 2) { // swap macroblock data
in VP8ProcessRow()
603
if (dec->
mt_method_
> 0) {
in VP8ExitCritical()
643
if (dec->
mt_method_
> 0) {
in InitThreadContext()
691
mb_w * (dec->
mt_method_
> 0 ? 2 : 1) * sizeof(VP8FInfo)
in AllocateMemory()
695
(dec->
mt_method_
== 2 ? 2 : 1) * mb_w * sizeof(*dec->mb_data_);
in AllocateMemory()
735
if (dec->filter_type_ > 0 && dec->
mt_method_
> 0) {
in AllocateMemory()
749
if (dec->
mt_method_
== 2) {
in AllocateMemory()
H
A
D
vp8i_dec.h
198
int
mt_method_
; // multi-thread method: 0=off, 1=[parse+recon][filter]
member
H
A
D
idec_dec.c
427
dec->
mt_method_
= VP8GetThreadMethod(params->options, NULL,
in DecodePartition0()
482
if (dec->
mt_method_
> 0) {
in DecodeRemaining()
H
A
D
vp8_dec.c
662
if (dec->
mt_method_
> 0) {
in ParseFrame()
H
A
D
webp_dec.c
484
dec->
mt_method_
= VP8GetThreadMethod(params->options, &headers,
in DecodeInto()
Completed in 8 milliseconds