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:C2_SHIFT
(Results
1 - 1
of
1
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jquant2.c
126
#define
C2_SHIFT
(BITS_IN_JSAMPLE - HIST_C2_BITS)
macro
220
[ptr[2] >>
C2_SHIFT
];
in prescan_quantize()
385
dist2 = ((c2max - c2min) <<
C2_SHIFT
) * C2_SCALE;
in update_box()
432
c2 = ((b1->c2max - b1->c2min) <<
C2_SHIFT
) * C2_SCALE;
in median_cut()
506
c2total += ((c2 <<
C2_SHIFT
) + ((1 <<
C2_SHIFT
) >> 1)) * count;
in compute_color()
535
boxlist[0].c2max = MAXJSAMPLE >>
C2_SHIFT
;
in select_colors()
613
#define BOX_C2_SHIFT (
C2_SHIFT
+ BOX_C2_LOG)
653
maxc2 = minc2 + ((1 << BOX_C2_SHIFT) - (1 <<
C2_SHIFT
));
in find_nearby_colors()
788
#define STEP_C2 ((1 <<
C2_SHIFT
) * C2_SCAL
in find_best_colors()
[all...]
Completed in 3 milliseconds