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:samplesperrow
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jmemmgr.c
163
JDIMENSION
samplesperrow
; /* width of array (and of memory buffer) */
member
434
alloc_sarray(j_common_ptr cinfo, int pool_id, JDIMENSION
samplesperrow
,
in METHODDEF()
448
if (
samplesperrow
> MAX_ALLOC_CHUNK) {
in METHODDEF()
453
samplesperrow
= (JDIMENSION)round_up_pow2(
samplesperrow
, (2 * ALIGN_SIZE) /
in METHODDEF()
458
((long)
samplesperrow
* sizeof(JSAMPLE));
in METHODDEF()
476
(size_t)((size_t)rowsperchunk * (size_t)
samplesperrow
*
in METHODDEF()
480
workspace +=
samplesperrow
;
in METHODDEF()
579
JDIMENSION
samplesperrow
, JDIMENSION numrows,
in METHODDEF()
596
result->
samplesperrow
in METHODDEF()
[all...]
H
A
D
jcmaster.c
87
long
samplesperrow
;
in initial_setup()
local
108
samplesperrow
= (long)cinfo->image_width * (long)cinfo->input_components;
in initial_setup()
109
jd_samplesperrow = (JDIMENSION)
samplesperrow
;
in initial_setup()
110
if ((long)jd_samplesperrow !=
samplesperrow
)
in initial_setup()
H
A
D
jdmaster.c
452
long
samplesperrow
;
in master_selection()
local
460
samplesperrow
= (long)cinfo->output_width *
in master_selection()
462
jd_samplesperrow = (JDIMENSION)
samplesperrow
;
in master_selection()
463
if ((long)jd_samplesperrow !=
samplesperrow
)
in master_selection()
H
A
D
jpeglib.h
845
JDIMENSION
samplesperrow
, JDIMENSION numrows);
850
JDIMENSION
samplesperrow
,
Completed in 6 milliseconds