HomeSort by: relevance | last modified time | path
    Searched refs:img_x (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 822 uint32 img_x, img_y; member in struct:__anon26c9e3660408
1686 s->img_x = get16(s); if (s->img_x == 0) return e("0 width","Corrupt JPEG"); // JPEG requires
1710 if ((1 << 30) / s->img_x / s->img_n < s->img_y) return e("too large", "Image too large to decode");
1722 z->img_mcu_x = (s->img_x + z->img_mcu_w-1) / z->img_mcu_w;
1727 z->img_comp[i].x = (s->img_x * z->img_comp[i].h + h_max-1) / h_max;
1998 z->img_comp[k].linebuf = MALLOC(z->s.img_x + 3);
2004 r->w_lores = (z->s.img_x + r->hs-1) / r->hs;
2016 output = MALLOC(n * z->s.img_x * z->s.img_y + 1);
2021 uint8 *out = output + n * z->s.img_x * j
    [all...]
stb_image.c 822 uint32 img_x, img_y; member in struct:__anon26c9e3660408
1686 s->img_x = get16(s); if (s->img_x == 0) return e("0 width","Corrupt JPEG"); // JPEG requires
1710 if ((1 << 30) / s->img_x / s->img_n < s->img_y) return e("too large", "Image too large to decode");
1722 z->img_mcu_x = (s->img_x + z->img_mcu_w-1) / z->img_mcu_w;
1727 z->img_comp[i].x = (s->img_x * z->img_comp[i].h + h_max-1) / h_max;
1998 z->img_comp[k].linebuf = MALLOC(z->s.img_x + 3);
2004 r->w_lores = (z->s.img_x + r->hs-1) / r->hs;
2016 output = MALLOC(n * z->s.img_x * z->s.img_y + 1);
2021 uint8 *out = output + n * z->s.img_x * j
    [all...]

Completed in 25 milliseconds