Searched refs:spec_start (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h1506 int spec_start; member in struct:__anon9911
1801 if (j->spec_start == 0) return stbi__err("can't merge dc and ac", "Corrupt JPEG");
1811 k = j->spec_start;
1853 for (k = j->spec_start; k <= j->spec_end; ++k) {
1865 k = j->spec_start;
2525 if (z->spec_start == 0) {
2686 z->spec_start = stbi__get8(z->s);
2692 if (z->spec_start > 63 || z->spec_end > 63 || z->spec_start > z->spec_end || z->succ_high > 13 || z->succ_low > 13)
2695 if (z->spec_start !
[all...]

Completed in 172 milliseconds