Lines Matching refs:image
38 struct image { struct
74 image *ctx; argument
82 extern bool image_load(const std::vector<std::string>& filename, image *ctx,
84 extern bool image_save(const std::string& filename, image *ctx);
86 extern bool image_ecc_new(const std::string& filename, image *ctx);
87 extern bool image_ecc_load(const std::string& filename, image *ctx);
88 extern bool image_ecc_save(image *ctx);
90 extern bool image_process(image_proc_func f, image *ctx);
92 extern void image_init(image *ctx);
93 extern void image_free(image *ctx);
95 inline uint8_t image_get_interleaved_byte(uint64_t i, image *ctx) in image_get_interleaved_byte()
106 inline void image_set_interleaved_byte(uint64_t i, image *ctx, in image_set_interleaved_byte()