Searched refs:astcenc_image (Results 1 – 15 of 15) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenccli_internal.h | 103 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 …]
|
D | astcenccli_image.cpp | 28 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()
|
D | astcenccli_toplevel.cpp | 137 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 …]
|
D | astcenc.h | 570 struct astcenc_image struct 737 astcenc_image* image, 779 astcenc_image* image_out,
|
D | astcenccli_image_load_store.cpp | 49 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 …]
|
D | astcenccli_image_external.cpp | 83 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()
|
D | astcenc_internal.h | 1313 const astcenc_image* img; 1757 const astcenc_image& img, 1791 const astcenc_image& img, 1816 const astcenc_image& img, 1836 astcenc_image& img,
|
D | astcenc_entry.cpp | 807 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()
|
D | astcenc_image.cpp | 153 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()
|
D | astcenccli_error_metrics.cpp | 119 const astcenc_image* img1, in compute_error_metrics() 120 const astcenc_image* img2, in compute_error_metrics()
|
D | astcenc_compute_variance.cpp | 116 const astcenc_image* img = arg.img; in compute_pixel_region_variance() 483 const astcenc_image& img, in init_compute_averages()
|
D | cmake_core.cmake | 42 astcenc_image.cpp
|
/third_party/astc-encoder/Utils/Example/ |
D | astc_api_example.cpp | 109 astcenc_image image; in main()
|
/third_party/astc-encoder/ |
D | BUILD.gn | 34 "//third_party/astc-encoder/Source/astcenc_image.cpp",
|
/third_party/astc-encoder/Docs/ |
D | ChangeLog-2x.md | 195 from the `astcenc_image` structure. This makes it easier to directly use
|