Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1076 static int stbi__mul2shorts_valid(short a, short b) in stbi__mul2shorts_valid() function
2224 if (!stbi__mul2shorts_valid(dc, dequant[0])) return stbi__err("can't merge dc and ac", "Corrupt JPEG"); in stbi__jpeg_decode_block()
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()

Completed in 12 milliseconds