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:avg_white
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
artec_eplus48u.c
3067
int
avg_white
[3];
in calibrate_scanner()
local
3183
finish_exposure_buffer (s, &
avg_white
[0], &
avg_white
[1],
in calibrate_scanner()
3184
&
avg_white
[2]);
in calibrate_scanner()
3186
XDBG ((1, "avg_r: %i, avg_g: %i, avg_b: %i\n",
avg_white
[0],
in calibrate_scanner()
3187
avg_white
[1],
avg_white
[2]));
in calibrate_scanner()
3192
if (
avg_white
[c] < WHITE_MIN)
in calibrate_scanner()
3196
avg_white
[c]) / EXPOSURE_STEP;
in calibrate_scanner()
3203
else if (
avg_white
[
in calibrate_scanner()
[all...]
H
A
D
gt68xx_high.c
1538
SANE_Int
avg_white
= 0;
in gt68xx_afe_cis_calc_white()
local
1541
avg_white
+= (*(white_buffer + i + j * values->calwidth) >> 8);
in gt68xx_afe_cis_calc_white()
1544
avg_white
/= values->callines;
in gt68xx_afe_cis_calc_white()
1545
if (
avg_white
> max_white)
in gt68xx_afe_cis_calc_white()
1546
max_white =
avg_white
;
in gt68xx_afe_cis_calc_white()
Completed in 7 milliseconds