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:workspace2
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H
A
D
codec-fwht.c
252
s32 workspace1[8],
workspace2
[8];
in fwht()
local
316
workspace2
[0] = workspace1[0] + workspace1[2];
in fwht()
317
workspace2
[1] = workspace1[0] - workspace1[2];
in fwht()
318
workspace2
[2] = workspace1[1] - workspace1[3];
in fwht()
319
workspace2
[3] = workspace1[1] + workspace1[3];
in fwht()
321
workspace2
[4] = workspace1[4] + workspace1[6];
in fwht()
322
workspace2
[5] = workspace1[4] - workspace1[6];
in fwht()
323
workspace2
[6] = workspace1[5] - workspace1[7];
in fwht()
324
workspace2
[7] = workspace1[5] + workspace1[7];
in fwht()
327
out[0] =
workspace2
[
in fwht()
385
s32 workspace1[8],
workspace2
[8];
fwht16()
local
472
int workspace1[8],
workspace2
[8];
ifwht()
local
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/
H
A
D
codec-fwht.c
253
s32 workspace1[8],
workspace2
[8];
in fwht()
local
317
workspace2
[0] = workspace1[0] + workspace1[2];
in fwht()
318
workspace2
[1] = workspace1[0] - workspace1[2];
in fwht()
319
workspace2
[2] = workspace1[1] - workspace1[3];
in fwht()
320
workspace2
[3] = workspace1[1] + workspace1[3];
in fwht()
322
workspace2
[4] = workspace1[4] + workspace1[6];
in fwht()
323
workspace2
[5] = workspace1[4] - workspace1[6];
in fwht()
324
workspace2
[6] = workspace1[5] - workspace1[7];
in fwht()
325
workspace2
[7] = workspace1[5] + workspace1[7];
in fwht()
328
out[0] =
workspace2
[
in fwht()
386
s32 workspace1[8],
workspace2
[8];
fwht16()
local
473
int workspace1[8],
workspace2
[8];
ifwht()
local
[all...]
Completed in 2 milliseconds