Home
last modified time | relevance | path

Searched refs:stbi__hdr_to_ldr (Results 1 – 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
Dstb_image.h1091 static stbi_uc *stbi__hdr_to_ldr(float *data, int x, int y, int comp);
1157 return stbi__hdr_to_ldr(hdr, *x, *y, req_comp ? req_comp : *comp); in stbi__load_main()
1864 static stbi_uc *stbi__hdr_to_ldr(float *data, int x, int y, int comp) in stbi__hdr_to_ldr() function