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
defs:row23
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
neon.h
52
uint64x2x2_t row01,
row23
;
in Transpose4x4_NEON()
local
[all...]
H
A
D
enc_neon.c
60
Add4x4_NEON(const int16x8_t row01, const int16x8_t
row23
, const uint8_t* const ref, uint8_t* const dst)
Add4x4_NEON()
argument
H
A
D
dec_neon.c
97
const uint8x16x2_t
row23
= vtrnq_u8(vreinterpretq_u8_u32(in.val[2]),
in Load4x16_NEON()
local
190
const uint8x16x2_t
row23
= vtrnq_u8(row2, row3); // u20 u30 u22 u32 ...
in Load8x8x2T_NEON()
local
399
Add4x4_NEON(const int16x8_t row01, const int16x8_t
row23
, uint8_t* const dst)
Add4x4_NEON()
argument
H
A
D
enc_sse2.c
329
const __m128i
row23
= _mm_sub_epi16(src_1_16b, ref_1_16b);
in FTransform_SSE2()
local
Completed in 10 milliseconds