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:img_x
(Results
1 - 1
of
1
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
stb_image.h
805
stbi__uint32
img_x
, img_y;
member
3269
s->
img_x
= stbi__get16be(s); if (s->
img_x
== 0) return stbi__err("0 width","Corrupt JPEG"); // JPEG requires
in stbi__process_frame_header()
3271
if (s->
img_x
> STBI_MAX_DIMENSIONS) return stbi__err("too large","Very large image (corrupt?)");
in stbi__process_frame_header()
3296
if (!stbi__mad3sizes_valid(s->
img_x
, s->img_y, s->img_n, 0)) return stbi__err("too large", "Image too large to decode");
in stbi__process_frame_header()
3316
z->img_mcu_x = (s->
img_x
+ z->img_mcu_w-1) / z->img_mcu_w;
in stbi__process_frame_header()
3321
z->img_comp[i].x = (s->
img_x
* z->img_comp[i].h + h_max-1) / h_max;
in stbi__process_frame_header()
3902
z->img_comp[k].linebuf = (stbi_uc *) stbi__malloc(z->s->
img_x
+ 3);
in load_jpeg_image()
3908
r->w_lores = (z->s->
img_x
+ r->hs-1) / r->hs;
in load_jpeg_image()
3920
output = (stbi_uc *) stbi__malloc_mad3(n, z->s->
img_x
,
in load_jpeg_image()
[all...]
Completed in 11 milliseconds