Searched refs:hdr_to_ldr (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c650 static stbi_uc *hdr_to_ldr(float *data, int x, int y, int comp);
677 return hdr_to_ldr(hdr, *x, *y, req_comp ? req_comp : *comp);
704 return hdr_to_ldr(hdr, *x, *y, req_comp ? req_comp : *comp);
1055 static stbi_uc *hdr_to_ldr(float *data, int x, int y, int comp) function

Completed in 182 milliseconds