Home
last modified time | relevance | path

Searched refs:stbir__max_uint32_as_float (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h563 static const double stbir__max_uint32_as_float = 4294967295.0; variable
1326 …)(((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()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h563 static const double stbir__max_uint32_as_float = 4294967295.0; variable
1326 …)(((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()