Lines Matching defs:ctx
46 void image_init(image *ctx) in image_init()
51 void image_free(image *ctx) in image_free()
66 static void calculate_rounds(uint64_t size, image *ctx) in calculate_rounds()
82 image *ctx = (image *)priv; in process_chunk() local
92 static void file_image_load(const std::vector<int>& fds, image *ctx) in file_image_load()
145 bool image_load(const std::vector<std::string>& filenames, image *ctx) in image_load()
173 bool image_save(const std::string& filename, image *ctx) in image_save()
192 bool image_ecc_new(const std::string& filename, image *ctx) in image_ecc_new()
212 bool image_ecc_load(const std::string& filename, image *ctx) in image_ecc_load()
292 bool image_ecc_save(image *ctx) in image_ecc_save()
348 image_proc_ctx *ctx = (image_proc_ctx *)cookie; in process() local
353 bool image_process(image_proc_func func, image *ctx) in image_process()