OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:img_y
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
822
uint32 img_x,
img_y
;
member in struct:__anon26c9e3660408
1685
s->
img_y
= get16(s); if (s->
img_y
== 0) return e("no header height", "JPEG format not supported: delayed height"); // Legal, but we don't handle it--but neither does IJG
1710
if ((1 << 30) / s->img_x / s->img_n < s->
img_y
) return e("too large", "Image too large to decode");
1723
z->img_mcu_y = (s->
img_y
+ z->img_mcu_h-1) / z->img_mcu_h;
1728
z->img_comp[i].y = (s->
img_y
* z->img_comp[i].v + v_max-1) / v_max;
2016
output = MALLOC(n * z->s.img_x * z->s.
img_y
+ 1);
2020
for (j=0; j < z->s.
img_y
; ++j) {
2060
*out_y = z->s.
img_y
;
2106
if (y) *y = j->s.
img_y
;
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 27 20:09:55 GMT 2025