Searched refs:succ_high (Results 1 – 2 of 2) sorted by relevance
1805 int succ_high; member2081 if (j->succ_high == 0) { in stbi__jpeg_decode_block_prog_dc()2105 if (j->succ_high == 0) { in stbi__jpeg_decode_block_prog_ac()3030 z->succ_high = (aa >> 4); in stbi__process_scan_header()3033 …if (z->spec_start > 63 || z->spec_end > 63 || z->spec_start > z->spec_end || z->succ_high > 13 ||… in stbi__process_scan_header()3037 if (z->succ_high != 0 || z->succ_low != 0) return stbi__err("bad SOS","Corrupt JPEG"); in stbi__process_scan_header()