Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1985 int succ_high; member
2271 if (j->succ_high == 0) { in stbi__jpeg_decode_block_prog_dc()
2298 if (j->succ_high == 0) { in stbi__jpeg_decode_block_prog_ac()
3225 z->succ_high = (aa >> 4); in stbi__process_scan_header()
3228 if (z->spec_start > 63 || z->spec_end > 63 || z->spec_start > z->spec_end || z->succ_high > 13 || z->succ_low > 13) in stbi__process_scan_header()
3232 if (z->succ_high != 0 || z->succ_low != 0) return stbi__err("bad SOS","Corrupt JPEG"); in stbi__process_scan_header()

Completed in 12 milliseconds