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:_DEF_BW_THRESHOLD
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_image.c
461
* 0
_DEF_BW_THRESHOLD
255
in imageP98SetupScanSettings()
486
brightness = (UShort)(
_DEF_BW_THRESHOLD
-
in imageP98SetupScanSettings()
487
(255 -
_DEF_BW_THRESHOLD
) * ps->DataInf.siBrightness /127);
in imageP98SetupScanSettings()
489
brightness = (UShort)(
_DEF_BW_THRESHOLD
-
in imageP98SetupScanSettings()
490
_DEF_BW_THRESHOLD
* ps->DataInf.siBrightness /127);
in imageP98SetupScanSettings()
497
brightness = (short)((long)(-(255 -
_DEF_BW_THRESHOLD
) *
in imageP98SetupScanSettings()
498
ps->DataInf.siBrightness) / 127 +
_DEF_BW_THRESHOLD
);
in imageP98SetupScanSettings()
500
brightness = (short)((long)(
_DEF_BW_THRESHOLD
*
in imageP98SetupScanSettings()
501
ps->DataInf.siBrightness) / 127 +
_DEF_BW_THRESHOLD
);
in imageP98SetupScanSettings()
1160
ps->DataInf.siBrightness = 255 - (
_DEF_BW_THRESHOLD
*
in imageP96SetupScanSettings()
[all...]
H
A
D
u12-image.c
447
* 0
_DEF_BW_THRESHOLD
255
in imageSetupScanSettings()
453
* Darker =
_DEF_BW_THRESHOLD
+ White * Input / 127;
in imageSetupScanSettings()
454
* Input < 0, and White = 255 -
_DEF_BW_THRESHOLD
, so
in imageSetupScanSettings()
455
* =
_DEF_BW_THRESHOLD
- (255 -
_DEF_BW_THRESHOLD
) * Input / 127;
in imageSetupScanSettings()
463
brightness = (u_short)(
_DEF_BW_THRESHOLD
-
in imageSetupScanSettings()
464
(255 -
_DEF_BW_THRESHOLD
) * dev->DataInf.siBrightness /127);
in imageSetupScanSettings()
466
brightness = (u_short)(
_DEF_BW_THRESHOLD
-
in imageSetupScanSettings()
467
_DEF_BW_THRESHOLD
* dev->DataInf.siBrightness /127);
in imageSetupScanSettings()
H
A
D
u12-hwdef.h
8
* - 0.02 - change
_DEF_BW_THRESHOLD
242
#define
_DEF_BW_THRESHOLD
128 /* default B/W mode threshold value */
macro
H
A
D
plustek-pp_hwdefs.h
168
#define
_DEF_BW_THRESHOLD
111 /* default B/W mode threshold value */
macro
Completed in 7 milliseconds