Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1986 int succ_low; member
2281 if (!stbi__mul2shorts_valid(dc, 1 << j->succ_low)) return stbi__err("can't merge dc and ac", "Corrupt JPEG"); in stbi__jpeg_decode_block_prog_dc()
2282 data[0] = (short) (dc * (1 << j->succ_low)); in stbi__jpeg_decode_block_prog_dc()
2286 data[0] += (short) (1 << j->succ_low); in stbi__jpeg_decode_block_prog_dc()
2299 int shift = j->succ_low; in stbi__jpeg_decode_block_prog_ac()
2345 short bit = (short) (1 << j->succ_low); in stbi__jpeg_decode_block_prog_ac()
3226 z->succ_low = (aa & 15); 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