Lines Matching refs:astcenc_image
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()
1306 const astcenc_image& input, in image_preprocess_premultiply()
1307 astcenc_image& output, in image_preprocess_premultiply()
1508 astcenc_image* image_uncomp_in = nullptr ; in main()
1511 astcenc_image* image_decomp_out = nullptr; in main()
1572 astcenc_image* image_pp = alloc_image(32, in main()