Searched refs:stbi__float2int (Results 1 – 2 of 2) sorted by relevance
1701 #define stbi__float2int(x) ((int) (x)) macro1716 output[i*comp + k] = (stbi_uc) stbi__float2int(z); in stbi__hdr_to_ldr()1722 output[i*comp + k] = (stbi_uc) stbi__float2int(z); in stbi__hdr_to_ldr()