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