Home | History | Annotate | Download | only in stbi

Lines Matching defs:rgbe

17       HDR (radiance rgbE format)
4744 // Radiance RGBE HDR loader
4879 stbi_uc rgbe[4];
4881 getn(s, rgbe, 4);
4882 hdr_convert(hdr_data + j * width * req_comp + i * req_comp, rgbe, req_comp);
4896 uint8 rgbe[4];
4897 rgbe[0] = (uint8) c1;
4898 rgbe[1] = (uint8) c2;
4899 rgbe[2] = (uint8) len;
4900 rgbe[3] = (uint8) get8u(s);
4901 hdr_convert(hdr_data, rgbe, req_comp);