Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1881 #define stbi__float2int(x) ((int) (x)) macro
1896 output[i*comp + k] = (stbi_uc) stbi__float2int(z); in stbi__hdr_to_ldr()
1902 output[i*comp + k] = (stbi_uc) stbi__float2int(z); in stbi__hdr_to_ldr()

Completed in 12 milliseconds