Home
last modified time | relevance | path

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

/third_party/astc-encoder/Utils/
H A Dastc_test_autoextract_hdr.cpp78 float* data_ref = (float*)stbi_loadf(argv[2], &ref_dim_x, &ref_dim_y, &ref_ncomp, 4); in main()
87 float* data_good = (float*)stbi_loadf(argv[3], &good_dim_x, &good_dim_y, &good_ncomp, 4); in main()
96 float* data_bad = (float*)stbi_loadf(argv[4], &bad_dim_x, &bad_dim_y, &bad_ncomp, 4); in main()
H A Dastc_rgbm_codec.cpp71 const float* data_in = stbi_loadf(src_file, &dim_x, &dim_y, nullptr, 4); in main()
/third_party/astc-encoder/Source/
H A Dastcenccli_image_load_store.cpp128 float* data = stbi_loadf(filename, &dim_x, &dim_y, nullptr, STBI_rgb_alpha); in load_image_with_stb()
H A Dstb_image.h294 // float *data = stbi_loadf(filename, &x, &y, &n, 0);
460 STBIDEF float *stbi_loadf (char const *filename, int *x, int *y, int *channels_in_file, int desired_channels);
1491 STBIDEF float *stbi_loadf(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_loadf() function

Completed in 17 milliseconds