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:coeff_iQ8H
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
enc_sse41.c
234
const __m128i
coeff_iQ8H
= _mm_mulhi_epu16(coeff8, iq8);
in DoQuantizeBlock_SSE41()
local
238
__m128i out_08 = _mm_unpacklo_epi16(coeff_iQ8L,
coeff_iQ8H
);
in DoQuantizeBlock_SSE41()
239
__m128i out_12 = _mm_unpackhi_epi16(coeff_iQ8L,
coeff_iQ8H
);
in DoQuantizeBlock_SSE41()
H
A
D
enc_sse2.c
1261
const __m128i
coeff_iQ8H
= _mm_mulhi_epu16(coeff8, iq8);
in DoQuantizeBlock_SSE2()
local
1265
__m128i out_08 = _mm_unpacklo_epi16(coeff_iQ8L,
coeff_iQ8H
);
in DoQuantizeBlock_SSE2()
1266
__m128i out_12 = _mm_unpackhi_epi16(coeff_iQ8L,
coeff_iQ8H
);
in DoQuantizeBlock_SSE2()
Completed in 5 milliseconds