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:unscaled
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
hp-accessor.c
690
unsigned short
unscaled
= fval / SANE_FIX(1.0);
in _gamma_vector_unscale()
local
691
if (
unscaled
> 255)
unscaled
= 255;
in _gamma_vector_unscale()
692
unscaled
= 255 -
unscaled
; /* Don't know why. But this is how it works. */
in _gamma_vector_unscale()
694
return
unscaled
;
in _gamma_vector_unscale()
/third_party/ffmpeg/libswscale/
H
A
D
utils.c
388
if (FFABS(xInc - 0x10000) < 10 && srcPos == dstPos) { //
unscaled
in initFilter()
634
// special case for
unscaled
vertical filtering
in initFilter()
1297
int
unscaled
;
in sws_init_context()
local
1327
unscaled
= (srcW == dstW && srcH == dstH);
in sws_init_context()
1350
if (!(
unscaled
&& sws_isSupportedEndiannessConversion(srcFormat) &&
in sws_init_context()
1614
if (!
unscaled
&& c->gamma_flag && (srcFormat != tmpFmt || dstFormat != tmpFmt)) {
in sws_init_context()
1671
if (!
unscaled
||
in sws_init_context()
1696
if (
unscaled
&& c->srcBpc == 8 && dstFormat == AV_PIX_FMT_GRAYF32){
in sws_init_context()
1704
(!
unscaled
||
unscaled
in sws_init_context()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H
A
D
jidctfst-mmx.asm
220
movq mm1, mm5 ; mm1=z10(
unscaled
)
374
movq mm1, mm5 ; mm1=z10(
unscaled
)
H
A
D
jidctfst-sse2.asm
212
movdqa xmm1, xmm5 ; xmm1=z10(
unscaled
)
373
movdqa xmm7, xmm4 ; xmm7=z10(
unscaled
)
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H
A
D
jidctfst-sse2.asm
205
movdqa xmm1, xmm5 ; xmm1=z10(
unscaled
)
366
movdqa xmm7, xmm4 ; xmm7=z10(
unscaled
)
Completed in 7 milliseconds