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:spv
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H
A
D
ispresizer.c
692
* ih = (32 *
spv
+ (oh - 1) * vrsz + 16) >> 8 + 4
695
* ih = (64 *
spv
+ (oh - 1) * vrsz + 32) >> 8 + 7
724
* vrsz = ((ih - 4) * 256 + 255 - 16 - 32 *
spv
) / (oh - 1)
727
* vrsz = ((ih - 7) * 256 + 255 - 32 - 64 *
spv
) / (oh - 1)
751
* min oh = ((ih - 7) * 256 - 32 - 64 *
spv
) / 1024 + 1
757
* max oh = ((ih - 4) * 256 + 255 - 16 - 32 *
spv
) / 64 + 1
783
const unsigned int
spv
= DEFAULT_PHASE;
in resizer_calc_ratios()
local
799
min_height = ((input->height - 7) * 256 - 32 - 64 *
spv
) / 1024 + 1;
in resizer_calc_ratios()
801
max_height = ((input->height - 4) * 256 + 255 - 16 - 32 *
spv
) / 64 + 1;
in resizer_calc_ratios()
805
ratio->vert = ((input->height - 4) * 256 + 255 - 16 - 32 *
spv
)
in resizer_calc_ratios()
1185
const unsigned int
spv
= DEFAULT_PHASE;
resizer_try_crop()
local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H
A
D
ispresizer.c
695
* ih = (32 *
spv
+ (oh - 1) * vrsz + 16) >> 8 + 4
698
* ih = (64 *
spv
+ (oh - 1) * vrsz + 32) >> 8 + 7
727
* vrsz = ((ih - 4) * 256 + 255 - 16 - 32 *
spv
) / (oh - 1)
730
* vrsz = ((ih - 7) * 256 + 255 - 32 - 64 *
spv
) / (oh - 1)
754
* min oh = ((ih - 7) * 256 - 32 - 64 *
spv
) / 1024 + 1
760
* max oh = ((ih - 4) * 256 + 255 - 16 - 32 *
spv
) / 64 + 1
786
const unsigned int
spv
= DEFAULT_PHASE;
in resizer_calc_ratios()
local
802
min_height = ((input->height - 7) * 256 - 32 - 64 *
spv
) / 1024 + 1;
in resizer_calc_ratios()
804
max_height = ((input->height - 4) * 256 + 255 - 16 - 32 *
spv
) / 64 + 1;
in resizer_calc_ratios()
808
ratio->vert = ((input->height - 4) * 256 + 255 - 16 - 32 *
spv
)
in resizer_calc_ratios()
1188
const unsigned int
spv
= DEFAULT_PHASE;
resizer_try_crop()
local
[all...]
Completed in 4 milliseconds