Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ get_r
Function
get_r
utility/image_saver.cpp:462–464 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
namespace {
461
462
constexpr uint8_t get_r(uint32_t rgbe) {
463
return (uint8_t)((rgbe >> 1) & 0xFF);
464
}
465
constexpr uint8_t get_g(uint32_t rgbe) {
466
return (uint8_t)((rgbe >> 10) & 0xFF);
467
}
Callers
1
save_hdr_buffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected