MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_b

Function get_b

utility/image_saver.cpp:468–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 return (uint8_t)((rgbe >> 10) & 0xFF);
467}
468constexpr uint8_t get_b(uint32_t rgbe) {
469 return (uint8_t)((rgbe >> 19) & 0xFF);
470}
471constexpr uint8_t get_e(uint32_t rgbe) {
472 return (uint8_t)(((rgbe >> 27) - 15 + 128) & 0xFF);
473}

Callers 1

save_hdr_bufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected