Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h2413 // take a -128..127 value and stbi__clamp it and convert to 0..255
2414 stbi_inline static stbi_uc stbi__clamp(int x) in stbi__clamp() function
2513 o[0] = stbi__clamp((x0+t3) >> 17); in stbi__idct_block()
2514 o[7] = stbi__clamp((x0-t3) >> 17); in stbi__idct_block()
2515 o[1] = stbi__clamp((x1+t2) >> 17); in stbi__idct_block()
2516 o[6] = stbi__clamp((x1-t2) >> 17); in stbi__idct_block()
2517 o[2] = stbi__clamp((x2+t1) >> 17); in stbi__idct_block()
2518 o[5] = stbi__clamp((x2-t1) >> 17); in stbi__idct_block()
2519 o[3] = stbi__clamp((x3+t0) >> 17); in stbi__idct_block()
2520 o[4] = stbi__clamp((x in stbi__idct_block()
[all...]

Completed in 7 milliseconds