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:nscans
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jdtrans.c
140
int
nscans
;
in transdecode_master_selection()
local
144
nscans
= 2 + 3 * cinfo->num_components;
in transdecode_master_selection()
147
nscans
= cinfo->num_components;
in transdecode_master_selection()
149
nscans
= 1;
in transdecode_master_selection()
152
cinfo->progress->pass_limit = (long)cinfo->total_iMCU_rows *
nscans
;
in transdecode_master_selection()
H
A
D
jcparam.c
471
int
nscans
;
in jpeg_simple_progression()
local
481
nscans
= 10;
in jpeg_simple_progression()
485
nscans
= 6 * ncomps; /* 2 DC + 4 AC scans per component */
in jpeg_simple_progression()
487
nscans
= 2 + 4 * ncomps; /* 2 DC scans; 4 AC scans per component */
in jpeg_simple_progression()
497
if (cinfo->script_space == NULL || cinfo->script_space_size <
nscans
) {
in jpeg_simple_progression()
498
cinfo->script_space_size = MAX(
nscans
, 10);
in jpeg_simple_progression()
505
cinfo->num_scans =
nscans
;
in jpeg_simple_progression()
H
A
D
jdmaster.c
580
int
nscans
;
in master_selection()
local
584
nscans
= 2 + 3 * cinfo->num_components;
in master_selection()
587
nscans
= cinfo->num_components;
in master_selection()
590
cinfo->progress->pass_limit = (long)cinfo->total_iMCU_rows *
nscans
;
in master_selection()
Completed in 3 milliseconds