Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenccli_internal.h103 astcenc_image* load_ncimage(
119 astcenc_image* load_png_with_wuffs(
135 const astcenc_image* img,
165 astcenc_image* alloc_image(
177 astcenc_image* img);
187 const astcenc_image* img);
251 astcenc_image* astc_img_from_floatx4_array(
267 astcenc_image* astc_img_from_unorm8x4_array(
284 const astcenc_image* img,
298 const astcenc_image* img,
[all …]
Dastcenccli_image.cpp28 astcenc_image *alloc_image( in alloc_image()
34 astcenc_image *img = new astcenc_image; in alloc_image()
78 void free_image(astcenc_image * img) in free_image()
95 int determine_image_components(const astcenc_image * img) in determine_image_components()
177 astcenc_image* astc_img_from_floatx4_array( in astc_img_from_floatx4_array()
183 astcenc_image* img = alloc_image(16, dim_x, dim_y, 1); in astc_img_from_floatx4_array()
211 astcenc_image* astc_img_from_unorm8x4_array( in astc_img_from_unorm8x4_array()
217 astcenc_image* img = alloc_image(8, dim_x, dim_y, 1); in astc_img_from_unorm8x4_array()
241 const astcenc_image* img, in floatx4_array_from_astc_img()
311 const astcenc_image* img, in unorm8x4_array_from_astc_img()
Dastcenccli_toplevel.cpp137 astcenc_image* image;
156 astcenc_image* image_out;
287 static astcenc_image* load_uncomp_file( in load_uncomp_file()
294 astcenc_image *image = nullptr; in load_uncomp_file()
305 astcenc_image* slice = nullptr; in load_uncomp_file()
306 std::vector<astcenc_image*> slices; in load_uncomp_file()
1138 const astcenc_image& img, in image_get_pixel()
1196 astcenc_image& img, in image_set_pixel()
1228 const astcenc_image& input, in image_preprocess_normalize()
1229 astcenc_image& output in image_preprocess_normalize()
[all …]
Dastcenc.h570 struct astcenc_image struct
737 astcenc_image* image,
779 astcenc_image* image_out,
Dastcenccli_image_load_store.cpp49 static astcenc_image* load_image_with_tinyexr( in load_image_with_tinyexr()
67 astcenc_image* res_img = astc_img_from_floatx4_array(image, dim_x, dim_y, y_flip); in load_image_with_tinyexr()
85 static astcenc_image* load_image_with_stb( in load_image_with_stb()
98 astcenc_image* img = astc_img_from_floatx4_array(data, dim_x, dim_y, y_flip); in load_image_with_stb()
110 astcenc_image* img = astc_img_from_unorm8x4_array(data, dim_x, dim_y, y_flip); in load_image_with_stb()
132 const astcenc_image* img, in store_exr_image_with_tinyexr()
152 const astcenc_image* img, in store_png_image_with_stb()
174 const astcenc_image* img, in store_tga_image_with_stb()
196 const astcenc_image* img, in store_bmp_image_with_stb()
218 const astcenc_image* img, in store_hdr_image_with_stb()
[all …]
Dastcenccli_image_external.cpp83 astcenc_image* load_png_with_wuffs( in load_png_with_wuffs()
167 astcenc_image* img = astc_img_from_unorm8x4_array(pixbuf_slice.ptr, dim_x, dim_y, y_flip); in load_png_with_wuffs()
Dastcenc_internal.h1313 const astcenc_image* img;
1757 const astcenc_image& img,
1791 const astcenc_image& img,
1816 const astcenc_image& img,
1836 astcenc_image& img,
Dastcenc_entry.cpp807 const astcenc_image& image, in compress_image()
965 astcenc_image* imagep, in astcenc_compress_image()
985 astcenc_image& image = *imagep; in astcenc_compress_image()
1091 astcenc_image* image_outp, in astcenc_decompress_image()
1096 astcenc_image& image_out = *image_outp; in astcenc_decompress_image()
Dastcenc_image.cpp153 const astcenc_image& img, in fetch_image_block()
270 const astcenc_image& img, in fetch_image_block_fast_ldr()
336 astcenc_image& img, in write_image_block()
Dastcenccli_error_metrics.cpp119 const astcenc_image* img1, in compute_error_metrics()
120 const astcenc_image* img2, in compute_error_metrics()
Dastcenc_compute_variance.cpp116 const astcenc_image* img = arg.img; in compute_pixel_region_variance()
483 const astcenc_image& img, in init_compute_averages()
Dcmake_core.cmake42 astcenc_image.cpp
/third_party/astc-encoder/Utils/Example/
Dastc_api_example.cpp109 astcenc_image image; in main()
/third_party/astc-encoder/
DBUILD.gn34 "//third_party/astc-encoder/Source/astcenc_image.cpp",
/third_party/astc-encoder/Docs/
DChangeLog-2x.md195 from the `astcenc_image` structure. This makes it easier to directly use