Searched refs:stbir__max_uint32_as_float (Results 1 – 2 of 2) sorted by relevance
563 static const double stbir__max_uint32_as_float = 4294967295.0; variable1326 …)(((double)((const unsigned int*)input_data)[input_pixel_index + c]) / stbir__max_uint32_as_float); in stbir__decode_scanline()1336 …(((double)((const unsigned int*)input_data)[input_pixel_index + c]) / stbir__max_uint32_as_float)); in stbir__decode_scanline()1339 …(const unsigned int*)input_data)[input_pixel_index + alpha_channel]) / stbir__max_uint32_as_float); in stbir__decode_scanline()1810 …nt)STBIR__ROUND_UINT(((double)stbir__saturate(encode_buffer[index])) * stbir__max_uint32_as_float); in stbir__encode_scanline()1823 …double)stbir__linear_to_srgb(stbir__saturate(encode_buffer[index]))) * stbir__max_uint32_as_float); in stbir__encode_scanline()1827 …(double)stbir__saturate(encode_buffer[pixel_index + alpha_channel])) * stbir__max_uint32_as_float); in stbir__encode_scanline()